


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

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

.tab_content .bx-wrapper img {
	/*max-width: 100%;*/
	display: block;
}

/** THEME
===================================*/
.tab_container.tabs-slider{
	background: url(../img/bg-slider-cour.png) 0 100% no-repeat;
	background-size: contain;
	height: 305px;
}

.tab_content .bx-wrapper .bx-viewport {
	padding: 10px 10px 40px 10px;

}

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




/* DIRECTION CONTROLS (NEXT / PREV) */

.tab_content .bx-wrapper .bx-prev {
	left: -40px;
	background: url(../img/arrow-left.png) no-repeat 0 0;
}

.tab_content .bx-wrapper .bx-next {
	right: -65px;
	background: url(../img/arrow-right.png) no-repeat 0 0;
}

.slide{
	box-shadow: 0 0 7px rgba(0,0,0,.8);
}
.tab_content .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	z-index: 1000;
}

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


/* IMAGE CAPTIONS */

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

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






/*=========== SLIDER-5 ==========*/


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

.our-works .bx-wrapper img {
	/* max-width: 100%;*/
	display: block;
}

/** THEME
===================================*/
.our-works .item{
	box-shadow: none;
}
.our-works .slide{
	box-shadow: 0 0 15px rgba(0,0,0,.7);
}
.our-works .bx-wrapper .bx-viewport {
	padding: 10px;
}

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



/* DIRECTION CONTROLS (NEXT / PREV) */

.our-works .bx-wrapper .bx-prev {
	left: -40px;
	background: url(../img/arrow-left.png) no-repeat 0 0;
}

.our-works .bx-wrapper .bx-next {
	right: -65px;
	background: url(../img/arrow-right.png) no-repeat 0 0;
}


.our-works .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
	z-index: 9999;
}

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


/* IMAGE CAPTIONS */

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

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