/*
HTML/CSS/JS'ified adaption by Joe Pettersson @ JoePettersson.com
Original concept and art by Orman Clark @ http://www.premiumpixels.com/clean-simple-image-slider-psd/

The contents of this template are in the public domain, and therefore require no attribution (although 
it's always appreciated!) and can be used commercially and modified in any way you choose.
*/

/***** Global Classes *****/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear { display: inline-block; }
html[xmlns] .clear { display: block;}
* html .clear { height: 1%;}

/* The Slider Container */


/* The Slider Container */
#slideContainer {
	margin: 0 auto;
	width: 1040px;
	height: 450px;
	padding: 0 0 0 0;
	z-index: 1;
	position: relative;
	background:#efefeb;
}



#slide_leaf {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1040px;
	height: 16px;
	bottom:-10px;
	background: url(../images/slide_leaf.png) no-repeat left bottom;
	z-index: 1050;
}


/* The Pager */
#pager {text-align: center; margin: 10px 0 20px 490px; z-index: 100; width: 80px;}
#pager a {display: block;text-indent: -5000px;width: 10px;height: 10px;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;}

/* The whats hot ribbon */
.whatsHot {position: absolute; width: 107px; height: 108px; background: url(../img/whats-hot-bg.png) no-repeat; left: 0px; top:4px; z-index: 100;}