.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: visible; /*leave as is*/
	width: 480px; /*width of featured content slider*/
	height: 290px;	
}



.sliderwrapper .contentdiv{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 290px;
}

.pagination{
	width: 470px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	overflow: visible;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pagination a{
margin-right: 5px;
margin-left: 5px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
padding-top: 2px;
border-width: 1px;
border-color: #8b96b9;
border-style: solid;
font-style: normal;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
text-decoration: none; 
color: #e6e6e6;
background: #445c99;
}

.pagination a:hover, .pagination a.selected{
border-color: #8c98ba;
border-width: 1px;
border-style: solid;
font-size: 11px;
font-family: Helvetica, Arial, sans-serif;
color: #e6e6e6;
background-color: #5e80d4;
}
.sliderdesign {
	/* position: relative; /*leave as is*/
	/* overflow: visible; /*leave as is*/
	border: 1px solid #a6b7d5;
	/* width: 480px; /*width of featured content slider*/
	/* height: 330px; */
	background-image: url(pic/intro_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sliderwrappernews {
	position: relative; /*leave as is*/
	overflow: visible;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	background-color: #567DBF;
	border: 1px solid #a6b7d5;
}
.sliderwrappernews p {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 10px;
}
.sliderwrappernews img {
	float: left;
	margin-right: 5px;
}
.sliderwrappervideo {
	position: relative; /*leave as is*/
	overflow: visible; /*leave as is*/
	border: 1px solid #a6b7d5;
	background-image: url(pic/intro_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
}

div.sliderwrappervideo p {
	font: 10px/11px Arial, Helvetica;
}
.sliderwrappernews h4 {
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
