@charset 'utf-8';

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}del{text-decoration:line-through}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ins{background-color:#ff9;color:#000;text-decoration:none}input,select{vertical-align:middle}nav ul{list-style:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}
img{vertical-align:bottom;}
.f_left{float:left;}
.f_right{float:right;}

li {
	list-style:none;
}
.social {
	background-color:#fff;
	padding:5px;
	position:absolute;
	left:560px;
	top:315px;
}
.social li {
	display: inline;
	float: left;
	padding-right: 10px;
}
iframe.twitter-share-button {
	width: 85px!important;
}

#body {
	background:url(./img/bg.png) repeat 0 0;
}

#header_wrap {
	width:926px;
	margin:0 auto;
}
#header {
	position:relative;
	width:926px;
}
#header h1 {
	position:absolute;
	top:19px;
	right:13px;
}

#main_wrap {
	width:868px;
	padding:22px 29px 0;
	background:url(./img/bg_main.png) repeat-y 0 0;
	margin:0 auto;
}
#main_wrap .section {
	box-shadow:0 0 4px 1px #999;
	margin-bottom:20px;
}
#page_top {
	text-align:right;
	margin-top:40px;
}

#footer_wrap {
	position:relative;
	text-align:center;
	background-color:#201611;
}


/*** Gallery ***/
#gallery {
	background: #fff;
	padding: 0 24px 30px 25px;
}

#gallery_slide {
	position: relative;
	color: #201611;
	width: 800px;
	font-size: 13px;
	margin: 30px auto 0;
}

#gallery_slide ul {
	list-style: none;
}

#gallery_slide p {margin: 10px 0}

.slides {
	position: relative;
	width: 800px;
	height: 533px;
}

.slides li {
	position: absolute;
	width: 800px;
	text-align: center;
}

.slide_nav {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 740px;
	margin: 0 30px;
}

.slides_thm {
	position: relative;
	height: 111px;
}

.slides_thm li {
	overflow: hidden;
	float: left;
	border: 2px solid #999;
	width: 160px;
	height: 107px;
	margin-right: 9px;
}

.slides_thm img {
	width: 100%;
	opacity: .6;
	cursor: pointer;
	vertical-align: top !important;
}

.slides_thm .selected {border-color: #201611}
.selected img {opacity: 1}

.num_disp {float: left}
.auto_switch {float: right}

.auto_switch a {
	display: inline-block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

a.auto_slct {color: #201611}

.btn_left, .btn_right {
	position: absolute;
	background: #201611;
	color: #fff;
	height: 15px;
	text-decoration: none;
	bottom: 0;
	padding: 48px 8px;
	opacity: .6;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.btn_left:hover, .btn_right:hover {opacity: 1}
.btn_left {left: 0}
.btn_right {right: 0}


.btn_vacancy {
	position: absolute;
	left: 400px;
	top: 22px;
}

#footer_wrap .btn_vacancy {
	margin-left: 244px;
	left: 50%;
	top: 118px;
}

.attention {
	color: red;
	text-align: center;
	position: relative;
	top: -10px;
}