.powerSliderShell {
	background-color: #669;
	border: solid  #69F 1px;
}

	.powerSliderContainer {  }
	
		.powerSlide { display: block; text-decoration: none; position: relative; }
		
			.powerSlide img { padding:5px 0 0 5px; }
			
				.powerSlide .largeText {
	color: #E6E1FF;
	display: block;
	/*	background-color: #CCF;
	background: rgba(0,0,0,0.7); 		*/	
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;
	font-size: 18px;
	font-weight:bold;
	bottom: 18px;
	padding: 10px 10px;
	position: absolute;
	top:0;
	right:0;
	left: 135px;
	width:425px;
	height: 150px;
}
					
					
	.powerSlide .smallText {
	color: #E6E1FF;
	display: block;
	/*background: #000; 
					background: rgba(0,0,0,0.7); 		*/	
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;
	font-size: 12px;
	bottom: 0;
	left: 0;
	padding: 3px 10px;
	position: absolute;
	top:45px;
	right:0;
	left: 140px;
	width:415px;
	height: 150px;
	line-height: 200%;
}
			
	.powerSliderPagination {  }
	
		.powerSliderPagination a { /*background: #000; background: rgba(0,0,0,0.7); */
	color: #999;
	text-decoration:none;
	display: inline-block;
*display: inline; 			padding: 3px 6px;
}
		.powerSliderPagination a:hover, .powerSliderPagination a.activeSlide {
	color: #E6E1FF;
	text-decoration:none;
	font-weight:bold;
}
		
	.powerSliderNext, .powerSliderPrev { width: 50px; height: 40px; cursor: pointer; }
	.powerSliderNext { background: url(next.png); }	
	.powerSliderPrev { background: url(prev.png); }