
/* CSS Document */

#slider {
    width: 500px; /* important to be same as image width */
    height: 205px; /* important to be same as image height */
	z-index:0;
	position:relative;
	
}
#slider2 {
    width: 250px; /* important to be same as image width */
    height: 205px; /* important to be same as image height */
	z-index:0;
	position:relative;
	
}
#slider3 {
    width: 250px; /* important to be same as image width */
    height: 205px; /* important to be same as image height */
	z-index:0;
	position:relative;
	
}
#sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: relative;
	top: 0;
	left:0;
	margin: 0;
	padding:0;
	z-index:0;	
}
#slider2Content {
    width: 250px; /* important to be same as image width or wider */
    position: relative;
	top: 0;
	left:0;
	margin: 0;
	padding:0;
	z-index:0;
	display:block;
}
#slider3Content {
    width: 250px; /* important to be same as image width or wider */
    position: relative;
	top: 0;
	left:0;
	margin: 0;
	padding:0;
	z-index:0;
	display:block;
}
.sliderImage 
{
    float: left;
    position: relative;
	display: none;
	margin:0;
}
.slider2Image 
{
    float: left;
    position: relative;
	display: none;
	margin:0;
}
.slider3Image 
{
    float: left;
    position: relative;
	display: none;
	margin:0;
}
.sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 10px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
	z-index:0;
}
.slider2Image span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 10px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
	z-index:0;
}
.slider3Image span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 10px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
	z-index:0;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 18px;
	color:#FFF;
}
.slider2Image span strong {
    font-size: 18px;
	color:#FFF;
}
.slider3Image span strong {
    font-size: 18px;
	color:#FFF;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;    
}
ul { list-style-type: none; margin:0 0 -40px 0;}
.imgslider 
{
	text-decoration:none; 
	border-width:0px; 
	border-color:Black;
	width:500px;
	height: 205px;
}	
.imgslider2 
{
	text-decoration:none; 
	border-width:0px; 
	border-color:Black;
	width:250px;
	height: 205px;
}
.imgslider3 
{
	text-decoration:none; 
	border-width:0px; 
	border-color:Black;
	width:251px;
	height: 205px;
}