@charset "utf-8";  

.sliderwrapper{
	margin-top:10px;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	width: 1024px; /*width of featured content slider*/
	height: 400px;
	color:#FFFFFF;
	/*border:solid 1px red;*/
}

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

.ft {
	float:left;
	width:280px;
	position:absolute;
	top:60px;
	right:60px;
	color:#FFFFFF;
	font-size:20px;
	}
	
.fc{
	float:left;
	width:280px;
	position:absolute;
	top:90px;
	right:60px;
	color:#FFFFFF;
	font-size:12px;
	}

.pagination{
	float:right;
	text-align: center;
	font-size:11px;
	padding:10px 10px 10px 0;
}

.pagination a{
	padding: 3px 10px 1px 10px;
	margin-left:2px;
	width:16px;
	height:20px;
	text-decoration: none; 
	color: #fff;
	background-repeat:no-repeat;
	float:left;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-repeat:no-repeat;
}
