/*KONTENER */
#slider_con {
	position:relative;
	height:280px;
}



.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 290px; /*width of featured content slider*/
	height: 280px;
}



.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: 280px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 280px;
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:280px;
	height:187px;
	padding:8px 0px 0px 0px;
}

.tabs_bot {
	height:40px;
	margin:5px;
	background-color: #E6E2D9;
}







#pages {
	position:absolute;
	padding:2px;
	bottom:82px;
	right:12px;
}

.pagination a.next  { background:url(img/tabs_btn_prev.gif) center;} 
.pagination a.prev  { background:url(img/tabs_btn_next.gif) center;}


.pagination {
	width:60px;
	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.png) center;
float:left;
outline:none;
margin:0 3px 0 0;
}

.pagination a:hover, .pagination a.selected {
background: url(img/tabs_btn1.png);
}

