#gallery{
	/* CSS3 Box Shadow */
	margin:auto;
	border:0px;
	width:957px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:194px;
	width:957px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	height:85px;
	margin:auto;
	
}

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

#menu li{
	/* Every thumbnail is a li element */
	width:191px;
	list-style:none;
	height:85px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	float:left;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../images/pic_bg.png) repeat;
	height:85px;
}

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

#menu li.act a{
	cursor:default;
}

#menu.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../images/devider_panel.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(../images/devider_panel.png) no-repeat left;
	height:79px;
	padding-top:10px;
}

#menu a img{
	border:none;
}


/* The styles below are only necessary for the demo page */



#menu a, #menu a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#menu a:hover{
	text-decoration:underline;
}