.powerSliderShell {  }

	.powerSliderContainer {  }
	
		.powerSlide { display: block; text-decoration: none; position: relative; }
		
			.powerSlide img {  }
			.powerSlide .largeText, .powerSlide .smallText { color: #FFF; display: block; background: #ee2622; background: rgba(255,255,255,0.5); position: absolute; -moz-text-shadow: 1px 1px 0 #000; -webkit-text-shadow: 1px 1px 0 #000; text-shadow: 1px 1px 0 #000; }
			.powerSlide .largeText { font-size: 32px; bottom: 8px; padding: 16px 16px; border-radius: 5px; margin-left: 10px; }
			.powerSlide .smallText { font-size: 18px; bottom: 0; left: 0; padding: 3px 10px; }
			
	.powerSliderPagination {  }
	
		.powerSliderPagination a { background: #ee2622; background: rgba(238,38,34,0.5); color: #fff; display: inline-block; *display: inline; padding: 3px 6px; }
		.powerSliderPagination a:hover, .powerSliderPagination a.activeSlide { text-decoration: underline; }
		
	.powerSliderNext, .powerSliderPrev { width: 50px; height: 40px; cursor: pointer; }
	.powerSliderNext { background: url(next.png); }	
	.powerSliderPrev { background: url(prev.png); }