#gallery_pop_up{
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 270px;
	width: 800px;
	height: 650px;
	background: #EFEFEF;
	border: 3px solid #999999;
    z-index: 20;
}
#gallery_pop_up_c{
	width: 800px;
	height: 630px;
	background: #EFEFEF;
	border-bottom: 1px solid #999999;
    z-index: 20;
    overflow: scroll;
}
#gallery_pop_up a{
	color: #666666;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
#gallery_pop_up a:hover{
	text-decoration: underline;
}

#gallery{
	/*
	position: absolute;
	top: 350px;
	left: 30px;
	padding:1.5px 1.5px 1.5px 1.5px;
	border-bottom: 3px solid #B6B6B6;
	*/
}

#title{
	width: 200px;
	margin-left: 4px;
	margin-top: 9px;
	font: 11px Verdana;
	color: #333333;
	white-space: normal;
}


