#slider {
    width: 680px; /* important to be same as image width */
    height: 330px; /* important to be same as image height */
	overflow: hidden; /* important */
	float: left;
	margin-left: 0px;
}
#sliderContent {
    width: 680px; /* important to be same as image width or wider */
	margin: 0px 0px; padding: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px Courier new, Courier, Monaco, monospace;
    padding: 10px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 17px;
}
.top {
	top: 0;
	left: 0;
	width: 680px;
    height:30px;
}
.bottom {
	bottom: 0;
    left: 0;
    width: 960px;
    height:30px;
}
.right {
	right: 0px;
    top: 0px;
    width: 250px; 
    height:330px;_height:310px;
}
.left {
	left: 0;
    top: 0;
    width: 200px; 
    height:400px;
}


ul { list-style-type: none;}

