.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;/*ความหนาของกรอบด้านนอก*/
border-bottom-width: 0px;
width: 100%; /*width of featured content slider ความกว้างของกรอบข้อความ*/
height: 120px;/*ความสูงของกรอบข้อความ*/
}

/*.date{
	color:#999999;
}*/

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;/*สีของพื้นหลังกรอบด้านใน*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) ความกว้างของกรอบข้อความด้านใน*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
overflow:auto;
}


.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420) ความกว้างของกรอบตรงปุ่ม*/
text-align: right;
/*background-color: navy;*/
padding: 0px;
}



