.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:950px;
	height:343px;
	z-index:99;
}
.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: 920px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 304px;
	padding:15px 0 0 30px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	width: 890px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	position:absolute;
	left:30px;
	top:258px;
	z-index:100;
}
.pagination a {
	width:144px;
	float:left;
	border:1px solid #fff;
	text-align:right;
	text-decoration: none;
	color: #fff;
	background:#666666;
	cursor:pointer;
	margin-right:1px;
	display:inline;
}
.pagination a img {
	vertical-align:middle;
}
.pagination a span {
	height:20px;
	display:block;
	text-align:right;
	padding:4px 8px 0 0;
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected {
	color: #fff;
	background-color: #76a0b4;
	text-decoration:none;
}

#slider_seniors {
	background:url(../images/promotion_seniors.jpg) no-repeat;
}
#slider_parents {
	background:url(../images/promotion_parentschildren.jpg) no-repeat;
}
#slider_oao100th {
	background:url(../images/promotion_oao100th.jpg) no-repeat;
}
#slider_optometrists {
	background:url(../images/promotion_optometrists.jpg) no-repeat;
}
#slider_physicians {
	background:url(../images/promotion_physicians.jpg) no-repeat;
}
#slider_educators {
	background:url(../images/promotion_educators.jpg) no-repeat;
}

.contentdiv h1 {
	font-size:33px;
	color:#c5e1ee;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.contentdiv p {
	width:225px;
	margin-bottom:15px;
	color:#fff;
	font-size:14px;
}
.contentdiv .link_more a {
	font-size:14px;
	color:#c5e1ee;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
.contentdiv .link_more a:hover {
	color:#fff;
	text-decoration:none;
}