#slider2 {
	position: relative;
}

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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 390px; /*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;
}

#cont .pagination{
width: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transparent;
padding: 5px 0px;
}

#cont .pagination a{
	padding: 2px 5px;
	text-decoration: none;
	color: #F30;
	background: #222;
}

#cont .pagination a:hover, #cont .pagination a.selected {
	color: #FFF;
	background-color: #C00;
	background-image: url(images/menu_hover.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}