@charset "utf-8";
/* Thumbails */
.preloader {
	position:relative;
	background:#e6e6e6;
	padding:6px;
	margin:5px;
	border:solid 1px #cacaca; 
}
.preloader img {
	border:solid 1px #ffffff;
}
/* PRELOADERS STYLES */
.default {
	height:100%;
	width:100%;
	background:url(images/throbber.gif) #ffffff center no-repeat;
}
.preloader .alaFacebook {
	height:100%;
	width:100%;
	background:url(images/alaFacebook.gif) #ffffff center no-repeat;
}
.preloader .arrows {
	height:100%;
	width:100%;
	background:url(images/arrows.gif) #ffffff center no-repeat;
}
.preloader .circle {
	height:100%;
	width:100%;
	background:url(images/circle.gif) #ffffff center no-repeat;
}
.preloader .snake {
	height:100%;
	width:100%;
	background:url(images/snake.gif) #ffffff center no-repeat;
}
.preloader .squares {
	height:100%;
	width:100%;
	background:url(images/squares.gif) #ffffff center no-repeat;
}
.preloader .balls {
	height:100%;
	width:100%;
	background:url(images/3dBalls.gif) #ffffff center no-repeat;
}
/* Description */
.preloader .alt {
	position:absolute;
	padding:6px;
	background:#0c0c0c;
	border-top:solid 1px #000;
	font-size:1.1em;
	color:#fff;
	opacity:0.8;
	bottom:6px;
	left:7px;
	width:94%;
	display:none;
	z-index:99;
}
