@charset "utf-8";

/* Gallery styles */

#gallery{
	width:980px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}

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

.slide{
	float:left;
	width: 980px;
}

#menu{
	/* This is the container for the thumbnails */
	height:10px;
	width: 980px;
}

#container #top_img #main #gallery #menu ul{
	margin:0px;
	padding:0px;
}

#container #top_img #main #gallery #menu ul li{
	/* Every thumbnail is a li element */
	width:65px;
	display:inline-block;
	list-style:none;
	height:30px;
	overflow:hidden;
	float: left;
}

#container #top_img #main #gallery #menu ul li.inact:hover{
	background-image: url(../img/top/galla/active_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#container #top_img #main #gallery #menu ul li.act,li.act:hover{
	background-image: url(../img/top/galla/active_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#container #top_img #main #gallery #menu ul li.act a{
	cursor:default;
}

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

#container #top_img #main #gallery #menu ul li a{
	display:block;
	background:url(imgs/divider.png) no-repeat right;
	height:10px;
	padding-top:15px;
}

a img{
	border:none;
}
