/* Gallery styles */

#gallery_bg{
	width:651px;
	background:url(../../images/index_d/main_bg.png) no-repeat;
	overflow:hidden;
}
#gallery{

	/* The width of the gallery */
	width:651px;
	overflow:hidden;
	padding:6px;
}
#gallery_inner{
	width:639px;
	overflow:hidden;
}

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

.slide{
	float:left;
	width:639px;
	overflow:hidden;
}

#menu{
	/* This is the container for the thumbnails */
	width:651px;
	height:60px;
	margin:10px 0 0 -5px;
}

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

#gallery li{
	/* Every thumbnail is a li element */
	width:123px;
	display:inline-block;
	list-style:none;
	height:50px;
	overflow:hidden;
	float:left;
	margin-top:2px;
	margin-right:1px;
	border:3px solid #FFF;
}
#gallery li.no_margin{ margin-right:0;}

#gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	border:3px solid #F7DE2C;
}


#gallery li.act,li.act:hover{
	/* The active state of the thumb */
	border:3px solid #F7DE2C;
}

	/*
#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;
}

