/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	/*-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;*/
	
	/* CSS3 Rounded Corners */
	
	/*-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;*/
	
	/* The width of the gallery */
	width:980px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/general/bg-glow-transp.png) no-repeat top left;
	padding: 10px 0 0;
 }

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

#gallery .slide{
	float:left;
	line-height:1;
	margin-top: 0;
	height: 250px;
}

#gallerymenu{
	/* This is the container for the thumbnails */
	/*height:45px;*/
	text-align:center;
	margin:8px 0 0;
	padding:0;
}


#gallerymenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(img/pic_bg.png) repeat;*/
}

#gallerymenu li.menuItem.act,li.menuItem.act:hover{
	/* The active state of the thumb */
	/*background:url(img/active_bg.png) no-repeat;*/
	/*background:#48732D;*/
	color:#FFF;
}

#gallerymenu li.act a{
	/*cursor:default;*/
}



#gallerymenu ul {
	width:980px;
	margin: 5px 0 0 0;
	padding: 0;
}
/*
#gallery li.menuItem {
	display:inline-block;
	list-style:none;
	overflow:hidden;
	padding: 2px 5px;
	background:#333;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	text-shadow:none;
}
*/
#gallerymenu li.menuItem {
	display:inline-block;
	list-style:none;
	overflow:hidden;
	color:#111;
	cursor:pointer;
	font-size:14px;
	margin: 0 0.2em;
	text-shadow:none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#999;
	padding:3px 6px;
}

