@charset "UTF-8";
/* CSS Document */

#slider1{position:absolute;
	top:0;
	right:0;
	width: 670px; /*width of featured content slider*/
	height: 42px;
	}
#slider2{
	position:relative;
	top:0;
	left:0;
	width: 741px; /*width of featured content slider*/
	height: 294px;
	}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}

#slider1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*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-align:right;
color:#535252;
}
#slider1 .contentdiv p{
height:42px;
font-size:12px;
line-height:18px;
}

#slider2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*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-align:right;
color:#535252;
}
#slider1 .contentdiv p{
height:294px;
font-size:12px;
line-height:18px;
}
.contentdiv p a{
	color:#420A51;
	text-decoration:none;
}

.contentdiv em{
	font-size:10px;
	color: #333333;
	font-style:normal;
}

.pagination{
width: 510px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
position:relative;
top:40px;
}

