

/***** Global Classes *****/

/* The Slider Container */
#slideContainer { 	
height: 100%; 
z-index: 1;
}

.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clear { display: inline-block;}
html[xmlns] .clear { display: block;}
* html .clear { height: 1%;}

.leftAlig { float:left; }
.rightAlig { float:right; }

.credit {
	font-size: 11px; 
	color: #999; 
	margin-top: 50px; 
	text-align: center;
}
.credit a {color: #999;}

/***** Demo specific *****/
.wrapper { 
width: 100%; 
}
#metaContainer {position: relative;}


/* The Pager */
#pager {
	text-align: center;
	left:50%; 
	margin: -40px auto 0;
	z-index: 100; 
	width: 45px;
	position:absolute;
}
#pager a {
	display: block;
	text-indent: -5000px;
	width: 11px;
	height: 11px;
	background-image:url(../img/pager-sprite.png);
	background-repeat: no-repeat;
	float: left; 
	margin-right: 5px;
}
#pager a {
	background-position: 0 0;
}
#pager a:hover {
	background-position: 0 -11px;
}
#pager a:active {
	background-position: 0 -11px;
}
#pager a.activeSlide {
	background-position: 0 -22px;
}
#pager a.activeSlide:hover {
	background-position: 0 -22px;
}
#pager a.activeSlide:active {
	background-position: 0 -22px;
}



