﻿#imageSlider {
	width: 310px;
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 10px 0 0 10px;
	background-image: url('https://images.emedicinehealth.com/images/imgSlid_bg_2.png');
	background-repeat: no-repeat;
}
.sliderwrapper{
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	width: 300px; /*width of featured content slider*/;
	height: 285px;
	font-family: Arial, Helvetica, sans-serif;
}
.contentdiv h1{
	color: #003C77;
	text-align: center;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}
.contentdiv p {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #003C77;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	background: white;
	width: 300px; /*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{
	background: url('https://images.emedicinehealth.com/images/imgSlid_bg_bottom_2.png') no-repeat bottom;
	margin: 3px 0 0 -10px;
	width: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: left;
	padding: 5px 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #02485E;
	background: white;
	border: 1px #B3B3B3 solid
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #F5841F;
}









