#eagle {
	/*overflow: hidden;*/
	z-index: 1;
	position: relative;
	top: 0px;
	/* padding: 0px 42px 0px; */
	margin: 0 -15px;
	margin-top: 6px;
}
#eagle.v2 {margin-top: -10px;}

#eagle p{
	float: left;
}
#eagle .more_btn{
	float: right;
}

#eagle .eagle-item {
	float: left;
	width: 100%;
	/*margin: 0 15px;*/
}

#eagle .item {
	position: relative;
	margin: 0 15px;
}
#eagle p{max-width: 100%;}

.eagle-wrapper-outer {
	overflow: hidden;
	padding-top: 0px;
	position: relative;
}

.eagle-wrapper {
	overflow: hidden;
}

.eagle-controls{text-align: center;}
.eagle-pagination {
	position: relative;
	display: inline-block;
	margin-top: 37px;
	margin-left: 88px;
}

.eagle-pagination span {
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	/*background: url(../images/pagination.png) right 0 no-repeat;*/
	background: #bebebe;
	border-radius: 1000px;
	margin-right: 8px;
}

.eagle-pagination .active span {
	/*background-position: 0 0;*/
	background: #d32026;
}

.eagle-pagination span:hover {
	/*background-position: 0 0;*/
	background: #d32026;
}

.eagle-page   {
	float: left;
}

.eagle-page+.eagle-page {
	/*margin-left: 4px;*/
}


/* eagle content */



.eagle-carousel .eagle-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}


#eagle .eagle-wrapper {
	overflow: visible;
}


#eagle .eagle-prev, #eagle .eagle-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/eagle_prev_btn.png) 0 0 no-repeat;
	display: block;
	width: 35px;
	height: 35px;
	right: 52px;
	top: -67px;
	overflow: hidden;
	text-indent: -999px;
	/* opacity: 1; */

}

#eagle .eagle-next {
	/*right: 0px;
	left: auto;*/
	left: auto;
	right: 14px;
	background: url(../images/eagle_next_btn.png) 0 0 no-repeat;

}
#eagle .eagle-next:hover {
	background-position: 0 bottom;
	opacity: 1;
}

#eagle .eagle-prev:hover {
	background-position: 0 bottom;
	opacity: 1;
}


























#eagle2 {
	/*overflow: hidden;*/
	z-index: 1;
	position: relative;
	top: 0px;
	padding: 0px 0px 0px;
	margin: 0 -15px;
	margin-top: 45px;
}

#eagle2 .eagle-item {
	float: left;
	width: 100%;
	/*margin: 0 15px;*/
}

#eagle2 .item {
	position: relative;
	margin: 0 15px;
}

/* eagle content */



.eagle-carousel .eagle-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}


#eagle2 .eagle-wrapper {
	overflow: visible;
}


#eagle2 .eagle-prev, #eagle2 .eagle-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/eagle_prev_btn.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	left: 50%;
	bottom: -43px;
	width: 24px;
	overflow: hidden;
	text-indent: -999px;
	opacity: 0.5;
	margin-left: -27px;

}

#eagle2 .eagle-next {
	/*right: 0px;
	left: auto;*/
	margin-left: 5px;
	background: url(../images/eagle_next_btn.png) 0 0 no-repeat;

}
#eagle2 .eagle-next:hover {
	background-position: 0 bottom;
	opacity: 1;
}

#eagle2 .eagle-prev:hover {
	background-position: 0 bottom;
	opacity: 1;
}


#eagle2 .eagle-controls{
	position: absolute;
	top: -73px;
	right: 0;
}
.eagle-pagination {
	position: relative;
	display: inline-block;
	margin-top: 57px;
	margin-right: 12px;
}

.eagle-pagination span {
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	/*background: url(../images/pagination.png) right 0 no-repeat;*/
	background: #bebebe;
	border-radius: 1000px;
	margin-right: 3px;
}

.eagle-pagination .active span {
	background-position: 0 0;
}

.eagle-pagination span:hover {
	background-position: 0 0;
}