/* Gallery styles */

#gallery{

	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu25{
	/* This is the container for the thumbnails */
	height:45px;
}

#menu25 ul{
	margin:0px;
	padding:0px;
	float:left;
}

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

#menu25 li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:none;
}

#menu25 li.act,li.act:hover{
	/* The active state of the thumb */
	background:none;
}

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

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

#menu25 li a{
	display:block;
	background:url(http://synontec.com/css/img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}

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



#main7{
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:980px;
	position:relative;
}