.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: #eee;
    background-color: rgba(220,220,220,0.5); 
    z-index: 100;
}
.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
}
.scrollbar-path-vertical {
    right: 5px; 
    top: 0; 
    height: 100%; 
    width: 10px; 
}
.scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
}
.scrollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);
}
.scrollbar-handle{
    position: relative;
    top: 0;
    left: 0;
    /*background-color:#272727; */
    background-color: #c51d12 !important;
    opacity: 1 !important;
}
.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
}
.pro_Compare  .scrollbar-content { padding:0px;}
.pro_Compare .scrollbars{ margin-bottom:20px;}
.scrollbars .scrollbar-path-horizontal{ width:100% !important; left:0px !important; }
.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%; opacity:1  !important; -webkit-opacity:1  !important;
    height: 100%;
}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);/*//ank*/
}
.show_search .scrollbar-content{ padding:0; width:100%}
.show_search .container{ padding-right:0px;}
.show_search .scrollbars .scrollbar-content{ padding-right:19px;}
.scrollbar-content {
    padding: 0 20px 0 0;
}
@media (min-height:100px) and (max-height:249px){
	.show_search  .scrollbars{width:100%;height:100px}
	.show_search  .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	}
@media (min-height:250px) and (max-height:309px){
	.show_search .scrollbars{width:100%;height:250px}
	.show_search  .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	}
 
	@media (min-height:310px) and (max-height:349px){
	.show_search  .scrollbars{width:92%;height:310px}
	.show_search .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	
	}
		@media (min-height:350px) and (max-height:399px){
	.show_search .scrollbars{width:92%;height:350px}
	.show_search .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	
	}
				@media (min-height:400px) and (max-height:549px){
	.show_search .scrollbars{width:92%;height:400px}
	.show_search .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	
	}
			@media (min-height:550px) and (max-height:599px){
	.show_search .scrollbars{width:92%;height:550px}
	.show_search .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	
	}
			@media (min-height:600px) and (max-height:640px){
	.show_search .scrollbars{width:92%;height:350px}
	.show_search .scrollbars .scrollbar-path-vertical{ height: 85% !important;
    top: 50px !important;
    }
	
	}