.gallery_title
{
	font-size: 17px;
	font-weight:bold;
}

.gallery_photo_div
{
	height: 104px; 
	width: 90px; 
	margin-top:10px; 
	margin-right:10px; 
	float:left; 
	text-align:center;
}

.gallery_photo_table
{
	height: 90px;
	width: 90px;
	border:1px solid #f0f0f0;
}

.gallery_photo_table:hover
{
	background-color: #fafafa;
}

.gallery_photo_description
{
}

#layer1 
{
	position: absolute;
	left:0;
	top:0;
	background:url(images/notice.png) no-repeat 0 0 transparent; 
	width:326px;
	height:229px;
	padding:0 0 20px 40px;
	z-index:9999;
}
	
#layer1_handle 
{
	height:45px;
	margin:5px 100px 5px 110px;
	cursor: move;
}

#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:9999;
}

.gallery_relation_articles
{
	background:transparent none repeat scroll 0 0;
	border-color: #DDDDDD;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#AAAAAA;
	font-size:14px;
	margin:16px 0 8px;
	padding:2px 0;
}