#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:1px solid white;
	
	background:url(http://www.peexeo.com/images/slideshow/panel.jpg) repeat-x bottom center #ffffff;
	
	width:780px;
	overflow:hidden;
}

#slides{
	height:300px;
	width:780px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	background:url(http://www.peexeo.com/images/slideshow/pic_bg.png) repeat;
}

li.act,li.act:hover{
	background:url(http://www.peexeo.com/images/slideshow/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	width:2px;
	background:url(http://www.peexeo.com/images/slideshow/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(http://www.peexeo.com/images/slideshow/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#main{
	margin:15px auto;
	text-align:center;
	width:780px;
	position:relative;
}

