.cycle-slideshow {

	display: block;
	position: relative;
	
	/*
	background-color: #333333;

	min-height: 250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/

	overflow: hidden;
}

.cycle-btn {

	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 25px;
	height: 48px;
	z-index: 9999;
	cursor: pointer;
	background: transparent url('../images/cycle2-btn-sheet.png') 0 0 no-repeat;

	border-width: 0;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
}

.cycle-overlay {

	font-size: 18px; font-size: 1.8rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cycle-slide img {

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cycle-controls {

	position: absolute;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
}

.cycle-prev {

	left: 15px;
}

.cycle-next {

	right: 15px;
	background-position: -25px 0;
}

.cycle-caption {

	margin-top: 20px;
	margin-bottom: 15px;
}

	.cycle-caption h2 {

		margin: 0;
		padding: 0;
		font-size: 28px; font-size: 2.8rem;
	}