


#slider{height: 500px; position: relative; left: 0; }

.plusSlider{
    background-color: rgba(255, 255, 255, 0.3);
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.plusSlider .child{float: left;overflow:hidden; position:relative;}

.plusSlider-controls-wrapper {
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 500;
}
.plusSlider-controls{
    margin: 0 auto;
    padding: 15px 0;
}
.plusSlider-controls a{
    border:1px solid #fff;
    display: block;
    float: left;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    text-indent: -9999px; 
    font-size: 0;
    opacity:0.3;
    filter:alpha(opacity=30);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.plusSlider-controls a.current, .plusSlider-controls a:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
#slideshow a.arrow{
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
	margin-top:-46px;
	width:92px;
	height:92px;
	text-indent:-9999px;
}
#slideshow:hover  a.arrow{}
#slideshow a.prev{
	background:url(/wp-content/themes/GreatWonder/images/slider_arrow_left.png);
	left:40px;
}
#slideshow a.prev:hover{}
#slideshow a.next{
	background:url(/wp-content/themes/GreatWonder/images/slider_arrow_right.png);
	right:40px;
}
#slideshow a.next:hover{}


.fader .child{display: none; position: absolute; left: 0; top: 0;}
.fader .plusSlider-controls{position: relative; z-index: 200;}


