/* Start of CMSMS style sheet 'HNH-Slider-CSS' */
#simpleslider {
	width: 720px; 
	height: 200px; 
	position: relative;
	overflow: hidden;
}
#simplesliderContent{
	width: 720px;
	position: absolute;
	top: 0;
	margin-left: 0;
}
.simplesliderImage{
	float: left;
	position: relative;
	display: none;
}
.simplesliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 720px;
	background-color: #333333;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 200px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 200px;
}
ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}
/* End of 'HNH-Slider-CSS' */

