.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 700px; /*width of featured content slider*/
	height: 420px;
	text-decoration: none;
	border: 14px solid #000;
	z-index: 100;
	margin-left: 30px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	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;
	text-decoration: none;
}

.pagination{
	width: 720px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	border: 10px solid #FFF;
}

.pagination a{
	text-decoration: none;
	background: white;
	border: 1px solid #333;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.sliderwrapper2 {
	overflow: hidden;
	width: 700px; /*width of featured content slider*/
	height: 460px;
	text-decoration: none;
	z-index: 100;
	margin-left: 15px;
	margin-top: 10px;
	position: relative;
}
.sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0;
	background: white;
	width: auto; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: auto;




	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
	text-align: center;
}

.pagination2 {
	width: 720px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	border: 10px solid #FFF;
}
.pagination2 a {
	text-decoration: none;
	background: white;
	font-size: 12px;
	padding: 3px;
	color: #000;
}
.pagination2 a:hover, .pagination2 a.selected {
	color: #000;
	background-color: #FEE496;
}

