/**
 * 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-wrapper2 {
	position: relative;
	padding: 0;
	*zoom: 1;
	width:546px;
	height:185px;
}


.os-contents {
	width:546px;
	height:185px;
	position:relative;
}

.os-image {
	width:546px;
	height:185px;
	overflow:hidden;
}

.os-text {
	position:absolute;
	top:29px;
	width:370px;
	text-align:center;
	left:85px;
	color:#ffcc99;
}

.os-text p {
	font-size:26px;
	line-height:28px;
	margin:0px;
	padding:0px;
	font-family: 'source_sans_probold';
	text-shadow:1px 1px #331426;
	padding-bottom:10px;
}

.sm {
	text-align:center;
}

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

.bx-wrapper2 .bx-viewport {
}

.bx-wrapper2 .bx-pager,
.bx-wrapper2 .bx-controls-auto {
	position: absolute;
	top: -34px;
	right:20px;
}

/* LOADER */

.bx-wrapper2 .bx-loading {
	width:546px;
	height:158px;
}

/* PAGER */

.bx-wrapper2 .bx-pager {
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper2 .bx-pager .bx-pager-item,
.bx-wrapper2 .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper2 .bx-pager.bx-default-pager a {
    border-radius: 10px 10px 10px 10px;
    color: #78BDB0;
    display: inline-block;
    height: 10px;
    margin: 0 5px 0 0;
    width: 10px;
	text-indent:-9999px;
	background-color:#c1c1c1;
}

.bx-wrapper2 .bx-pager.bx-default-pager a:hover {
	background-color: #eb0000;
}

.bx-wrapper2 .bx-pager.bx-default-pager a.active {
	background-color: #c60000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper2 .bx-prev {
	top:66px;
	left:15px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 27px;
	height: 27px;
}

.bx-wrapper2 .bx-next {
	top:66px;
	right:15px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 27px;
	height: 27px;
}


.bx-wrapper2 .bx-controls-direction a {
	position: absolute;
	top:66px;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	z-index: 9999;
}

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

/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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