/* Importing other styles */

/* Tag-specific */



body{
	background: #fff;
}




/* Demo-specific CSS */
.glt-elm{
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	color: #fff;
	opacity: 0.9;
	visibility: hidden;
	line-height: 1.2em;
	z-index: 20;
}

.glt-elm p{
	background: #333;
	margin: 0;
	padding: 0 15px;
	font-size: 10px;
}

.glt-elm img{
	display: block;
	width: 240px;
}