/***** Thumb ******/

.thumb {
	float: right;
	display: inline;
	margin: 0px 0px 4px 1px;
	position: relative;
	width: 63px;
	height: 60px;
}

.thumb p.position {
	color: #fff;
	opacity: .40;
	font-size: 75px;
	line-height: 75px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 65px;
	display: none;
}

.col .thumb {
	width: 100%;
	height: 15em;
	display: block;
	float: none;
}

.thumb img {
	position: absolute;
	top: 0;
	left: 0;
}

.thumb a,
.thumb a:link,
.thumb a:active,
.thumb .small a:visited {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	color: #ADADAD;
}

.thumb img {
	border: 0;
	filter:alpha(opacity=100);
	max-width: 59px;
	max-height: 59px;
}

#thumb_list {
	margin: 2em 5em 0em 0em;
}

#detail_list {
	margin: 1em 5em 0em 0em;
	position: relative;
	overflow: auto;
	max-height: 350px;
	scrollbar-face-color : #0D0D0D; 
	scrollbar-highlight-color : #0D0D0D; 
	scrollbar-3dlight-color : #0D0D0D;
	scrollbar-darkshadow-color : #0D0D0D; 
	scrollbar-arrow-color : #FFCCCC; 
	scrollbar-shadow-color : #0D0D0D; 
	scrollbar-track-color: #0D0D0D;
}




