#slider_bg {
	width:100%; height:300px; background-color: #000000; 
}

#slider_bottom {
	width:100%; height:27px; background-image: url('../images/slider_bottom_shadow.jpg'); background-position: center; background-repeat: no-repeat;
}

#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: 970px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;	
	margin: 0px auto;	
}

#sliderContent, #slider1Content, #slider2Content {
    width: 970px;
    position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#sliderContent, #slider1Content, #slider2Content a:link {text-decoration: none;}
#sliderContent, #slider1Content, #slider2Content a:visited {text-decoration: none;}
#sliderContent, #slider1Content, #slider2Content a:active {text-decoration: none;}
#sliderContent, #slider1Content, #slider2Content a:hover {text-decoration: none;}

.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
	padding: 0px;
	margin: 0px;	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Tahoma, Arial;
    padding: 0px;	
    width: 970px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	text-align: left;
	font: 12px Tahoma, Arial;
    color: #ffffff;	
	line-height: 20px;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 4px;
    width: 970px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;	
}

.slider2Image img { border: 0px; }

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	height: 70px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
