.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 6px;
	width: 625px; /*width of featured content slider*/
	height: 250px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: navy;
	border-right-color: navy;
	border-bottom-color: navy;
	border-left-color: navy;
}



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





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: thick none #BCA6CA;
	background-color: #D1C2D9;
}
#slider1{}
#slider1 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #FFF;
	background-color: #7A4B93;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 350px;
	background-image: url(../images/slider_header_bg.gif);
	background-repeat: repeat-x;
}
#slider1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-left: 350px;
	padding-right: 10px;
}
#slider1 ul{
	font-size: 12px;
	line-height: 12px;
	position: relative;
}
#slider1 li{
	font-size: 10px;
	padding-left: 20px;
	list-style-image: url(../images/arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	left: 45px;
	position: relative;
	line-height: 12px;
}
.content{}
.pagination{
	width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #D1C2D9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	top: 220px;
	position: relative;
	z-index: 1000;
	left: 325px;
	height: 20px;
}

.pagination a{
	text-decoration: none;
	background-image: url(../images/1.gif);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	color: #FFF;
	padding-top:0px;
	padding-bottom: 0px;
	display: inline-block;
}

.pagination a:hover, .pagination a.selected{
	background-image: url(../images/2.gif);
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}

