/*
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%;}



#slide {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 540px;
	background: url(../img/slide_flame.png) no-repeat left bottom;
	z-index: 1000;
}

#slide_h {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 8px;
	top:0px;
	background: url(../img/slide_flame_h.png) no-repeat left bottom;
	z-index: 1050;
}

#slide_f {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 60px;
	top:480px;
	background: url(../img/slide_flame_f.png) no-repeat left bottom;
	z-index: 1100;
}


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

/* The Pager */
#pager {text-align: center; margin: 10px 0 20px 445px; z-index: 100; width: 100px;}
#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;}

