/* PLUSSLIDER SLIDESHOW */
#slideshow.plusslider-parallax {
	height:280px;
	background:none;
	width:700px;
	border-width:0px 0px;
	border-style:solid;
	/*border-color:#fff;
	border-color: rgba(0,0,0,0.1);*/
	position:relative;
	overflow:hidden;
	/*border-radius: 9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius: 9px;
	-moz-box-shadow: 0px 5px 5px #333333;
	-webkit-box-shadow: 0px 5px 5px #333333;
	box-shadow: 0px 5px 5px #333333;*/
}
.plusSlider .readmore {display:none;}
.btnPanel { bottom: 20px; position: absolute; right: 50%; margin-right: -340px; z-index: 3; opacity:0; -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; }
#slidehref { float:right;}
#slidehref a { background:url(images/transparent_png/black40.png); background:rgba(0, 0, 0, 0.4); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; color: #FFFFFF; font-family: tahoma; font-size: 10px; padding: 10px 15px; text-transform: uppercase; outline:0 none; display:block; line-height:1;}
#slidehref a:hover { background:url(images/transparent_png/black80.png); background:rgba(0, 0, 0, 0.8); }
#playpause { background:url(images/plus-sprite.png) no-repeat; display:block; width:30px; height:30px; text-indent:-9999px; float:right; margin-right:15px; outline:0 none; }
#playpause.pause {background-position:0 -148px;}
#playpause.pause:hover {background-position:0 -118px;}
#playpause.play {background-position:-30px -148px;}
#playpause.play:hover {background-position:-30px -118px;}
#slideshow:hover .btnPanel {opacity: 1;}
