

/* thumbnail */

#thumb_container {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	border: 1px solid #333333;
	z-index: 10010;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden; 
}

#thumbnail_header {
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: right;
	z-index: 1000;
}

#thumbnail_close {
    cursor: pointer;
    margin-top: 13px;
    margin-right: 17px;

}

#thumbnail {
    position: absolute; 
    left: 0; 
    top: 55px;
    width: 100%;
}

.thumbnailLineDiv {	
	position: relative;
	padding: 0;	
	width: 100%;
}

.thumbnailDiv {
	position: relative;
	display: inline-block;
}

#thumbnail img {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px; 
	cursor: pointer;

}

.thumbnailNumber {
	position: absolute;
	width: 100%;
	left: 30px;
	bottom: 17px;
	height: 23px;
	background-image: url('../images/forIE/bg_70.png');
	color: #FFFFFF;
	text-align: center;
	line-height: 23px;
	font-size: 11px;
	cursor: pointer;	
}

.thumbnailDiv div:hover {
	background: #027afe;
}

.thumbnailBookmark {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	width: 18px;
	height: 31px;
}

/* thumbnail end */




