@charset "utf-8";
/* CSS Document */

 

#slider {
    width: 978px; /* important to be same as image width */
    height: 673px; /* important to be same as image height */
	float:left;
	margin:0px; 
	padding:0px;
	border:0px;
	padding-left:12px;
}

img{border:0px;}

#sliderContent {
    width: 978px; /* important to be same as image width or wider */
     
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
 
.bottom {
	bottom:0px;
    left: 0;
	height:105px;
	text-align:right;
}
ul {list-style-type: none;}
