.sbHolder { border: 0px none; border: 2px solid #D5D5D5; border-radius: 0px; display: inline-block; height: 53px; line-height: 49px; margin-top: 0px; position: relative; text-decoration: none; text-align: left; width:100%; z-index: 2; }

.sbSelector { color: #3B4B4D; display: block; font-size: 14px; padding-left: 20px; padding-right: 20px; }

.sbOptions { background-color: #D5D5D5; border: 2px solid #D5D5D5; border-radius: 0px; list-style: none; line-height: 1.71em; left: -2px; margin: 0; max-height: 210px; padding: 0; position: absolute; top: 51px; width: 100%; z-index: 10; overflow-y: auto; padding-bottom: 10px; padding-top: 10px; z-index: 1; }
.sbOptions a { background: #D5D5D5; color: #231F1F; display: block; font-size: 14px; font-weight: normal; line-height: 1.71em; outline: none; margin: 0px; margin-top: 2px; margin-bottom: 2px; padding-left: 20px; padding-right: 20px; }
.sbOptions a:hover { background: #ccc; }

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

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


.news-banner .sbHolder { border: 2px solid #71708C; }
.news-banner .sbSelector { color: #fff; text-transform: uppercase; } 
.news-banner .sbToggle { background: url(../img/select-arrow-white.png) no-repeat center 22px; display: block; height: 53px; outline: none; margin-top: 0px; position: absolute; right: 0px; top: 0; width: 53px; }
.news-banner .sbToggleOpen { background: url(../img/select-arrow-white.png) no-repeat center 26px; display: block; height: 53px; outline: none; margin-top: 0px; position: absolute; right: 0px; top: 0; width: 53px; 
	-moz-transform: scaleX(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; 
}
