.sliderwrapper{
	position: relative; /*leave as is*/
	border: 5px solid #CCCCCC;
	width: 375px; /*width of featured content slider*/
	height: 130px;
	margin: 10px;
	-moz-border-radius: 4px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position:absolute;
	top:25px;
	left: 0px;
	padding: 5px;
	background-color:#FFFFFF;
	width: 365px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 97px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:6;
}
.contentdiv{
	text-align:left;
	font-size:small;
	text-align:justify;
}
.pagination{
	position:absolute;
	top:0px;
	left:0px;
	padding-left:6px;
	background:#000000;
	width: 369px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	font-size:12px;
	z-index:2;
}
.pagination a:link {
	display:block;
	width:68px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	margin-right:5px;
	margin-top:3px;
	color:#000000;
	background: #43892d;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	float:left;
	border:#43892d;
	border: 2px;
	-moz-border-radius: 4px;
}
.pagination a:visited{
	display:block;
	width:68px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	margin-right:5px;
	margin-top:3px;
	color:#000000;
	background-color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	float:left;
	border:#43892d;
	border: 2px;
	-moz-border-radius: 4px;
}
.pagination a:hover{
	display:block;
	width:68px;
	height: 15px;
	padding: 3px 5px 3px 5px;
	margin-right:5px;
	margin-top:3px;
	color:#FFFFFF;
	background-color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	float:left;
	border:#43892d;
	border: 2px;
	-moz-border-radius: 4px;
}
.pagination a.selected{
	color: #FF0000;
	text-decoration:none;
	background-color:#FFFFFF;
	z-index:2;
	height: 18px;
	border:#FFFFFF;
	border: 2px;
	-moz-border-radius: 4px;
}
.modelfeatures {
	border-width:2px;
	border-color:#000000;
	border-style:outset;
	background-color: #FFCC00;
	width: 95%;
	text-align:left;
	font-weight: bold;
	font-size:14px;
	color:#000000;
	float:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.modelfeatures ul {
	position:relative;
	left:15px;
	list-style-position:outside;
	list-style-image:url(images/1st.gif);
	text-indent:-6px;
	margin-right: 30px;
}
.modelfeatures li {
	line-height: 30px;
}
.modelfeaturestext a:link {
	color: #000000;
	text-decoration:underline;
}
.modelfeaturestext a:visited {
	color: #000000;
	text-decoration:underline
}
.modelfeaturestext a:hover {
	color: #FF0000;
	text-decoration:none;
}
