#gallery_news
{
	margin:12px 0px 0px 7px;
}
.handle_g
{
	position:absolute;
	
	right:0px;
	top:2px;
	
	width:32px;
	height:32px;
	
	background-image: url("../../images/skin3/move.png");
	background-repeat:no-repeat;
	background-position:left top;
	
	padding:0px;	
}
#gallery_title
{
	position:relative;
	display:block;
	float:left;

	width:622px;
	height:40px;

	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;

	background: transparent url('../../images/skin3/cat_cont_head.png') no-repeat top left;	
}
	


ul.display_g 
{
	position:relative;
	float: left;
	display:block;
	
	width: 622px;
	
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 2px 0px;
	list-style: none;
	
	background: transparent url('../../images/skin3/cat_cont_cont.png') repeat-y top left;
}

ul.display_g li 
{
	float: left;
	width: 608px;
	
	padding: 12px 0px 0px 12px;
	margin: 0px;

	border-right:none;
	border-bottom: none;
	border-left: none;
	
	cursor:move;
}

ul.display_g li a 
{
	color: #555;
	text-decoration: none;
	margin:0px;
}

ul.display_g li .content_blockg 
{
	display:block;
	float:left;

	width: 596px;	
	
	padding: 0px;
	margin:0px;
	
	border:1px solid #ddd;
	background:#eee;
}



ul.display_g li .content_blockg .image .right
{
	position:absolute;
	
	width:568px;
	height:85px;

	bottom:-66px;
	left:0px;
	
	padding:5px 5px 5px 5px;
	
	background: transparent url('../../images/skin3/main_gallery_bg.png') repeat-y top left;	
}

ul.display_g li .content_blockg .image
{
	position:relative;
	float: left;
	display:block;
	
	width:576px;
	height:150px;

	margin: 9px;
	padding: 0px;
	
	background-repeat:no-repeat;
	
	border:1px solid #ccc;
	
	overflow:hidden;
	

}

ul.display_g li .content_blockg h5 
{
	float:left;
	display:block;
	
	margin: 0px;
	padding: 0px;
	
	font-weight: normal;
	font-size: 2.2em;
	
	color:#555;
}

ul.display_g li .content_blockg p 
{
	float:left;

	margin: 0px;
	padding: 2px 0px 5px 6px;

	text-align:left;
	font-size: 1.5em;
	line-height:1.4em;
	color:#555;
}

ul.display_g  a.more
{
		position:absolute;
		
		bottom:5px;
		right:7px;
		
		width:38px;
		height:15px;
		background: transparent url(../../images/skin3/more.png) 0px 0px no-repeat;
		text-indent:-9000px;
}
