/*========= Index Section ==============*/

body {
	padding: 0;
	margin: 0;
}

#container {
	width: 100%;
}

#leftnav_container {
	display: none;
}

#footer {
	width: 100%;
}

#footer_bighome {
	display: block;
}

#content {
margin: 0px auto;
padding: 0 0 15px 0px;
float: none;
min-height: 0;
width: 850px;
}

.foot_link {
height: 100%;
line-height: 100%;
margin: 0 auto;
width: 580px;
float: none;
}

.foot_link ul li {
float: left;
list-style: none;
display: inline;
padding: 0px 20px 0px 20px;
}

#address_wrap {
margin: 0 auto;
width: 600px;
}

.cw {
margin: 0 auto;
width: 600px;
	margin-left: 0;
}

.sliderWrap, .slide, .slide a, .slider {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	/*clear: left;*/
}

.sliderWrap{
	clear: left;
}

.sliderWrap {
	margin-bottom: 30px;
}

.slide img{
	width: 100%;
	height: auto;
}

.bx-pager {
	position: relative;
	top: 20px;
	z-index: 999999;
	margin-bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(209,201,197,0.9);
	border: none;
	text-indent: -9999px;
	display: inline-block;
	width: 20px !important;
	height: 20px;
	margin: 8px 4px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: none;
	background: rgba(69,54,47,0.9);
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}


.bx-wrapper .bx-controls-direction, .bx-controls {
	width: 100%;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 60%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: 5%;
	background: url('/static/img/gallery_30.png') no-repeat 0 -31px;
	opacity: 0.5;
}

.bx-wrapper .bx-next {
	right: 5%;
	background: url('/static/img/gallery_30.png') no-repeat -43px -31px;
	opacity: 0.5;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	opacity: 0.7;
}
