.sliderwrapper{
	overflow: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	width: 700px; /*width of featured content slider*/
	height: 320px;
	margin-bottom: 20px;
}
.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;
}
.sliderwrapper .contentdiv .innercontent {
	position: relative;
}
.sliderwrapper .contentdiv .innercontent .text {
	position: absolute;
	left:0;
	bottom:0;
	background: url(../images/slideshow_textbg.png);
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	font-family: Arial, Tahoma, Verdana;
	padding: 16px;
	width: 700px;
}
.pagination{
	 float: right;
	 margin: 9px 6px 0px 0px;
	 line-height: 16px;
}
.pagination a 
{
	background: url(../images/slideshow_page.gif) no-repeat 0px 0px;
	padding-right: 5px;
}
.pagination a.selected {
	background: url(../images/slideshow_page_selected.gif) no-repeat 0px 0px;
}
.pagination img {
	display: inline;
	 line-height: 16px;
}