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



@font-face {
    /*font-family: 'circularregular';
    src: url('../fonts/circular-webfont.eot');
    src: url('../fonts/circular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/circular-webfont.woff2') format('woff2'),
         url('../fonts/circular-webfont.woff') format('woff'),
         url('../fonts/circular-webfont.ttf') format('truetype'),
         url('../fonts/circular-webfont.svg#circularregular') format('svg');
    
    font-weight: normal;
    font-style: normal;
	*/
	font-family: 'THNiramitIT';
					src: url('../fonts/THNiramitIT.eot?#iefix') format('embedded-opentype'),  
						url('../fonts/THNiramitIT.woff') format('woff'), 
						url('../fonts/THNiramitIT.ttf')  format('truetype'), 
						url('../fonts/THNiramitIT.svg#THNiramitIT') format('svg');
	font-weight: normal;
	font-style: normal;

}


body {
	background-repeat:repeat-x repeat-y;

	/*font-family:'THNiramitIT', Arial, sans-serif;*/
	font-family:'THSarabunPSK', Arial, sans-serif;;
  	/*font-family:'circularregular', Arial, sans-serif;*/
  	/*background-image:url(../images/bg.jpg);*/


}
ul {
    list-style: none;

}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.fixed_width {
  height: 70px;
  width: 80px;
}
.fixed_widthnews {
  height: 150px;
  width: 140px;
}