	@charset "utf-8";
	/* CSS Document */

/*=== main gallery ===*/
.main_gallery
{
	width:970px;
	float:left;
	height:auto;
	padding:10px 10px 10px 10px;
}

.main_gallery ul {
	float: left;
	width: 1000px;
	padding:0px;
	height: auto;
}
.main_gallery li {
	float: left;
	width: auto;
	height:auto;
	padding: 0px;
	list-style:none;
	background-image: url(../images/gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main-gallery img {
	float: left;
	height:156px;
	width:189px;
	border:1px solid #adadad;
}

.video_gallery
{	width:970px;
	float:left;
	height:auto;}


	
/*=== end main gallery ===*/	
