
/*KONTENER */
#slider_con {position:relative; height:350px; background:url(img/tabs_panel.gif) center top no-repeat;}



.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/


width: 490px; /*width of featured content slider*/
height: 341px;
}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 0 0 0px;
width: 490px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
 
.tabs_top {
/*background:url(img/tabs_top.gif) left top no-repeat;*/
width:474px;
height:240px;
padding:8px 8px 0 8px;

}

.tabs_bot {
/*background:url(img/tabs_bot.gif) left top no-repeat;*/
width:480px;
height:83px;
margin:5px;
background:#ececec;
}







#pages {position:absolute; padding:2px; bottom:72px; right:2px;}

.pagination a.next  { background:url(img/tabs_btn_prev.gif) center;} 
.pagination a.prev  { background:url(img/tabs_btn_next.gif) center;}


.pagination {
height:20px;
position:relative;
top:0px;
left:0px;
z-index:100;

}

.pagination a {

height:15px;
width:15px;
text-decoration: none; 
background: url(img/tabs_btn0.gif) center;
float:left;
outline:none;
margin:0 3px 0 0;
}

.pagination a:hover, .pagination a.selected {
background: url(img/tabs_btn1.gif);
}
