﻿#slider1 {
    width: 640px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	z-index=-100;
}


#slider1Content, #slider2Content, #slider3Content, #slider4Content, #slider5Content, #slider6Content {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	right: 0px;
	z-index=-100;
}
.slider1Image, .slider2Image, .slider3Image, .slider4Image, .slider5Image, .slider6Image {
	float:left;
    position: absolute;
	display: none;
	z-index=-100;
}


.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 70px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #cc9900;
    display: none;
    z-index=-1;
}

.clear {
	clear: both;
}
.slider1Image span strong, .slider2Image span strong, .slider3Image span strong, .slider4Image span strong, .slider5Image span strong, .slider6Image span strong {
    font-size: 0px;
    z-index=-100;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 200;
    left: 0;
}
.left {
	top: 0;
    left: 0;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}




