/**
	PlusSlider Version 1.1
	By Jamy Golden
	http://css-plus.com
**/

/* PlusSlider Styling */
.plusSliderc{height: 850px; width: 1920px; position: relative; left: 0; }

.plusSlider{
	background-color: rgba(255, 255, 255, 0.3);
	height: 850px;
	margin: 0 auto;
	overflow: hidden;
	width:  1920px;
	position: relative;
	z-index: 1;
}
.plusSlider .child{float: left;overflow:hidden; position:relative;}
/* Controls */
.plusSlider-controls-wrapper {
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 235px;
	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; /*IE6 fix */
	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);
}
.showcase a.arrow{
	background: url(../../images/plus-sprite.png) no-repeat left top;
	display: block;
	height: 32px;
	opacity: 0;
	width: 32px;
	position: absolute;
	bottom: 220px;
	z-index: 200;
	text-indent: -9999px;
	outline:none !important;
	/* Fade in/out .arrows on hover */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}
.showcase:hover  a.arrow{opacity: 1;}
.showcase a.prev{background-position: 0 -32px; left:0px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.showcase a.prev:hover{background-position: 0 0;}
.showcase a.next{background-position: -32px -32px; right: 0px; top:130px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.showcase a.next:hover{background-position: -32px 0;}

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

/* no-javascript fallback */
.plusSliderc > *{display: none;}
.plusSliderc > *:first-child, .plusSliderc > *:first-child{display: block;}
/* end no-javascript fallback */




#parallax {position:absolute; top:0; left:0; width:100%; height:850px; overflow:hidden;z-index: 2; margin:0; 
}
#parallax li {position:absolute; top:0; left:0;}
#parallax li.prl1 {background:url(bokeh/b1.png); width:2200px; height:800px;}
#parallax li.prl2 {background:url(bokeh/b2.png); width:2050px; height:600px;}
#parallax li.prl3 {background:url(bokeh/b3.png); width:2500px; height:700px;}
#parallax li.prl4 {background:url(bokeh/b4.png); width:1900px; height:700px;}












