#collection_thumbnails{
	z-index: 			1;
}
.thumbnail{
	background-color: 	#000000;
	cursor: 			default;
	height: 			74px;
	margin: 			0px 10px 12px 0px;
	padding: 			0px;
	position: 			relative;
	width:				176px;
}

/* Thumbnail Structure */
.thumbnail_wide{
	cursor: 			default;
	font-size: 			13px;
	height: 			140px;
	margin: 			0px 20px 12px 0px;
	padding: 			0px;
	position: 			relative;
	text-align: 		left;
	width:				220px;
}
.thumbnail_graphic{
	left:				0px;
	position: 			absolute;
	top:				0px;
	z-index: 			100;
}
.project_title{
	left:				0px;
	position: 			absolute;
	top:				110px;
	z-index: 			110;
}
.hotspot{
	left:				0px;
	position: 			absolute;
	top:				0px;
	z-index: 			120;
}
.last_column{
	margin: 			0px 0px 12px 0px;	
}

/* More */
.thumbnail_wide img{
	padding: 			0px 0px 4px 0px;
}
.thumbnail_wide a{
	color: 				#999999;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
}
.thumbnail_link_hover{
	color: 				#999999;
}
.thumbnail_wide a:hover{
	color: 				#ffffff;
	text-decoration: 	none;
}

.thumbnail_wide:hover{
	cursor: 			pointer;
}

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

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

}
#fancybox_gallery{
	display: 			none;
}

.drop_shadow{
	-webkit-box-shadow:	10px 10px 10px rgba(0,0,0,0.6);
}
