@media projection, screen { .tabs-hide { display:none; } }
@media print { .tabs-nav { display:none; } }

.tabs-nav:after { display:block; clear:both; content:" ";}
.tabs-container { height:305px; overflow:hidden; width:960px; }
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { background-position:100% -150px; outline:0; }
.tabs-selected { background:url(../images/tabs-arrow.png) no-repeat center top; }
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active { background-position:100% -100px; }
.slider-control { background:url(../images/bg-nav-tabs.png) no-repeat center top; height:93px; left:0; position:absolute; top:291px; width:960px; z-index:10; }
.slider-control li { float:left; margin-right:1px; text-align:center; width:191px; list-style: none}
.slider-control li.fifth { margin-right:0; width:192px; }

.slider-control span.title { color:#302D2D; font-size:16px; font-weight:bold; text-decoration:none; }
.slider-control p { color:#908F8F; }
.slider-control li a {  display:block; height:67px; padding-top:26px; text-decoration:none; width:191px; }  
.slider-control li.fifth a { width:192px; }
.slider-control li.first a:hover { background:url(../images/bg-nav-tabs.png) no-repeat 0 -93px; }
.slider-control li.second a:hover { background:url(../images/bg-nav-tabs.png) no-repeat -192px -186px; }
.slider-control li.third a:hover { background:url(../images/bg-nav-tabs.png) no-repeat -384px -279px; }
.slider-control li.fourth a:hover { background:url(../images/bg-nav-tabs.png) no-repeat -576px -372px; }
.slider-control li.fifth a:hover { background:url(../images/bg-nav-tabs.png) no-repeat bottom right; }
