
#slider1, #slider2 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
		margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

#sliderContent, #slider1Content, #slider2Content {
    width: 720px;
    position: absolute;
	top: 0;
	margin-left: 0;
	
		margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span, .slider2Image span {
	position: absolute;
	padding: 10px 13px;
	width: 694px;
	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: 12px;
	line-height: 15px;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.stop {
	top: 0;
	left: 0;
}
.sbottom {
	bottom: 0;
    left: 0;
}
.sleft {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.sright {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

#slider2 a{
	text-decoration:none;
	color:#06F;
}

.imgleft {
	float:left;
}

.imgright {
	float:right;
}
