div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:640px;
	overflow: hidden;
	}
	
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:640px;
	overflow:hidden;
	float:left;
	}
	
div.scroller div.content {
	width: 10000px;
	}
	
	
#my-glider {
	position: relative;
	width: 640px;
	text-align: left;
	margin: 0 0 30px;
}
	
.controls {
	margin: 20px 0 0;
	background: rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 7px 0 4px;
}

.carousel-preview {
	line-height: 1.5em;
	margin: 0;
	font-size: .95em;
}
	
div.thumbs {
	display: inline-block;
	margin: 0;
}
	
.section-thumb-new {
	opacity: 1.0;
	backface-visibility: visible;
}

.active .section-thumb-new,
.section-thumb-new:hover {
	opacity: 0.5;
	backface-visibility: visible;
}
	
.active .section-thumb {
	opacity: 0.6;
	background: #ccc;
	}
	
.section-thumb:hover {
	opacity: 1.0;
	}
	
#section-thumb-4 {
	margin: 0;
	}
	
.primary-image {
	width: 640px;
	height: 270px;
	}
	
.section {
	font-size: .9em;
	}
	
.section .photo-credit {
	font-size: 10px;
	color: #999;
	}
	
.photo-credit-link a {
	color: #999;
	}
	
h2.carousel {
	margin: 15px 0;
	font-size: 1.4em;
}
	
	
.next-prev {
	position: absolute;
	top: 145px;
	left: 0;
	width: 640px;
	padding: 0;
	z-index: 9;
	font-size: 30px;
}

.index .next-prev {
	position: absolute;
	top: 153px;
}
	
.next-prev a {
	font-weight: normal;
	text-decoration: none;
	padding: 15px 20px 15px 30px;
	background: url(/images/icons/icon-arrow_next.png) center no-repeat rgba(255,255,255,0.4);
	background-size: 40px;
	border-radius: 10px 0 0 10px;
	margin: 0 -1px;
	}
	
.next-prev a:hover {
	background: url(/images/icons/icon-arrow_next.png) center no-repeat rgba(255,255,255,0.6);
	background-size: 40px;
	}
	
.next-prev .glider-prev a {
	background: url(/images/icons/icon-arrow_prev.png) center no-repeat rgba(255,255,255,0.4);
	background-size: 40px;
	border-radius: 0 10px 10px 0;
}

.next-prev .glider-prev a:hover {
	background: url(/images/icons/icon-arrow_prev.png) center no-repeat rgba(255,255,255,0.6);
	background-size: 40px;
}
	
.glider-prev {
	float: left;
	}
	
.glider-next {
	float: right;
	}
	
