/* Styles for image galleries using the cycle lite jquery plugin */
/* http://malsup.com/jquery/cycle/lite/ */

#sidebar { /* includes the show title */
	float: left;
	width: 160px;	/* this leaves 20px between sidebar and slideshow */
	margin-top: 5em;
	text-align: right;}
#gallery { 
	width: 550px;
	height: 500px;
	margin: 0 0 0 180px;}
#gallerynav {
	height: 2em;
	margin-top: 4em;}
#prev, #next {
	font-size: 75%;
	margin-bottom: 1em;
	color: #999;}
#prev {
	margin-right: 1.5em;}
#slideshow img{
	max-height: 500px;}
