.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*width of featured content slider*/
	height: 350px;

}



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


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	opacity: 1;
	height: 100%;
	background-repeat: repeat;
	background-position: right top;
	width: 100%;
}



.pagination {
	padding:2px 7px;
	text-align:left;
	font-size:.7em;
	margin-left:30px;
	z-index: 99;
	background: #F2F2F2 url(none);
	border-right: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	border-left: 2px solid #D6D6D6;
	border-top-width: 2px;
	border-top-color: #D6D6D6;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 180px;
	margin-bottom: 30px;
}
.pagination a {
background:url(none) repeat scroll 0%;
color:#999999;
padding:0pt 4px;
text-decoration:none;
}
.pagination a:hover, .pagination a.selected {
background-color:#D3D3D3;
color:#FFFFFF;
}

.usc {
	background-image: url(../images/slider/uscbg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.verizon {
	background-image: url(../images/slider/verizonbg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.duke {
	background-image: url(../images/slider/dukebg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.fleet {
	background-image: url(../images/slider/fleetbg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
.promo {
	background-image: url(../images/slider/promobg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
.contentdiv .right {
	float: right;
	width: 320px;
	padding-top: 80px;
	padding-right: 30px;
}

.contentdiv .left {
	float: left;
	width: 270px;
	padding-top: 110px;
	padding-left: 30px;
}

.contentdiv p {
	font-size: 13px;
	line-height: 20px;
}
.contentdiv h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
}
