.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 780px; /*width of featured content slider*/
height: 300px;
float:right;
display:block;
z-index:1;
background:url(../images/slide1.png) no-repeat center;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
background:url(../images/slide1.png) no-repeat center;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
float:left;
display:block;
z-index:1;
-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}

.lefty {
	width:200px;
	text-align:left;
	padding:0px;
	margin:0px;
	float:left;
	z-index:999;
	display:block;
	
}

.lefty a {
	text-decoration:none;
	color:#ffffff;
	background:url(images/button.png) center no-repeat;
	text-align:center;
	width:100%;
	float:left;
	display:block;
	height:50px;
	z-index:999;
	font-size:13px;
}

.lefty a:hover, a.selected {
	color:#dddddd;
	background:url(images/button_hv.png) left no-repeat;
	width:100%;
	float:left;
	display:block;
	overflow:auto;
	z-index:999;
	position:relative;
}

.lefty2 {
	width:200px;
	text-align:left;
	padding:0px;
	margin:0px;
	float:left;
	z-index:999;
	display:block;
}

.lefty2 a {
	text-decoration:none;
	color:#ffffff;
	background:url(images/button2.png) center no-repeat;
	text-align:center;
	width:100%;
	float:left;
	display:block;
	height:50px;
	z-index:999;
	font-size:13px;
}

.lefty2 a:hover, a.selected {
	color:#dddddd;
	background:url(images/button_hv2.png) left no-repeat;
	width:100%;
	float:left;
	display:block;
	overflow:auto;
	z-index:999;
	position:relative;
}

.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
float:left;
display:block;
}

.pagination a{
text-decoration: none; 
color: #00007D;
background:url(../images/slide1.png) no-repeat center;
text-align:center;
width:100%;
float:left;
display:block;
height:50px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background:url(../images/slide1.png) no-repeat center;
width:100%;
float:left;
display:block;

}
