#slider {
	width: 335px; /* important to be same as image width */
	height: 195px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#slider h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
}
#slider h4 {
	padding: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#sliderContent {
	width: 335px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage div {
	position: absolute;
	width: 309px;
	background-color: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.7;
	color: #515053;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin: 0px;
}

.clear {
	clear: both;
}
.sliderImage div strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 120px !important;
}
.right {
	right: 0px;
	width: 120px !important;
	bottom: 0px;
}
#slider ul, #slider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#slider li a:link {
	text-decoration: none;
}