#collection_thumbnails{
	z-index: 			1;
}
#collection_thumbnails .thumbnail{
	background-color: 	#000000;
	border:				2px solid #000000;
	cursor: 			default;
	height: 			80px;
	margin: 			0px 10px 20px 0px;
	padding: 			0px;
	position: 			relative;
	width:				190px;
}

#collection_thumbnails .thumbnail:hover{
	border:				2px solid #781516;
	cursor: 			pointer;
}

#collection_thumbnails .thumbnail_no_video:hover{
	border:				2px solid #000000;
	cursor: 			default;
}

#collection_thumbnails .thumbnail_title{
	left: 				5px;
	position: 			absolute;
	top: 				5px;
	z-index: 			2;
}
#collection_thumbnails .thumbnail_image_wrapper{
	/*
	background-color: 	#ffffff;
	border:				2px solid #781516;
	*/
	height: 			80px;
	left: 				0px;
	position: 			absolute;
	top: 				0px;
	width:				190px;
}
.thumbnail_hotspot{
	z-index: 			2;
}
#swf_preloader{

}
#fancybox_gallery{
	display: 			none;
}

.drop_shadow{
	filter: 			progid:DXImageTransform.Microsoft.dropShadow(Color=oooooo,offX=8,offY=8,positive=true,alpha=0.5);
	-moz-box-shadow: 	10px 10px 15px #3b3b3b;
	-webkit-box-shadow:	10px 10px 10px rgba(0,0,0,0.6);
}