/* Gallery styles */

#gallery {
	width:780px;
	overflow:hidden;
	padding: 0px;
	height: 480px;
	background-image: url(../image/t_img_back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
}

#slides{
	width:780px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
#slides p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.slide{
	float:left;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 480px;
}

#menu{
	/* This is the container for the thumbnails */
	height:60px;
	width: 780px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	/* Every thumbnail is a li element */
	width:156px;
	list-style:none;
	overflow:hidden;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#gallery li{
	/* Every thumbnail is a li element */
	list-style:none;
	overflow:hidden;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	margin: 0px;
	padding: 0px;
}
#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}
