.powerSliderShell {  }

.powerSliderContainer {  }

.powerSlide {
display: block;
text-decoration: none;
position: relative;
}

.powerSlide img {  }

.powerSlideText {
color: #fff;
display: block;
position: absolute;
width: 360px;
padding: 10px 60px;
top: 20px;
left: 480px;
}

.powerSlideTitle, .powerSlideSubtitle {
-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
text-transform: uppercase;
font-family: alternate-gothic-no-3-d, Impact, Helvetica, Arial, sans-serif;
}

.powerSlideTitle {
font-size: 46px;
line-height: 46px;
}

.powerSlideSubtitle {
font-size: 70px;
line-height: 70px;
color: #054077;
letter-spacing: 2px;
}

.powerSliderPagination a,
.powerSliderPagination a span {
color: #fff;
display: inline-block;
overflow: hidden;
width: 12px;
height: 12px;
}

.powerSliderPagination a {
margin: 0px 0px 0px 10px;
background-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.5);
box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.5);
}

.powerSliderPagination a span {
padding-top: 12px;
}

.powerSliderPagination a:hover,
.powerSliderPagination a.activeSlide {
text-decoration: none;
}

.powerSliderPagination a.activeSlide {
background-color: #000;
}

.powerSliderNext, .powerSliderPrev { width: 50px; height: 40px; cursor: pointer; }
.powerSliderNext { background: url(next.png); }	
.powerSliderPrev { background: url(prev.png); }