#explorerctrl {
	margin: 10px;
	min-height: 14px;
	position: relative;
}

#welcome {
	z-index: 9999;
	position: absolute;
	top: 25px;
	left: -50px;
	width: 600px;
	height: 350px;
	background-image: url('/images/explorer_welcome.png');
	background-size: 600px 350px;
}
	#welcome .example, #welcome .close {
		text-transform: uppercase;
		text-align: center;
		font-size: 18px;
		line-height: 18px;
		color: #fff;
		position: absolute;
		left: 361px;
		top: 236px;
		width: 209px;
		height: 30px;
		padding-top: 13px;
		background-color: #3576a3;
		cursor: pointer;
	}
	#welcome .example {
		left: 361px;
		top: 236px;
	}
	#welcome .close {
		left: 361px;
		top: 281px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	#welcome .example:hover, #welcome .close:hover {
		background-color: #ff00a8;
	}

div.loader {
	padding: 100px;
	text-align: center;
	font-size: 160px;
	color: #ddd;
}
div.thumb div.preload {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 200px;
	height: 150px;
	text-align: center;
}
div.thumb div.preload i {
	font-size: 96px;
	color: #ddd;
}
div.thumb {
	margin: 8px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 200px;
	height: 300px;
	position: relative;
	cursor: pointer;
}
div.thumb img.pic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 300px;
}
div.thumb img.foot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 33px;
}
div.thumb div.caption {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 200px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	
}
div.thumb div.shader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 300px;
	opacity: 0.2;
	background-color: #fff;
	display: none;
}
div.thumb:hover div.shader {
	display: block;
}
div.thumb div.zoom {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 200px;
	height: 150px;
	display: none;
	text-align: center;
	opacity: 0.5;
	position: relative;
	cursor: pointer;
}
div.thumb:hover div.zoom {
	display: block;
}
div.thumb div.zoom i {
	font-size: 96px;
	color: #fff;
	-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}