
a.slideimage {
	display: block;
	margin-top: 15px;
	height: 170px;
}

a.slideimage img {
	margin: auto 0px;
	b_order: 1px solid #aaa;
}

.slider {
	margin: 15px 10px;
	/*border: 1px solid #E1EEF7;*/
	background: url('Pictures/slider/banner1.png') no-repeat;
	padding: 20px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 620px; /*width of featured content slider*/
	height: 250px;
	float: left;
	margin: 10px 0;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px;
	padding-left: 50px;
	width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 230px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-left: 3px solid #fff;
	font-size: 180%;
}

.pagination{
	position: relative;
	width: 260px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	padding: 0;
	margin: 10px 0;
	margin-right: 20px;
	float: left;
}

.pagination a{
	display: block;
	padding: 15px;
	padding-left: 25px;
	text-decoration: underline; 
	/*color: #00007D;*/
	font-weight: bold;
	font-size: 110%;
}

.pagination a:hover, .pagination a.selected{
	color: #D31212;
	background-color: #E4F2F8;
}