#gallery{
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	-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:0px solid white;
/*	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;*/
	width:574px;
	overflow:hidden;
}

#slides{
	height:220px;
	width:575;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	width:575px;
	text-align:right;
	position:absolute;
	margin-top:-20px;
	margin-left:-10px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu ul li{
	width:15px;
	display:inline-block;
	list-style:none;
	height:15px;
	overflow:hidden;
	background:url(../images/slide_bg.png) center no-repeat;
	border:none;
}

#menu ul li.act,li.act:hover{
	background:url(../images/select_slide.png) no-repeat;
}

#menu ul li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
}

#menu ul li a{
	display:block;
	padding-top:10px;
}

a img{
	border:none;
}

