#simpleslider {
	width: 420px;
	height: 338px;
	position: relative;
	overflow: hidden;
}
#simplesliderContent {
	width: 720px;
	position: absolute;
	top: 0;
	margin-left: 0;
}
.simplesliderImage {
	float: left;
	position: relative;
	display: none;
}
.simplesliderImage span.bottom {
	position: absolute;
	font: 13px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 400px;
	margin: 0px 0px 0px 0px;
	background-color: #333333;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
}
span.bottom a.slidelink {
	text-decoration: underline;
	font-size: smaller;
	margin-top: 5px;
	display: block
}
.clear {
	clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}
/* Stylesheet: slide Modified On 2010-07-03 14:25:30 */
