body {margin:0px; padding:0px;}
#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 {
    width: 680px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
	margin:0px; padding:0px;
}

#sliderContent, #slider1Content, #slider2Content {
    width: 680px;

	top: 0;
	margin:0px;
	padding:0px;
	float:left;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/14px Arial, Helvetica, sans-serif;
    padding: 5px 5px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    height:42px;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 12px/14px Arial, Helvetica, sans-serif;
    padding:0px;
    width:680px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    height:42px;
}

.bottom a {text-decoration:none; color:#fff;}

.bottom a:hover {text-decoration:underline; color:#fff;}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 16px;
	line-height:20px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
margin:0px 0px 5px 0px; padding:20px 5px 20px 5px!important;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 280px;
}

