.select .sbHolder { background: #fff; border: 1px solid #E0E0E0; color: #000; display: block; font-size: 14px; height: 49px; line-height: 48px; margin-top: 0px; position: relative; text-decoration: none; border-radius: 0px; text-align: left; min-width: 200px; z-index: 1000; }
.select .sbSelector { display: block; padding-left: 15px; padding-right: 15px; }
.select .sbOptions { background-color: #fff; border: 1px solid #E0E0E0; border-top: 0px none; font-size: 14px; list-style: none; min-height: 120px; left: -1px; margin: 0; padding: 0; position: absolute; top: 49px !important; width: 100%; z-index: 2; overflow-y: auto; }
.select .sbOptions li { border-top: 1px solid #E0E0E0; }
.select .sbOptions a { background: #fff; color: #343F45; display: block; font-size: 14px; outline: none; margin: 0px; padding-left: 15px; padding-right: 15px; }
.select .sbOptions a:hover { background: #ccc; }


.select .sbToggle { background: url(../img/arrow.png) no-repeat 0px 0px; background-size: auto 49px; display: block; height: 49px; outline: none; position: absolute; right: 0px; top: 0px; width: 49px; }

.select .sbToggleOpen { background: url(../img/arrow.png) no-repeat 0px 0px; background-size: auto 49px; display: block; height: 49px; outline: none; position: absolute; right: 0px; top: 0px; width: 49px; 
	-moz-transform: scaleX(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; 
}