/* Gallery styles */

#gallery{
	overflow:hidden;
	width: 698px;
	height: 288px;
	float: left;
}

#slides{
	/* This is the slide area */
	height:288px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:698px;
	overflow:hidden;
}

.slide{
	float:left;
	height: 288px;
	width: 698px;
}

#menu{
	/* This is the container for the thumbnails */
	height:288px;
	margin-bottom: 3px;
	float: left;
	width: 256px;
}

#menu ul{
}

#menu ul li{
	/* Every thumbnail is a li element */
	width:256px;
	list-style:none;
	height:96px;
	overflow:hidden;
	background-color: #FFFFFF;
}









/* The styles below are only necessary for the demo page */

#menuslidebox{
	width:976px;
	height: 288px;
	margin-right: auto;
	margin-left: auto;
}
.reportslidetext {
	padding: 5px;
	text-align: center;
}
#slide-wrap {
	background-image: url(../images/java-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 298px;
}
