@charset "utf-8";
#gallery {
	background-image: url(../images/gallery_background.png);
	background-repeat: repeat-x;
	width: 960px;
	position: relative;
	padding-top: 10px;
}

/* CSS Document */
.togo_gallery{
	position:relative;
	width: 920px;
	height: 318px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.togo_gallery li {
	padding: 10px;
	border: 1px solid #666;
	background-color: #FFF;
	width: 596px;
	height: 298px;
	display: none;
}
.togo_gallery{
	list-style-type: none;
}
.front_img{
	display:block;	
}
.photo_label{
	display:none;
	background-color:#000;
	height:40px;
	width:0px;
	font-family: "Agency FB";
	color: #FFF;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
}
#photo_label_text{
	display:none;
	margin-left: 20px;
}
.photo_sq {
	background-color: #666;
	height: 100px;
	width: 100px;
	display: block;
	margin: 5px;
	padding: 5px;
	float: left;
}
.photo_sq_wrap {
	float: left;
	padding: 0px;
	width: 100px;
	overflow: hidden;
	height: 100px;
	position: relative;
}
#galler_showroom {
	margin-left: 25px;
	margin-top: 5px;
}
