.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 580px; /*width of featured content slider*/
	height: 553px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 700px; /*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{
    background: #af9738;
	width: 570; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px 10px 0px 0px;
	z-index: 1000;
	float: left;
}

.pagination a 
{
    font-weight: bold;
	text-decoration: none; 
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	height: 24px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	display:block;
	float: left;
}

.pagination a.selected, .pagination a:hover{ /*.pagination a:hover, */
	background: #99832e;
	color: #ffffff;
}

.imagegallery .pagination a 
{
    width: auto;
    height: auto;
}