.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 650px; /*width of featured content slider*/
	height: 240px;
	background: #DCDCDC;
}



.sliderwrapper .contentdiv{
vertical-align:top;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;

width: 650px; /*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;
}

.pagination{
	/*visibility: hidden;*/
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height:20px;
	background-color: #CC0000;
	margin-bottom:15px;
}

.pagination a:link{
	text-decoration: none;
	color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-right: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DCDCDC;
}
.title, .title a:link, .title a:visited{
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}


.fotoprima{  width:302px; }

.fotoprimacontent{ width:300px; height:210px; overflow: hidden;  background:#FFFFFF}

