.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 210px; /*width of featured content slider*/
height: 152px;
}


/*.sliderwrapper */
.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 210px; /*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; 
}

.contentdiv img {
	border:0px;
/*	border: 1px solid #b0b0b0; */
	z-index:0;
	}

.pagination{
	width: 205px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px;
	position:relative;
	bottom:46px;
	z-index:200;
/*	border: 1px solid #000000;*/
}

.pagination a{
	padding: 0px 7px;
	text-decoration: none; 
	color: #00007D;
	background: white;
	font-family : Arial, Verdana, sans-serif; 
	font-size : 8pt; 
	color:666666;
	border: 1px solid #b0b0b0;
}

.pagination a:hover{
color: #000;
background-color: #FEE496;
}

.pagination a.selected{
color: #ffffff;
background-color: #1aa2dc;
font-weight:bold;
}


/* Для центральной картинки */
.sliderwrapper#slider_main{
width: 694px; /*width of featured content slider*/
height: 253px;
}
.pagination#paginate-slider_main{
	display: none;}



/* Для телефонов */
.sliderwrapper#slider_phone{
width: 270px; /*width of featured content slider*/
height: 20px;
}

.pagination#paginate-slider_phone{
	display: none;
}


