@charset "utf-8";
.img {
}
.thumbnail {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCFCF8;
}

#blowUp_container #img_container {
	background-color: #FCFBFA;
}
#blowUp_container   #img_container   #style_info {
	font-family: Georgia;
	font-size: 16px;
	color: #2F3337;
	font-weight: bold;
	height: 18px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	width: 500px;
	left: 0px;
	top: 0px;
	background-color: #FCFBFA;
}

#blowUp_container #img_container #desc_info {
	font-family: "Tw Cen MT";
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	height: 18px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	width: auto;
	left: 100px;
	top: 0px;
}

#blowUp_container   #img_container   #thumb_box {
	position: absolute;
	width: 605px;
	height: 80px;
	left: 0px;
	top: 635px;
	border: none;
}
#blowUp_container #img_container #close_box {
	font-family: "Tw Cen MT";
	font-size: 16px;
	color: #FF0000;
	text-align: right;
	top: 0px;
	height: 18px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	font-variant: small-caps;
	left: 0px;
	background-color: #FCFBFA;
}
#blowUp_container #img_container #close_box a{
	color: #2F3337;
	text-decoration: none;
}
#blowUp_container  #img_container  #close_box  a:visited {
	color: #2F3337;
	text-decoration: none;
}


#blowUp_container #img_container #close_box a:hover{
	font-weight: bold;
	color: #2F3337;

}
