#gallery{
	overflow:hidden;
}

#slides{
	overflow:hidden;width: 990px;
}


.content-slides{width:990px;overflow:hidden !important;}

.slide{float:right;width: 990px;}


.menuGal ul{margin:0px;padding:0px;}

.menuGal li{	/* Every thumbnail is a li element */
	display:inline-block;list-style:none; width: 105px; height:75px;}

.menuGal li.inact:hover{/* The inactive state, highlighted on mouse over */}

.menuGal li.act,li.act:hover{/* The active state of the thumb */
	background:transparent url(bg_tab.png) no-repeat center bottom;}

.menuGal li.act a{cursor:default;color:white;}

.menuGal .fbar{/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat left;}

.menuGal li a{display:block;padding-top:15px; float: left; padding-left: 10px; margin-left:0px;}

.menuGal a img{border:none;}
