@charset "utf-8";
/* CSS Document */

#slider {
    width: 501px; /* important to be same as image width */
    height: 344px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 501px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	left: -34px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
@font-face {
	font-family: "Thai Sans Lite";
	src: url('font/thaisans.ttf') format('truetype');
}
.sliderImage span {
    position: absolute;
	font-family: "Thai Sans Lite";
	font-size:35px;
	line-height: 22px;
	color:#000;
    padding: 15px 13px;
    width: 501px;
	height: 60px;
    background-color: #ffffff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 26px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
