/*สไลด์ผู้บริหาร==============================================================================*/
		#showboardimg{
		width:170px;  /*<====ปรับความกว้างของรูปภาพ ให้เท่ากันทั้ง 2 จุด*/
		height:250px; /*<====ปรับความสูงของรูปภาพ ให้เท่ากันทั้ง 2 จุด*/
		margin-top:3px; margin-left:3px; padding:0px; position:relative; border:solid 0px #000000; float:left;
	}
	.addto{ 
	width:170px;  /*<====ปรับความกว้างของรูปภาพ ให้เท่ากันทั้ง 2 จุด*/
	height:250px; /*<====ปรับความสูงของรูปภาพ ให้เท่ากันทั้ง 2 จุด*/
	margin:0px; padding:0px; position:relative; border:solid 0px #000000; }
	.spantitle{
		width:170px;
		height:60px;
		position:absolute; bottom:0px; left:0px;
		color:#FFF;
		background-color:#000;
	}
	ul#boardslide>li{
		list-style:none;
		position:absolute;
		top:0px;
		left:0px;
	}
	ul#boardslide>li>div>a>img{
		border:solid 0px #FFFFFF;
	}
	ul#boardslide>li>div{ margin:0px; padding:0px; position:relative; border:solid 0px #000000; width:170px; height:250px;}


/*=====================================================content tab===========================================================*/
            #content{
				position:relative; left:3px;
				margin: 25px 0px 5px 0px;
				/*behavior: url(PIE.htc);*/
				border:solid 0px #000000;
				 width:795px; height:500px;
            }
            .reference{
                clear:both;
                width:795px;
                margin:30px auto;
				/*behavior: url(PIE.htc);*/
            }
            .reference p a{
                text-transform:uppercase;
                text-shadow:1px 1px 1px #fff;
                color:#666;
                text-decoration:none;
                font-size:10px;
				/*behavior: url(PIE.htc);*/
            }
            .reference p a:hover{
                color:#333;
				/*behavior: url(PIE.htc);*/
            }
.rotator{
    width:795px;
    height:500px;
    margin:0px auto;
    position:relative;
    /*font-family:'Myriad Pro',Arial,Helvetica,sans-serif;*/
	font-family: 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
    color:#FFF;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:0px solid #f0f0f0;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
	/*behavior: url(PIE.htc);*/
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
	/*behavior: url(PIE.htc);*/
}
.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:6px;
    z-index:2;
	/*behavior: url(PIE.htc);*/
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:260px;
	/*behavior: url(PIE.htc);*/
}
.rotator ul li a{
    width:230px;
    float:right;
    clear:both;
    padding-left:15px;
    text-decoration:none;
    display:block;
    min-height:53px;
    line-height:25px;
    background-color:#006699;
    margin:1px -20px 0px 0px;
    opacity:0.6;
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    color:#f0f0f0;
    font-size:20px;
    border:0px solid #CCC;
    border-right:none;
    outline:none;
    text-shadow:-1px 1px 1px #000;
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
	/*behavior: url(PIE.htc);*/
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
	  /*behavior: url(PIE.htc);*/
}

.rotator .description{
    width:500px;
    height:450px;
    position:absolute;
    bottom:0px;
	margin-bottom:2px;
    left:3px;
    padding:5px;
    background-color:#000;
	overflow:auto;
	z-index:3;
/*    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;*/
    opacity:0.9;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	border: solid 2px #FFFFFF;
/*    border-top:1px solid #FFF;
    border-right:1px solid #FFF;*/
	/*behavior: url(PIE.htc);*/
}
.rotator .description a.content,.rotator .description a.content:active,.rotator .description a.content:visited,.rotator .description a.content:focus{
	color:#FFF;
	text-decoration: none;
	outline:none;
	font-weight:bolder;
}
.rotator .description a.content:hover{
	color:#3CF;
}
.rotator .description p{
    text-shadow:-1px 1px 1px #000;
    text-transform:none;
    letter-spacing:normal;
    line-height:20px;
	/*behavior: url(PIE.htc);*/
}
a.more{
    color:#F90;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
	/*behavior: url(PIE.htc);*/
}
a.more:hover{
    color:#fff;
	/*behavior: url(PIE.htc);*/
}
/*จบ content tab*/