﻿.powerSliderShell {  }

	.powerSliderContainer {  }
	
		.powerSlide { display: block; text-decoration: none; position: relative; }
		
			.powerSlide img {  }
			.powerSlide .largeText, .powerSlide .smallText { color: #fff; display: block; 
			background: #033710; background: rgba(3,55,16,0.7); position: absolute; -moz-text-shadow: 1px 1px 0 #033710;
			 -webkit-text-shadow: 1px 1px 0 #000; text-shadow: 1px 1px 0 #033710; }
			.powerSlide .largeText { font-size: 20px; bottom: 24px; padding: 10px 10px; }
			.powerSlide .smallText { font-size: 16px; bottom: 0; left: 0; padding: 3px 10px; }
			
	.powerSliderPagination {  }
	
		.powerSliderPagination a { background: #2D2A49; background: rgba(45,42,73,0.7); 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); }