#slider, #slider1, #slider2, #slider3 {
	width: 250px; /* important to be same as image width */
	height: 180px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 1px solid #D7D7D7;
}


#sliderContent, #slider1Content, #slider2Content, #slider3Content {
	width: 250px; /* important to be same as image width or wider */
	position: absolute;
	margin-left: 0px;
	padding-left: 0px;
}
.sliderImage, .slider1Image, .slider2Image, .slider3Image {
	float: left;
	position: relative;
	display: none;
	border: 0px;
}


.sliderImage span, .slider1Image span, .slider2Image span, .slider3Image span {
	position: absolute;
	padding: 10px 13px;
	width: 280px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong, .slider3Image span strong {
	font-size: 11px;
}
.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 { 	list-style-type: none;
	margin: 0px;
	padding: 0px;list-style-type: none;}
</style>

