.slidercontainer{ position:relative; overflow:hidden; }

	.slider{ position:relative; margin:0 auto; }
		.slider ul { height:340px; z-index:0; }
		.slider ul li{ height:340px; overflow:hidden; }	
			
		#controls{ position:absolute; bottom:70px; right:30px; z-index:0; }
		
		#prevBtn{ position:absolute; display:block; width:30px; height:40px; top:0; right:30px;	}	
		#nextBtn{ position:absolute; display:block; width:30px; height:40px; top:0; right:0px; }														
		#prevBtn a, #nextBtn a{ display:block; width:30px; height:25px; }	
		#prevBtn a:hover, #nextBtn a:hover{ border:none !important; }	
		#prevBtn a{ background:url(../../images/controls.gif) left center no-repeat; }
		#nextBtn a{ background:url(../../images/controls.gif) right center no-repeat; }	
		
#flowcontainer{ position:relative; overflow:hidden; }

#flowmask{ position:absolute; bottom:5px; left:0; z-index:100; width:199px; height:177px; background:url(../../images/film.png) 0 0 no-repeat;  }

	#flow{ position:relative; width:182px !important; height:124px !important; margin:97px 0 0 8px; background:#000; }
		#flow ul { height:124px !important; }
		#flow ul li{ float:right; display:inline; width:182px !important; height:124px !important; overflow:hidden; padding:0; margin:0; border:none !important; }	
