/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border:0;
	width: 713px; /*width of featured content slider*/
	height: 304px;
	
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 713px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 304px;
}

.pagination{
	
	padding: 10px 0px 5px 0px;
 	padding-right:0px;
	position:absolute;
	bottom:25px;
	left:40px;
	z-index:10000;
	
}


*+html .pagination{
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	padding: 5px 0px;
 	padding-right:0px;
	position:absolute;
	bottom:17px;
	right:-210px;
	z-index:100;
}
.flahsbg{
	width:713px;
	height:304px;
	float:right;
	position:relative;
	background:url(../images/flashleft.jpg) no-repeat left top;
}


.pagination a{
padding: 5px 9px;
background:url(../images/red-icon.png) no-repeat left;
text-decoration:none;
color:#a50a14;
font-size:8px;
border:none;
}

.pagination a:hover, .pagination a.selected{
	background:url(../images/hover.png) no-repeat left;
	color:#121865;
	font-size:8px;
	border:none;
	outline:none;
}
