.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 638px; /*width of featured content slider*/
	height: 258px;_height: 278px;

}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	width: 639px;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0; 
}

.contentdiv img{ 
	margin: 0px;
	padding: 0px;
}
.pagination2{
	width: 636px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 24px;
	text-align: right;
	opacity: 0.6;
	padding-top: 4px;
	display:block;
	background-color: #f6eeda;
	background-image: url(images/bg_sede.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:1px dotted #b1b1b1;
	background-position: bottom;
	display: table;
	position:relative; margin-top:-50px;


}
.pagination{
	width: 636px;
	height: 24px;
	text-align: right;
	opacity: 0.6;
	padding-top: 4px;
	display:block;
	background-color: #f6eeda;
	background-image: url(images/bg_sede.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:1px dotted #b1b1b1;
	background-position: bottom;
	display: table;
	position:relative;


}

.pagination a{
	float: left;
	display: block;
	height: 20px;
	width: 25px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #959595;
}

.pagination a:hover, .pagination a.selected{
	background-color: #303030;
}

