@charset "utf-8";
/* CSS Document */


#slider {
    width: 712; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:-17px 0px 0px -40px;
	background-image:url(images/slidelogo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}
#sliderContent {
    width: 710px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	border-left:0px;
	margin-bottom:15px;
	
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	height:240px;
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 3px 10px 0px 15px;
    width: 687px;
	background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    display: none;
	height:30px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0px;
    left: 0;
}
ul { 
	list-style-type: none;
	/*background-color:#FFFFCC;*/
}


