.thumb-container {
	overflow: hidden;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #ffffff;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	display: block;
	text-decoration: none;
	float: left;
	
	margin: 0px 10px 10px 0px;
}

.thumb {
	position: relative;
	
	background-position: center;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.thumb-title-container div {
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.thumb-title-container {
	position: absolute;
	bottom: -50px;
	z-index: 35;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-moz-transition-property: bottom,opacity;
	-webkit-transition-property: bottom,opacity;
	-o-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-title-container-show {
	position: absolute;
	bottom: 0px;
	z-index: 35;
}

.thumb-title-container-show div {
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.thumb-container:hover .thumb-title-container {
	bottom: 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	
	-moz-transition-property: bottom,opacity;
	-webkit-transition-property: bottom,opacity;
	-o-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-title-back {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #000000;
	
	position: absolute;
	bottom: -50px;
	z-index: 30;
	
	-moz-transition-property: bottom,opacity;
	-webkit-transition-property: bottom,opacity;
	-o-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-title-back-show {
	opacity: 0.55;
	filter: alpha(opacity=55);
	background-color: #000000;
	
	position: absolute;
	bottom: 0px;
	z-index: 30;
}

.thumb-title-back-show div {
	padding: 5px;
}

.thumb-container:hover .thumb-title-back {
	bottom: 0px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	
	-moz-transition-property: bottom,opacity;
	-webkit-transition-property: bottom,opacity;
	-o-transition-property: bottom,opacity;
	transition-property: bottom,opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-title-back div {
	padding: 5px;
}

.thumb-image {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-color: #585858;
	
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-folder {
	opacity: 1.0;
	filter: alpha(opacity=100);
	
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	
	background-repeat: no-repeat;
	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-container:hover .thumb-folder {
	opacity: 0;
	filter: alpha(opacity=0);
	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.thumb-container:hover .thumb-image {
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}