/* Gallery styles */

#gallery{
	/* The width of the gallery */
	width:960px;
	overflow:hidden;
	margin-left: 20px;
}

#slides{
	/* This is the slide area */
	height:350px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:960px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	text-align: left;
}

#menu a{
	font-size: 12px;
	color: #444;
}
#menu a:hover{
	font-size: 12px;
	color: #C00e30;	
}


.clearwrap {
	clear: none;
}


a.inact:hover{
	/* The inactive state, highlighted on mouse over */
/*	background:url(../img/pic_bg.png) repeat;*/
}

a.act,li.act:hover{
	background-image: url(../img/active_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}

a img{
	border:none;
}
