.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 470px; /*width of featured content slider*/
height: 660px; /*IF this changes change .homeslides */
}

.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0px 0px 10px 15px;
	background: white;
	width: 470px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;

}


.pagination{
width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #FFFFFF;
background: #000000;
border: 1px solid #C7C9CB;
font-weight: bold;

}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #BE1E2D;
border: 1px solid #C7C9CB;
font-weight: bold;
}

