/* Gallery styles */

#gallery{
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
	margin:0 auto 30px auto;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

#slides{
	/* This is the slide area */
	height:220px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{ float:left; width:920px; text-align:left; }

#slidemenu ul {
	background-color:#444;
	border-bottom:1px solid #eee;
	height:30px;
	padding-top:7px;
}
#slidemenu li { float:left; }
#slidemenu a { font-weight:bold; color:#fff; height:30px; padding:10px 20px; }
#slidemenu a:hover{
	text-decoration:none;
	background:url(images/active_bg.png) no-repeat center 0;
}

.slide_left { float:left; width:480px; padding:20px; }
.slide_left h3 {
	font:bold 1.5em Helvetica, Arial, sans-serif; color:#000;
}
.slide_left p.button { margin:20px auto; }
.slide_right { float:right; width:360px; padding:20px; }
.slide_right img {

}
