/* CSS Document */
#gallery_main{
	width:760px;
	height:470px;
	background-image:url(../images/page_01_bg.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	direction:	rtl;
}


#gallery_pic_div_inner{
	width:440px;
	height:340px;
	margin-top:25px;
	margin-right:40px;
	font-size:12px;

}

#gallery_pic_div_inner ul{
/*	float:right; */
	margin-top:10px;
	height:160px;
	width:380px;
	list-style:none;
}

#gallery_pic_div_inner li{
	float:right;
	text-align:center;
	margin-top:10px;
	margin-right:10px;
	height:100px;
	width:80px;
}


#gallery_pic_div_inner img{
	width:80px;
	height:109px;
	border:0px;

}

#gallery_pic_div_inner a{
	color:#000; text-decoration:none;
}

#gallery_pic_div_inner a:hover{
	text-decoration:underline;
}

.gallery_ind_desc{height:30px; font-weight:bold;}
