#amazingcarousel-1 .amazingcarousel-image {	
	position: relative;
	padding: 0px;
	height: 385px;
	cursor: pointer;
}

/* carousel */
#amazingcarousel-container-1 {
	padding: 0px; 
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

#amazingcarousel-1 .amazingcarousel-list-container { 
	padding: 16px 0;
}

/* item */
#amazingcarousel-1 .amazingcarousel-item-container {
	text-align: center;
	padding: 0px;
	margin: 0px 14px 25px!important;
	background-color: transparent;
	border: none;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	height: auto;
}

/* arrows */
#amazingcarousel-1 .amazingcarousel-prev {
	width: 30px !important;
	height: 50px !important;
	left: 0%;
	top: 50%;
	margin-left: -60px;
	margin-top: -25px;
	background-position-x: -10px !important;
	background-position-y: 0px !important;
	background-color: #FFF !important;
	border: 1px solid #cacaca;
	opacity: 1;
	transition: all 0.7s ease; -webkit-transition: all 0.7s ease;
}
#amazingcarousel-1 .amazingcarousel-prev:hover { opacity: 0.5; }

#amazingcarousel-1 .amazingcarousel-next {
	width: 30px !important;
	height: 50px !important;
	right: 0%;
	top: 50%;
	margin-right: -60px;
	margin-top: -25px;
	background-position-x: -57px !important;
	background-position-y: 0px !important;
	background-color: #FFF !important;
	border: 1px solid #cacaca;
	opacity: 1;
	transition: all 0.7s ease; -webkit-transition: all 0.7s ease;
}
#amazingcarousel-1 .amazingcarousel-next:hover { opacity: 0.5; }