@charset "utf-8";
/* CSS Document */


#slider {
    width: 440px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    color:#FFFFFF;
    background:transparent;
	/*border-top: 1px solid #666666;*/	
}
#sliderContent {
    width: 440px; /* important to be same as image width or wider */
	height: 200px;
    /*position: absolute;*/
	top: 0;
	margin-left: 0px;

}
.sliderImage {
    float: left;
    margin-left:-15px;
    margin-top: 10px;
	display: none;
		*margin-left: 30px;
		*margin-top:13px;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 5px;
    width: 1px;
	height:1px;
    background-color: #000;
    filter: alpha(opacity=100);
    -moz-opacity: 0.1;
	-khtml-opacity: 0.1;
    opacity: 0.1;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

#slider ul { list-style-type: none;}

#contenttable{
background-color:transparent;
width: 430px;
height:210px;
}

#contenttable td{
background-color:transparent;
width: 430px;
height:200px;
text-align:center;
}





