/* SLIDER */

.slider {
   	width: 450px; /* important to be same as image width */
   	height: 350px; /* important to be same as image height */
   	position: relative; /* important */
	overflow: hidden; /* important */
}

.sliderContent {
   	width: 450px; /* important to be same as image width or wider */
   	position: absolute;
	margin: 0;
	padding: 0px;
}


.sliderImage {
   	float: left;
   	position: absolute;
	display: none;
	list-style-type: none;
	margin-left: 0 !important;
}

.sliderImage span {
   	position: absolute;
	font-size: 14px;
   	padding: 0px;
   	padding-top: 3px;
   	
   	width: 450px;
   	background-color: #ffffff;
   	filter: alpha(opacity=80);
   	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
   	opacity: 0.8;
   	color: #999999;
   	display: none;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.sliderImage span h3{margin:0; padding:0;}
.sliderImage span div.description{color: black;}

.sliderMenuButton {
	width: 100px;
	height: 100px;
	margin: 10px;
	z-index:9999;
	display: block; 
	height: 22px; 
	width: 22px;
	position: absolute;
}

.prev {top: 260px; left: 348px; background: transparent url(../gfx/slider_buttons_prev.png) no-repeat;}
.play {display:none; top: 260px; left: 378px; background: transparent url(../gfx/slider_buttons_play.png) no-repeat;}
.pause {top: 260px; left: 378px; background: transparent url(../gfx/slider_buttons_pause.png) no-repeat;}
.next {position: absolute;  top: 260px; left: 408px; background: transparent url(../gfx/slider_buttons_next.png) no-repeat;}



/*IE Hack*/
* html .prev{background: transparent url(../gfx/slider_buttons_prev_8bit.png) no-repeat;}
* html .play{background: transparent url(../gfx/slider_buttons_play_8bit.png) no-repeat;}
* html .pause{background: transparent url(../gfx/slider_buttons_pause_8bit.png) no-repeat;}
* html .next{background: transparent url(../gfx/slider_buttons_next_8bit.png) no-repeat;}


.bottom {
	position: absolute;
	top: 300px;
   	left: 0px;
	width: 450px !important;
	height: 70px;
}
