/* CSS Document */
#gallery{
	clear:both;
	background:#231F20;
	position:relative;
	}
#gallery_content{
	width:851px;
	margin:0px auto;
	padding-top:10px;
	}
	
#gallery_content h1 {
	color:#FFF;
	}

#gallery_content ul {
	width:850px;

	background:#333333;
	height:430px;
	}
	
#gallery_content ul li {
	list-style-type:none;
	/*width:165px;*/
	width:263px;
	height:171px;
	float:left;
	margin-left:8px;
	margin-right:8px;
	margin-top:20px;
	margin-bottom:20px;
	/*background:#454545;*/
	background:url(../images/frontend/box_picture_alt.gif);
	background-repeat:no-repeat;
	}
	
#gallery_content ul img {
	height:100px;
	margin-top:10px;
	}

#gallery_content ul h1 {
	padding-left:10px;
	padding-right:5px;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	margin-top:11px;
	height:30px;
	}

#gallery_content ul span {
	float:left;
	padding-left:10px;
	color:#333333;
	font-weight:bold;
	font-size:10px;
	}

#gallery_content ul a {
	float:right;
	text-decoration:none;
	margin-right:7px;
	margin-top:-1px;
	}
	

