.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-color: #27272a;
width: 630px; /*width of featured content slider*/
height: 221px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 630px; /*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: 620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #27272a;
padding: 5px 5px;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #959595;
background-image: url(newsbox/dot.png);
width: 1px;
height: 1px;
background-repeat: no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #4b4b4b;
background-image: url(newsbox/dot_over.png);
background-repeat: no-repeat;
}

.content1 {
	background-image: url(newsbox/pic1.jpg);
	width: 100%;
	height: 100%;

}

.content2 {
	background-image: url(newsbox/pic2.jpg);
	width: 100%;
	height: 100%;

}

.content3 {
	background-image: url(newsbox/pic3.jpg);
	width: 100%;
	height: 100%;

}

.content4 {
	background-image: url(newsbox/pic4.jpg);
	width: 100%;
	height: 100%;

}

.content5 {
	background-image: url(newsbox/pic5.jpg);
	width: 100%;
	height: 100%;

}

.content6 {
	background-image: url(newsbox/pic6.jpg);
	width: 100%;
	height: 100%;

}

.content7 {
	background-image: url(newsbox/pic7.jpg);
	width: 100%;
	height: 100%;

}

.contenttext {
	position: relative;
	top: 165px;
	overflow: hidden;
	background: url(newsbox/overlay.png);
	height: 100px;
	color: #a7a7a7;
	padding: 0;
	display: block;
	
}

.title {
	color: #FFF;
	padding: 0px 15px 5px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.summary {
	padding: 0 5px;
	margin: 0;
	display: block;
	color: #a7a7a7;
}

.summary a {
	padding: 0 15px;
	margin: 0;
	display: block; 
	color: #a7a7a7;
}

.summary a:link {
	padding: 0 15px;
	margin: 0;
	display: block; 
	color: #a7a7a7;
}

.summary a:hover {
	padding: 0 15px;
	margin: 0;
	display: block; 
	color: #ffffff;
}

.summary a:visited {
	padding: 0 15px;
	margin: 0;
	display: block; 
	color: #a7a7a7;
}