*{
	margin:0;
	padding:0;
}
body{
	color:#eee;
	background:url('img/bg.png') repeat-x #0c0d10;
	font:13px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
#slideshow{
 	background-color:#00CCFF; /* สีพื้นหลัง  ขอบ */
 border: 8px solid #FFCC00; /* ขอบสไลด์หน้าเว็บ */
	height: 300px;
	margin: 0px auto 0;
	position:relative;
	width:1300px;   /*ขอบหน้าจอขอบ  */
	border:#00CCFF;
	border: 5px;
 
	
 	-moz-box-shadow:0 0 22px #111;
-webkit-box-shadow:0 0 22px #111; 
 box-shadow:0 0 22px #111; 
}

#slideshow ul{
	height:300px;
	left:0px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:1px;
	width:1300px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:1000;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
/* background:url('img/arrows.png') no-repeat; /*  ปุ่มกดเลื่อนภาพ */
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


/* The following styles are only used for the styling of the demo page */
/*
p.tlink{
	text-align:center;
	font-size:12px;
	margin:50px;
}

p.credit{
	text-align:center;
	color:#888;
	font-size:10px;
}

p.credit a,
p.credit a:visited{
	color:#ccc;
	border-bottom-color:#aaa;
}

p.credit a:hover{
	border-bottom-color:transparent;
}


a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#0000FF;
}


a:hover{
	border-bottom:1px dashed transparent;color:#FF0000;
}

.clear{
	clear:both;
}
*/