
#titleimagelib {
	background: transparent url('../images/image_lib_header.png') no-repeat left top;
	height: 26px;
}

.libraryimage {
	height: 130px;
	color: #638297;
	font-weight: bold;
}
.libraryimage .tn {
	float: left;
	margin-right: 10px;
	height: 100px;
	width: 100px;
	text-align: center;
	background: #efefef;
}
.libraryimage h4 {
	color: #1b5468;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.libraryimage ul {
	height: 20px;
}
.libraryimage ul li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.libraryimage ul li a {
	float: left;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
.libraryimage ul li.view a {
	background: transparent url('../images/view_image_btn.png') no-repeat left top;
	width: 80px;
}
.libraryimage ul li.download a {
	background: transparent url('../images/download_image_btn.png') no-repeat left top;
	width: 158px;
}
.libraryimage .desc {
	height: 46px;
}


#popup_close_btn {
	display: block;
}
#popup_container {
	position: absolute;
	background: #fff;
	width: 280px;
	padding: 10px;
}
#popup_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
}