/* Gallery styles */

#gallery{
	/* The width of the gallery */
	width:850px;
	overflow:hidden;
	height: 368px;
}

#slides{
	/* This is the slide area */
	height:300px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:848px;
	overflow:hidden;
}

.slide{
	float:left;
}

#sc_menu{
	/* This is the container for the thumbnails */
	height:25px;
}

#sc_menu ul{
	margin:0px;
	padding:0px;
	text-align:center;
}

#sc_menu li{
	/* Every thumbnail is a li element */
	display:inline-block;
	list-style:none;
	height:34px;
	overflow:hidden;
	text-align:center;
	float: left;
}
.w141{
	width:141px;
}
.w142{
	width:142px;
}
#slidearea {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #003333;
	margin-top: 15px;
	background-color: #FFF;
	margin-bottom: 20px;
}
#slidearea #slide_main {
	margin: 4px;
}
