@charset "utf-8";

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 440px; /*width of featured content slider*/
height: 300px;
float:left;
}


.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: black;
width: 440px; /*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;
z-index:0;
}
.contentdiv img{ 
width:440px;
height:300px;
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity: 0.80;
opacity: 0.80;

}
.pagination{
width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:300px;
background-color: #313131;
padding: 0px 0px;
float:left;
border-right:#313131 solid 1px;
}

.pagination a{
text-decoration: none; 
color: #ececec;
background: #313131;
width:280px;  
height: 60px;
display:block;
border:0px #F90 inset;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #383838;
border:#FFF inset 0px;
}

.pagination img {
	float:left;
	position:relative;
	margin:4px 4px 4px 6px;
	padding:0px;
	width:80px;
	height: 50px;
	filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
	}
.pagination span {
	float:right;
	display:inline-block;
	margin:4px 4px;
	padding:0px;
	width:180px;
	height: 50px;
	overflow:hidden;
	text-align:left;
	}

	
.contentdiv .info{ 
width: 410px;
height:70px;
display: block;
overflow:hidden;
background: #333;
filter:alpha(opacity=90);
-moz-opacity:0.90;
-khtml-opacity: 0.90;
opacity: 0.90;
position: absolute;
top:210px;
left:8px;
padding: 5px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
font-size: 11px;
color:#efefef;
z-index:2;
}

.info img {
position: absolute;
top:50px;
left:390px;
	margin:4px 4px;
	padding:0px;
	width:34px;
	height: 34px;
	}

.info h3 {
	color: #e5e5e5;
	font-size:14px
}

	
	