.powerSliderShell {  }

	.powerSliderContainer {  }
	
		.powerSlide { display: block; text-decoration: none; position: relative; }
		
			.powerSlide img {  }
			.powerSlide .largeText { color: #fff; display: block; background: rgba(43,127,160,0.8); position: absolute; width: 470px;}
			.powerSlide .smallText { color: #fff; display: block; background: rgba(0,0,0,0.4); position: absolute; width: 470px;}
			.powerSlide .largeText { font-size: 22px; top: 90px; padding: 20px 30px; }
			.powerSlide .smallText { font-size: 12px; line-height: 24px; top: 155px; left: 0; padding: 20px 30px; }
			
	.powerSliderPagination {right: 135px; bottom: 50px !important;}
	
		.powerSliderPagination a {text-indent: -99999px;border: solid 2px #FFF;width: 8px;height: 8px;position: relative;display: inline-block;margin: 0 3px;text-align: left;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
		.powerSliderPagination a:hover, .powerSliderPagination a.activeSlide { border: solid 2px #2B7FA0; }
		
	.powerSliderNext, .powerSliderPrev { width: 50px; height: 40px; cursor: pointer; }
	.powerSliderNext { background: url(next.png); }	
	.powerSliderPrev { background: url(prev.png); }