.jcarousel-wrapper {
	margin: 0 auto;
	position: relative;
	width: 480px;
	height: 100%;
}


.jcarousel-wrapper .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
	color: #fff;
}

/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #eb87a9;
	color: #fff;
	text-decoration: none;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
			border-radius: 30px;
}

.jcarousel-control-prev {
	left: -50px;
}

.jcarousel-control-next {
	right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
	display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
	opacity: .5;
	cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 25px 0;
}

.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	
	font-size: 0px;
	line-height: 14px;
	min-width: 14px;
	
	background: #ef9fba;
	color: #4E443C;
	border-radius: 14px;
	padding: 0;
	text-align: center;
	
	margin-right: 10px;
	
	opacity: .6;
}

.jcarousel-pagination a.active {
	background: #eb87a9;
	color: #fff;
	opacity: 1;
}
