/* CSS Document */

#slider1 {
    width:600px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:0px;
    margin-top:0px;
	padding:20px;
	
}
#slider1Content {
width: 600px; /* important to be same as image width or wider */
margin-left:0px;
margin-top:0px;
padding:0px;
position:absolute;
height:200px;
background:#000000;

    
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	z-index:1;
	top: 0;
    left: 0;
	padding:0px;
	
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	top: 0;
    left: 0;
	padding:0px;
	float:left
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 100px !important;
	height:200px;
}
.right {
	top: 0;
    right: 0;
	width: 90px !important;
	height: 200px;
}
ul { list-style-type: none;}

a img { border: 0px none; }
a:hover img {border: 0px none; }
a:visited img {border: 0px none; }

.left p{
	padding:5px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
