.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	border-bottom-width: 0px;
	width: 475px; /*width of featured content slider*/
	height: 330px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 475px; /*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{
	width: 455px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #fff;
	padding: 10px 10px;
	text-align: center;
	float: left;
}

.pagination a {
	width: 104px;
	height: 84px;
	float: left;
	padding: 5px 4px 0px 4px;
	text-decoration: none; 
	color: #FFFFFF;
	background: white;
}

.pagination a:hover, .pagination a.selected {
	width: 104px;
	height: 84px;
	float: left;
	color: #911026;
	padding: 5px 4px 0px 4px;
	background: url("images/arrow.png") no-repeat center top;
}

.pagination img {
	width: 100px;
	height: 80px;
}

* html .pagination img,
*+html .pagination img {
	border: 2px solid #FFFFFF;
}

* html .pagination img:hover,
*+html .pagination img:hover {
	border: 2px solid #911026;
}

.contentdiv img {
	width: 465px;
	height: 330px;
}

.inner_contentdiv {
	width: 465px;
	height: 330px;
	float: left;
}

.inner_contentdiv a {
	width: 465px;
	height: 330px;
	float: left;
}
