div.gallery_content {
	
		float:left;
		width:685px;
		height:auto;
		margin-left:10px;
		padding-bottom:10px;
		padding-top:10px;	
		border-top: 1px dotted #87795F;
	}


div.gallery_box {
		
		cursor:pointer;
		margin:0px;
		margin-left:14px;
		margin-top:14px;		
		margin-bottom:5px;
		padding:0px;		
		float:left;
		width:154px;
		height: 151px;
		background-color: #BEB6A7;
		background:url('../images/default/gallery_item.png') no-repeat;
	}

img.gallery_box {
	
		margin-left:9px;
		margin-top:16px;
		float:left;
		width:auto;
		height:auto;
		border: 1px solid #87795F;
		margin-bottom:8px;
	
	}	
	
div.gallery_box a {
		
		margin:0px;
		padding:0px;
		margin-top:25px;
		color:#392319;
		text-decoration:none;
				
	}
	
div.gallery_box_over {
		
		cursor:pointer;
		margin:0px;
		margin-left:14px;
		margin-top:14px;
		margin-bottom:5px;
		padding:0px;		
		float:left;
		width:154px;
		height: 151px;
		background-color: #BEB6A7;
		background:url('../images/default/gallery_item_over.png') no-repeat;
		
	
	}

img.gallery_box_over {
	
		margin-left:9px;
		margin-top:16px;
		float:left;
		width:auto;
		height:auto;
		border: 1px solid #87795F;
		margin-bottom:8px;
	
	}	
	
div.gallery_box_over a {
		
		margin:0px;
		padding:0px;
		margin-top:25px;
		color:#392319;
		text-decoration:none;
				
	}
	
img.gallery_item {
	
		margin:0px;
		padding:0px;
		margin-left:5px;
		margin-top:10px;
		float:left;
		width:auto;
		height:auto;
		border: 1px solid #87795F;
		
	
	}
a.back	{
	
		float:right;
		margin:0px;
		padding:0px;
		margin-right:25px;
		margin-bottom:25px;
		color:#392319;
		text-decoration:none;				
	
}
	

	
