/* CSS Document */
#gallery_main{
	width:760px;
	height:470px;
	background-image:url(../images/new_gallery/new_gallery_bg.jpg);
	background-repeat:no-repeat;
	
}



#big_img{
	width:400px; /* 240px;*/
	height:310px;
	margin-right:270px;
	margin-top:30px;
	display:block;
/*	padding:5px;*/
}

#gallery_pic_div_inner{
	float:left; 
	width:200px;
	height:325px;
	margin-left:40px;
	margin-top:30px;
	font-size:14px;
	font-weight:bold;


}

#gallery_pic_div_inner h2{ margin-bottom:10px; font-weight:bold; font-size:20px;	text-align:center; }

#gallery_pic_div_inner ul{
	 width:200px;
	 list-style-type:circle;
	padding:0px;
	margin-left:10px;

}

#gallery_pic_div_inner li{

	margin-right:0px;
	margin-top:17px;
}


#gallery_pic_div_inner li a{
	color:#226b74;;
	text-decoration:none;
}

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


#gallery_pic_div_inner li a.nav-active{
	text-decoration:underline;
	color:#663399;
	font-weight:bold;
}

