/* main gallery */
.gallery_img {
	position:relative;
	width:78px;
	height:58px;
	top:5px;
	left:5px;
	border:0px;
}
.gallery_img_on {
	position:relative;
	width:78px;
	height:58px;
	top:5px;
	left:5px;	
	border:0px;
}
.main_pic{
	width:180px;
	height:135px;
	border:0px;
}
.thumb_link_down{
	display:block;
	width:79px;
	height:68px;
	padding-right:10px;
	margin-bottom:4px;
	margin-left:3px;
	margin-right:3px;
	background-image:url('../images/thumb_border.gif');	
}
.thumb_link_down:hover{
	display:block;
	width:79px;
	height:68px;
	padding-right:10px;
	margin-bottom:4px;
	margin-left:3px;
	margin-right:3px;
	background-image:url('../images/thumb_border_on.gif');
}
.thumb_link_down_on{
	display:block;
	width:79px;
	height:68px;
	padding-right:10px;
	margin-bottom:4px;
	margin-left:3px;
	margin-right:3px;
	background-image:url('../images/thumb_border_on.gif');
}
.thumb_link{
	display:block;
	width:88px;
	height:68px;
	background-image:url('../images/thumb_border.gif');	
}
.thumb_link:hover{
	display:block;
	width:88px;
	height:68px;
	background-image:url('../images/thumb_border_on.gif');
}
.thumb_link_selected{
	display:block;
	width:88px;
	height:68px;
	background-image:url('../images/thumb_border_on.gif');
}
.text_right{
	color:#fff;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	background:#2E3336;
	width:147px;
	height:135px;
}
.gallery_text_back{
	position:relative;
	top:-29px;
	#top:-27px;
	background:#000;
	width: 180px;
	height: 27px;
	filter:alpha(opacity=30);
	opacity:0.3;
	-moz-opacity: 0.30;
}
.gallery_text{
	display:inline;
	position:relative;
	top:-50px;
	#top:-47px;
	left:8px;
	color:#fff;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
}
.gallery_time_back{
	position:relative;
	top:19px;
	color:#fff;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	background:#000;
	width: 146px;
	height: 26px;
	filter:alpha(opacity=30);
	opacity:0.3;
	-moz-opacity: 0.30;
}
.gallery_time{
	top:-2px;
	position:relative;
	left:48px;
	color:#fff;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
}
.link_gallery{
	text-decoration:none;
	color:#AAD466;
	font-family:arial,tahoma;
	font-size:10px;
}
.link_gallery:hover{
	text-decoration:none;
	color:#FF2A2A;
}
/* end main gallery*/