.bx-wrapper {
	position: relative;
	margin: 0px 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*width: 100%;*/
	float:right;
	display: block;
} 

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	left:15px;
	z-index:111;
	/*width: 100%;*/
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 20px;
	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: #bcd197;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background:url(../images/prev_bx.png) center center no-repeat !important;
}

.bx-wrapper .bx-next {
	right: 0px;
	background:url(../images/next_bx.png) center center no-repeat !important;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100px;
	/*margin-top: -16px;*/
	outline: 0;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	z-index: 999;
}

.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;
	top: 10px;
	left: 160px;
	width: 300px;
	
}

.bx-wrapper .bx-caption span {
	color:#bbcf96;
	font-family: Arial;
	display: block;
	font-size:24px;
	padding: 10px;
	line-height:30px;
	display:table-cell;
	vertical-align:middle;
	height:230px;
}

.bx-wrapper .bx-caption p {line-height:30px;}

.feamedia .bx-caption {left:0px;bottom:0px;top:auto;padding:5px;color:#fff;width:315px;font-size:14px;background: url(../images/blacktr.png) !important;}
.feamedia .bx-caption p {color:#fff;font-size:14px;line-height:19px;margin:0px;padding:0px;}
.feamedia .bx-caption span {line-height:19px;padding:0px;height:auto !important}
/*--*/
.bxsliderhome {
	/*float:right;*/
	width:100%;
	height:272px;
	background:#78a22f;
	overflow:hidden;
	-webkit-border-radius: 0px 0px 0px 30px;
     -moz-border-radius: 0px 0px 0px 30px;
    border-radius: 0px 0px 0px 30px;
}

.bxsliderprojects {
	width:660px;
	height:180px;
	background:#fff;
}

.bxslidermainprojects{
	width:660px;
	height:232px;
	background:#fff;
	margin-bottom:60px;
	overflow:hidden;
	border:2px solid #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

.bxslidermainprojects img {width:330px;float:left;margin-right:15px;}

.bxslidermainprojects .bx-wrapper .bx-controls-direction a {width:30px;height:40px;top:95px;display:none;}
.bxslidermainprojects .bx-wrapper .bx-prev {left: 0px;background:url(../images/leftorange.png) no-repeat  !important;}
.bxslidermainprojects .bx-wrapper .bx-next {right: 0px;background:url(../images/rightorange.png) no-repeat  !important;}
.bxslidermainprojects:hover .bx-wrapper .bx-controls-direction a {display:block;}