﻿body {
	background-color: #000;
}

.adtextHeader {
padding-top: 15px;
	margin: 5px;
	font-size: 12px;
	color:#f7931e;
	font-weight: bold;
	text-transform: uppercase;
}
.adtext {
	margin: 5px;
	font-size: 11px;
	color:#cccccc;
	text-transform: uppercase;
	min-height: 55px;
}
.admag {
	font-size: 13px;
	color:red;
	font-weight: bold;
text-align:right;
float:right;
width: 320px;
margin-right: 10px;
margin-top: 10px;
}

.readmore {
		margin: 8px;
	font-size: 10px;
	color:#cccccc;
	text-transform: uppercase;
	float:right;
	padding-right:5px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: #272727 1px solid;
border-left: #272727 1px solid;
border-right: #272727 1px solid;
width: 590px; /*width of featured content slider*/
height: 136px;
}



.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: #1a1a1a;
width: 590px; /*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;
}

.pagination{
width: 586px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
background: 1a1a1a;
border-bottom: #272727 1px solid;
border-left: #272727 1px solid;
border-right: #272727 1px solid;

padding: 1px;
}

.pagination a{
font-size: 12px;
padding: 0 10px;
text-decoration: none; 
color: red;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fff;
}
