/* Gallery styles */

.gallery #gallery{
	border:1px solid white;
	
	
	/* The width of the gallery */
	/*width:920px;*/
	overflow:hidden;
}

.gallery #slides{
	height:400px;
	/*width:920px;*/
	overflow:hidden;
        text-align:center;
}

.gallery .slide{
	float:left;
}

.gallery #menu{
}

.gallery ul{
	margin:0px;
	padding:0px;
}

.gallery li{
	/* Every thumbnail is a li element */
	width:100px;
	display:inline-block;
	list-style:none;
	height:90px;
	overflow:hidden;
}

.gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
}

.gallery li.act,li.act:hover{
	/* The active state of the thumb */
}

.gallery li.act a{
	cursor:default;
}

.gallery .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
}

.gallery li a{
	display:block;
	height:80px;
	padding-top:10px;
}

.gallery #main{
	/* The main container */
	margin:15px auto;
	text-align:center;
/*	width:920px;*/
	position:relative;
}

.gallery p{
	padding:10px;
	text-align:center;
}
