#pages {
	display: none;
}

.img {
	width: 100%;
	height: 200px;
	background-color: #EEEEEE;
}

#loader {
	display: none;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
	opacity: .2;
	background-color: #FFFFFF;
	bottom: 0px;
	z-index: 1050;
	top: 0px;
	right: 0px;
}

