#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;
	
	width:780px;
	overflow:hidden;
}
#slides{
	height:300px;
	width:780px;
	overflow:hidden;
}

.slide{
	float:left;
}


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

li{
	margin-top:5px;
	width:20px;
	display:inline-block;
	list-style:none;
	height:20px;
	overflow:hidden;
	background:url(http://www.peexeo.com/images/slideshow/soft-vide.png) repeat;
}

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

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

li.act a{
	cursor:default;
}

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

