.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #6a7b8f;
	width: 210px; /*width of featured content slider*/
	height: 180px;
	margin:auto 0;
	text-align:center;
	margin-left:8px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px 15px;
	background:#fff url(../images/slideshow-bgrcell.gif) repeat-x;
	width: 180px; /*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;
}
.sliderwrapper .contentdiv img {
	border: 2px solid #fff;
	width:180px;
}
.sliderwrapper .contentdiv .title {
	font-size:70%;
	padding-top:5px;
	line-height:12px;
}
.sliderwrapper .contentdiv a {
	text-decoration:none;
	color:#ff6600;
}
.sliderwrapper .contentdiv a:hover {
	text-decoration:underline;
}

.pagination{
	margin-top:10px;
	text-align: center;
	font-size:70%;
}

.pagination a{
	padding: 0 15px;
	text-decoration: none; 
	color: #a4a4a4;
	background: white;
	border: 1px solid #6a7b8f;
}

.pagination a:hover, .pagination a.selected{
	color: #333;
	background-color: #FEE496;
}
