/* Gallery styles */

#gallery{
	width:280px;
	overflow:hidden;
}

#slides{
	height:212px;
	width:280px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	height:50px;
	margin-top:5px;
}

li{
	/* Every thumbnail is a li element */
	width:48px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

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

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:1px;
	background:url(img/divider.png) no-repeat;
}

li a{
	display:block;
	height:45px;
	padding-top:10px;
}

a img{
	border:none;
}
