
/* CSS Document */
*{
	padding:0;
	margin:0;
}

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	margin:0 auto;
	color:#000;
	line-height:25px;
	background: #f1f1f1;
}


@font-face {
    font-family: 'ThaiSansNeue-Regular';
    src: url('fonts/ThaiSansNeue-Regular.eot');
    src: url('fonts/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Regular.woff') format('woff'),
         url('fonts/ThaiSansNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mohaveregular';
    src: url('fonts/mohave-webfont.eot');
    src: url('fonts/mohave-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mohave-webfont.woff2') format('woff2'),
         url('fonts/mohave-webfont.woff') format('woff'),
         url('fonts/mohave-webfont.ttf') format('truetype'),
         url('fonts/mohave-webfont.svg#mohaveregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
img { border:none;}
a { text-decoration:none; color: #000;}
.cleaner{clear:both;width:100%;height:0px;}
.cleaner_h10{clear:both;width:100%;height:10px;}
.cleaner_h20{clear:both;width:100%;height:20px;}
.cleaner_h30{clear:both;width:100%;height:30px;}
.fl{
	float:left;
	text-align:left;
}
.fr{
	float:right;
}

.bold{font-weight:bold;}
.italic{font-style:italic;}


.font_18{font-size:18px;}
.font_20{font-size:20px;}
.font_22{font-size:22px;}
.font_24{font-size:24px;}
.font_26{font-size:26px;}
.font_30{font-size:30px;}

.space20 {padding-left: 20px;}
.space30 {padding-left: 30px;}
.space50 {padding-left: 50px;}

.h10 {clear: both;width: 100%;height: 10px;}
.h20 {clear: both;width: 100%;height: 20px;}
.h30 {clear: both;width: 100%;height: 30px;}
.cleaner {clear: both;width: 100%;height: 0px;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#wrapper{
	width:100%;
	margin:0px auto 0 auto;
	/*background:#f1f1f1 ;*/
	border-top: 5px solid #fd7700;
	background:#FFF;
}
#wrapper_head{
	width:100%;
	height:100px;
	display:block;
	margin:0 auto;
	padding:0px;;
}
#head{
	width:980px;
	margin:0 auto;
	padding:0px;;
}
.head-left{
	width:250px;
	float:left;
	margin:20px 0 10px 20px;
}
.head-left .logo img{
	float:left;
	width:175px;
	height:57px;
	margin:0px;
	/*background: url(../images/logo.gif) no-repeat ;
	background-size: 100% auto;*/
}
.head-left a{
	text-decoration:none;
	color:#333;
	font-size:24px;
}
.head-right{
	width:450px;
	padding-right:30px;
	float:right;
	margin:0px;
	font-size:16px;
	color:#666;
	text-align:right;
	background:url(../images/head-social.png) no-repeat ;
	vertical-align:middle;
	position:relative;
	text-align:left;
}
/*.head-right a{
	text-decoration:none;
	position:absolute;
	color:#000;
	width:22px;
	height:22px;
	display: inline-block ;
	background: url(../images/sprite.png) no-repeat ;
}
.head-right a.facebook{
	background-position: -5px -36px;
	right:50px;
}

.head-right a.instagram{
	background-position: -34px -36px;
	right:25px;
}
*/
.head-right .head-logo{
	float:right;
	width:auto;
	margin:0 15px;
	text-align:center;
	line-height:18px;
}
	
	
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#wrapper-slide{
	width:100%;
	height:580px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	
	background:#d0d0d2;
}

/*#wrapper-slide #slides{
	width:980px;
	height: auto;
	margin:0 auto 0 auto;
	padding:auto;
	text-align:center;
}*/


#wrapper-slide  ul{
	padding:0;
	margin:0;
	
}

#wrapper-slide ul li{
	padding:0;
	margin:0;
	height:580px;
	width:100%;
	display:block;
	text-align:center;
}

#wrapper-slide ul li img{
	margin:0 auto;
	
}


/*
#wrapper-slide ul li:nth-child(odd){
	background:#060;
}

#wrapper-slide ul li:nth-child(even){
	background:#0F0;
}
*/

#wrapper-slide ul li #home_gallery_box{
	width:100%;
	margin:auto;
	padding:20px 0;
}
#wrapper-slide ul li #home_gallery_box ul{
	width:920px;
	margin:10px auto;
	list-style:none;
	padding:0;
	position: relative;
}
#wrapper-slide ul li #home_gallery_box li{
	display:block;
	float:left;
	margin:5px 10px;
	width: 164px;
	height: 123px;
	background:#FFF;
}

#wrapper-slide ul li #home_gallery_box li .lazy {
	display: none  ;
	width: 164px;
	height: 123px;
}

#wrapper-slide ul li #home_gallery_box li .lazy-image {
	display: inline-block  ;
	width: 164px;
	height: 123px;
}


#wrapper-slide ul li #home_gallery_box li a {
	overflow: hidden;
}
#wrapper-slide ul li #home_gallery_box li a div {
	position: absolute;
	background: #333;
	background: rgba(250,177,87,0.7);
	width: 100%;
	height: 100%;
	text-align:center;
}
#wrapper-slide ul li #home_gallery_box li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -5px 0 rgba(255,255,255,0.8);
}
#wrapper-slide ul li #home_gallery_box li a, #home_gallery_box li a img {
	display: block;
	position: relative;
}
#wrapper-slide ul li .home_title{
	margin:auto;
	padding:10px;
	text-align:center;
}
#wrapper-slide ul li .home_title h1{
	font-family: 'ThaiSansNeue-Regular';
	font-size:30px;
	line-height:12px;
	color:#900;
	text-shadow:1px 1px 3px #333;
}
#wrapper-slide ul li #home_picture_box{
	width:100%;
}
#wrapper-slide ul li #home_picture_box ul{
	width:780px;
	margin:10px auto;
	list-style:none;
	padding:0;
}
#wrapper-slide ul li #home_picture_box li{
	display:block;
	float:left;
	margin:15px;
}
#wrapper-slide ul li .home_slogan{
	margin:auto;
	text-align:center;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main-menu{
	width:930px;
	margin:0 auto 0 auto;
	display:block;
}

#navigation {
	width:700px;
	margin:15px 0;	
	/*text-transform: uppercase;*/
	color: #444 ;
	font-family: 'ThaiSansNeue-Regular';
	float:right;
	background:url(../images/bg-menu.png) center center  no-repeat ;
	
	/*-webkit-box-shadow:  0 8px 10px  -7px   rgba(0,0,0,0.5);
	-moz-box-shadow:    0 8px 10px  -7px   rgba(0,0,0,0.5);
	box-shadow: 0  8px   10px  -7px   rgba(0,0,0,0.5);*/
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {
	padding:0px;
	margin:0 auto;
	float: right;
	/*border-radius: 17px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);*/
	list-style: none;	
}

#navigation li {
	/*width:100px;*/
	position:relative;
	margin: 0 10px;
	float: left;
	/*box-shadow: 0 1px rgba(167,165,165,1) inset;
	-webkit-box-shadow: 0 1px rgba(167,165,165,1) inset;
*/
}

#navigation li:hover{
/*	box-shadow: 0 1px rgba(255,255,255,0.2) inset;*/
}
#navigation li.current{
	/*box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;*/
	
}
#navigation a {
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
	/*text-shadow: 0 1px #999;*/
	font-size:26px;
	
	
	
}

#navigation a:hover, #navigation li.current a {
	color: #000;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	/*border-radius: 17px 0 0 17px;
	padding: 0px 0px 0px 25px;*/
}

#navigation li:last-child {
	/*border-radius: 0 17px 17px 0;
	padding: 0px 25px 0px 0px;*/
}
/******************************************/
.submenu{
	position:absolute;
	left:20px;
	top:30px;
	-webkit-transition: all 0.3s ease-in;
	z-index:999;
}
.submenu ul{
	width:120px;
}
.submenu ul li {
	margin:0 !important;
}
.submenu ul li a{
	border-radius: 3px;
	width:120px;
	background:#FFF;
	-webkit-transition: all 0.3s ease-in;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-right:2px solid #FFF;
}
#navigation ul li:hover  .submenu{
	background:#FFF;
	display:block;
	-webkit-transition: all 0.4s ease-in;
}
#navigation ul li:hover  .submenu a:hover{
	color:#fd7700;
	text-shadow:none;
	border-left:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #fd7700;
	border-right:2px solid #fd7700;
}

#navigation ul li  .submenu{
	display:none;
}
/******************************************/
.menu-dd{
	position:absolute;
	top:35px;
	left:0;
	width:130px;
	height:0px;
	overflow:hidden;
	background:#afaeae;
	z-index:99;
	padding:0;
}
.menu-dd a{
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:0 10px !important;
	border-left:3px solid #afaeae;
}
.menu-dd a:hover{
	background:#888;
	border-left:3px solid #333;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#wrapper-content{
	width:100%;
	text-align:justify;
	display:block;
	float:left;
	min-height:250px;
	background:url(../images/bg-content.png) repeat ;
}
#content{
	width:980px;
	text-align:justify;
	display:block;
	margin:auto;	
	
}
.about{
	width:900px;
	padding:10px 40px;
}
.content-full{
	margin:0px auto auto auto;
	width:100%;
	text-align:left;
	padding:10px 0;
	color:#000;
	font-size:16px;
	line-height:25px;
	background: #f1f1f1;
}
.text_slide{
	font-size:24px;
	color:#ed6c0a;
	padding-top:40px;
	line-height:30px;
}
.box3_content{
	width:980px;
	margin:auto;
	background:none;
}

.box-3col{
	width:300px;
	height:auto;
	float:left;
	padding:5px 5px 5px 10px;
	margin: 0 5px 0 0;
	-webkit-box-shadow:  8px  0  10px  -7px   rgba(0,0,0,0.5);
	-moz-box-shadow:  8px  0  10px  -7px   rgba(0,0,0,0.5);
	box-shadow:  8px  0  10px  -7px   rgba(0,0,0,0.5);
	min-height:250px;
	font-size:14px;
	text-align:center;
}

.box-3col:last-child{
	
	-webkit-box-shadow:  none;
	-moz-box-shadow: none;
	box-shadow:none;
	
}
.box-3col ul.fl {
	padding:0;
	margin:0;
	display:block;
	width:200px;
}


.box-3col ul li {
	list-style-position:inside;
	font-weight:normal;
}

.box-3col ul li a{
	font-weight:normal;

}


.box-3col a{
	color:#dd6700;
	font-size:18px;
	font-weight:bold;
	text-decoration: none ;
}


.box-3col a:hover{
	text-decoration:underline ;
	
}


.box-3col .img-gallery{
	margin:10px auto;
	
}


.box-3col .ok{
	opacity:0.3;
}





.box-3col h1{
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
	
}
.box-3col .vdo_show {
	width:300px;
	text-align:center;
}
.box-3col .vdo_show a.video img{
	width:230px;
	height:120px;
}
.box-3col ul.cate {
	float:left;
	width:120px;
}
.box-3col li.cate{
	width:120px;
}
.content-left{
	width:730px;
	float:left;
	padding:10px 0px 10px 15px;
}

.content-right{
	width:210px;
	float:right;
	padding:10px 0px 10px 10px;
}
.content-right p{
	margin-bottom:10px;
}
.content-right .login{
	width:170px;
	float:right;
	font-size:16px;
	margin:10px 20px 0 0;
	font-family: 'mohaveregular';
	text-align:right;
	background:url(../images/bg-wrapper.png) top right no-repeat;
	padding:10px;
}
.content-right .login a{
	text-decoration:none;
	color:#000;

}
.content-right .banner{
	width:188px;
	height:55px;
	background:url(../images/bg-2.png) top center no-repeat;
	text-align:center;
	margin-top:10px;
}
.content-right .banner a{
	text-decoration:none;
	color:#000;
	display:block;
	padding:15px 0;
}
.show_gallery{
	height:150px;
	max-width:300px;
	width:250px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#wrapper-footer{
	width:100%;
	margin:0 auto ;
	padding:0px;
	text-align:center;
	background:#dd6800;
	display:block;
}

#wrapper-footer h2{
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	margin:0 0 20px 0;
}

#wrapper-footer h3{
	margin:20px;
	font-size:20px;
	color:#FFF;
	font-weight:normal;
}

#footer{
	margin:0 auto;
	width:980px;
	color:#000;
	font-size:14px;
	text-align:center;
	padding:20px 20px ;
	
}

#footer .footer-left{
	width:650px;
	height:100%;
	float:left;
	text-align:left;
	
	-webkit-box-shadow:  8px  0  10px  -7px   rgba(0,0,0,0.5);
	-moz-box-shadow:  8px  0  10px  -7px   rgba(0,0,0,0.5);
	box-shadow:  8px  0  10px  -7px   rgba(0,0,0,0.5);
}

#footer p{
	color:#fff;
	line-height:25px;
}

#footer p strong{
	color:#fff;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
}


#footer .footer-left a{
	color:#fff;
	font-size:16px;
	line-height:25px;
	text-decoration:none;
}

#footer .footer-left a:hover{
	color:#000;
}

#footer .footer-right{
	width:290px;
	padding-left:20px;
	height:100%;
	float:left;
	text-align:left;
}

/*#footer .footer-right  a{
	text-decoration:none;
	color:#000;
	width:50px;
	height:50px;
	display: inline-block ;
	background: url(../images/sprite.png) no-repeat ;
}
#footer .footer-right a.facebook{
	background-position: 0px -74px;
}

#footer .footer-right a.instagram{
	background-position: -50px -74px;
}*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.form_con {
	width: 180px;
	height: 20px;
	padding: 2px;
	color: #d95603;
	border-radius: 3px;
	border: 1px solid #dd6800;;
}
.form_con2 {
	width: 220px;
	height: 150px;
	padding: 2px;
	color: #d95603;
	border-radius: 3px;
	border: 1px solid #dd6800;;
}
.sendmail {
	width: 80px;
	height: 30px;
	background: #fe981e;
	color: #FFF;
	border-radius: 5px;
}
.sendmail:hover {
	box-shadow: 0px 1px 2px 1px rgba(100,100,100,1);
	cursor: pointer;
}
.address table tbody tr td{
	height:30px;
}

.service_box{
	width:980px;
}
.service_cate{
	width:250px;
	float:left;
	padding:5px;
	margin:5px 7px ;
	background:#CCC;
}
.service_subcate{
	width:950px;
	float:left;
	padding:5px;
	margin:5px 7px ;
	background:#CCC;
}
a .service_cate {	color:#000;}
.service_cate:hover{
	padding:5px 5px ;
	margin:5px 7px ;
	color:#fd7700;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	-webkit-transition: all .15s ease-out .1s;
	-moz-transition: all .15s ease-out .1s;
	-o-transition: all .15s ease-out .1s;
	transition: all .15s ease-out .1s;
}


.service_show_img{
	width:700px;
	float: left;
}
.name_service, .script_service{
	text-align:center;
	color:#FFF;
	width:200px;
	height:24px;
	overflow:hidden;
}
.script_service{
	font-size:14px;
}
.service_show_img li{
	width:200px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin:10px 10px ;
	background:#FFF;
	color:#FFF;
	list-style:none;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
}
.service_show_img li:hover{
	width:200px;
	float:left;
	padding:10px ;
	margin:5px 5px ;
	/*color:#fd7700;*/
	background: #FFF;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	-webkit-transition: all .15s ease-out .1s;
	-moz-transition: all .15s ease-out .1s;
	-o-transition: all .15s ease-out .1s;
	transition: all .15s ease-out .1s;
	list-style:none;
}
.service_show_img li:hover .name_service , .service_show_img li:hover .script_service{
	-webkit-transition: all .15s ease-out .2s;
	color:#fd7700;
}
.service_show_img li img{
	max-width:200px;
	height:150px;
}

.script_view{
	width:400px;
	float:left;
}
.pic_view{
	width:500px;
	float:right;
}
.view_show_img{
	width:950px;
	float: left;
}
.view_show_img li{
	width:200px;
	height:150px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin:8px 8px ;
	background:#FFF;
	color:#FFF;
	list-style:none;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	text-align:center;
}
.view_show_img li:hover{
	width:200px;
	float:left;
	padding:8px ;
	margin:5px 5px ;
	/*color:#fd7700;*/
	background: #FFF;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(100,100,100,.1);
	-webkit-transition: all .15s ease-out .1s;
	-moz-transition: all .15s ease-out .1s;
	-o-transition: all .15s ease-out .1s;
	transition: all .15s ease-out .1s;
	list-style:none;
	box-shadow:1px 2px 2px 1px rgba(0,0,0,.4);
}
.view_show_img li:hover .name_service , .view_show_img li:hover .script_service{
	-webkit-transition: all .15s ease-out .2s;
	color:#fd7700;
}
.view_show_img li img{
	max-width:200px;
	height:150px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.line{
	width:100%;
	height:3px;
	background:#fd7700;
	margin:5px 0;
}
.gallery_all{
	width:980px;
	height:150px;
	position:relative;
	/*margin:15px 0px 0 10px;
	padding:0px 0px 0 10px; */
}
.gallery_all ul li{
	list-style:none;
	width:184px;
	height:139px;
	margin:2px 5px;
	float:left;
	background:#FFF;
	text-align:center;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
}
.gallery_all ul li:hover{
	margin:0;
	padding:2px 5px;
	background: #FFF;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(100,100,100,.1);
	-webkit-transition: all .15s ease-out .1s;
	-moz-transition: all .15s ease-out .1s;
	-o-transition: all .15s ease-out .1s;
	transition: all .15s ease-out .1s;
	list-style:none;
	box-shadow:1px 2px 2px 1px rgba(0,0,0,.4);
}
.gallery_all ul li img{
	max-width:180px;
	height:135px;
	padding-top:2px;
	/*opacity: 0.7;
	filter: alpha(opacity=40);*/
}
.gallery_all ul li:hover img{
	box-shadow:1px 2px 2px 1px rgba(0,0,0,.4);
	/*opacity: 1.0;
	filter: alpha(opacity=100);*/
}
.gallery_cate{
	width:930px;
	height:30px;
	background:#CCC;
	float:right;
	padding:5px 0 2px 50px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.slide-peepq{
	position:absolute;
	width:980px;
	height:400px;
	background: #fff url(../images/bg.png) center bottom no-repeat;
	z-index:999;
	display: none;
	top:0;
	left:0;
	overflow:hidden;
	text-align:center;
}

.slide-peepq li img{
	width: auto;
	height:100%;
}
.slide-peepq  ul{
	padding:0;
	margin:0;
	position:absolute;
	
}


.slide-peepq ul li{
	list-style:none;
	width:980px;
	height:400px;
	text-align:center;
}

.slide-peepq ul li img{
	width:100%;
	height:auto;

}
.slide-peepq a.close{
	width:30px;
	height:30px;
	background:#fff  url(../images/close.png) center center no-repeat;
	display:block;
	opacity:0.3;
	position:absolute;
	top:5px;
	right:5px;
	z-index:999999;
	text-indent:-300px;
	overflow:hidden;
}

/*************************************/

/**********************************/
			#carousel-wrapper {
				width:554px;
				height:300px;
				overflow:hidden;
				padding-bottom: 10px;
				position: relative;
				margin:auto;
			}
			#carousel, #thumbs {
				overflow: hidden;
			}
			#carousel-wrapper .caroufredsel_wrapper {
				border-radius: 10px;
				box-shadow: 0 0 5px #899;
			}

			#carousel a, #carousel a img,
			#thumbs a, #thumbs img  {
				display: block;
				float: left;
			}
			#carousel a, #carousel a,
			#thumbs span, #thumbs a {
				position: relative;
			}
			#carousel a img,
			#thumbs img {
				border: none;
				max-width: 100%;
				min-height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
			#carousel a img.glare,
			#thumbs img.glare {
				width: 102%;
				height: auto;
				/*width: 102%;
				height: auto;*/
			}

			#carousel a{
				width: 554px;
				height: 313px;
			}
			#thumbs-wrapper {
				width:700px;
				margin:auto;
				padding: 20px 40px;
				position: relative;
			}
			#thumbs a {
				border: 2px solid #899;
				width: 150px;
				height: 100px;
				margin: 0 10px;
				overflow: hidden;
				border-radius: 10px;
				
				-webkit-transition: border-color .5s;
				-moz-transition: border-color .5s;
				-ms-transition: border-color .5s;
				transition: border-color .5s;
			}
			#thumbs a:hover, #thumbs a.selected {
				border-color: #566;
			}
			
			#wrapper img#shadow {
				width: 100%;
				position: absolute;
				bottom: 0;
			}

			#prev, #next {
				background: transparent url('../coolcarousel/img/gui/carousel_nav.png') no-repeat 0 0;
				display: block;
				width: 19px;
				height: 20px;
				margin-top: -10px;
				position: absolute;
				top: 50%;
			}
			#prev {
				background-position: 0 0;
				left: 10px;
			}
			#next {
				background-position: -19px 0;
				right: 10px;
			}			
			#prev:hover { 
				background-position: 0 -20px;				
			}
			#next:hover {
				background-position: -19px -20px;				
			}
			#prev.disabled, #next.disabled {
				display: none !important;
			}
			
			#donate-spacer {
				height: 100%;
			}
			#donate {
				border-top: 1px solid #999;
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
			}
			#donate form {
				width: 100px;
			}
