/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	*zoom: 1;
}

.slider_main__wrap .bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper img {
	max-width: 100%;
	margin: 0 auto;
	line-height: 300px;
	vertical-align: middle;
}

.slider_main__wrap .bx-wrapper img {
	line-height: 225px;
}

.bxslider,
.slider_main {
	position: relative;
	margin: 0;
	zoom: 1;
}

	.bxslider li,
	.slider_main li {
		background: none;
		list-style: none outside;
		width: 450px !important;
		height: 300px !important;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 300px;
	}

	.slider_main li {
		width: 764px !important;
		height: 225px !important;
		line-height: 225px;
	}

		.slider_main a,
		.slider_main a:hover {
			text-decoration: none;
		}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.slider_main__wrap .bx-wrapper .bx-viewport {
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border: solid #fff 5px;
	width: 764px !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.slider_main__wrap .bx-wrapper .bx-pager,
.slider_main__wrap .bx-wrapper .bx-controls-auto {
	bottom: 10px;
	z-index: 100;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.slider_main__wrap .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}

.slider_main__wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider_main__wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00b7f4;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -30px;
	background: url(../images/slider_arrow.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -30px;
	background: url(../images/slider_arrow.png) no-repeat -39px 0;
}

.slider_main__wrap .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/slider_arrow_main.png) no-repeat 0 -34px;
}

.slider_main__wrap .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/slider_arrow_main.png) no-repeat -33px -34px;
}

.slider_main__wrap .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.slider_main__wrap .bx-wrapper .bx-next:hover {
	background-position: -33px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
}

.slider_main__wrap  .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 33px;
	height: 34px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* bx_thumbs */

.bx_thumbs {
	position: relative;
	overflow: hidden;
	overflow-x: scroll;
	display: block;
	width: 450px;
	height: 47px;
	padding-bottom: 25px;
	white-space: nowrap;
	zoom: 1;
}

	.bx_thumbs__i {
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 70px;
		height: 47px;
		margin-right: 2px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.bx_thumbs__i:hover,
	.bx_thumbs__i.active {
		opacity: 1;
		filter: alpha(opacity=100);
	}

		.bx_thumbs__i img {
			max-width: 450px;
			height: 100%;
		}

.slider-t {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family:  Georgia,'Bitstream Charter','Century Schoolbook L','Liberation Serif',Times,serif;
	font-size: 13px;
	line-height: 25px;
	font-style: italic;
	text-shadow: 0 1px 3px #000;
}

	.slider-t_big {
		font-size: 30px;
		font-style: normal;
		font-weight: bold;
	}