.ju-container{width: 100%;position: relative;}
.ju-wrapper{
	margin: 60px auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.ju-wrapper a{  display: block; position: absolute; left: 0; top: 0; -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.5); -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.5);box-shadow: 0px 10px 20px rgba(0,0,0,0.5); z-index:1;}
.ju-wrapper a.ju-center {z-index:2;}
.ju-wrapper a.ju-transition{ -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.ju-wrapper a img{display: block; padding: 1px 0px 0px 1px;}
.ju-wrapper a div{ font-family:Arial, Helvetica, sans-serif; color: #777; padding: 0 0 0 77px; font-size: 11px; line-height:1; top: 24px; position: absolute; }
.ju-wrapper a span{ text-align: center; color: #666666; text-shadow: 1px 1px 0 rgba(255,255,255,0.5); display: block; padding-top: 2px; position: absolute; left: 0; top: 2px; line-height: 1; font-size: 12px; font-family: Arial, Helvetica, sans-serif; width: 480px; }
.ju-container div.nav span.ju-prev.p2 {position: absolute;left: -25px;top: 0;width: 270px;background: none;height: 315px;}
.ju-container div.nav span.ju-next.p2 {position: absolute;right: -25px;top: 0;width: 270px;background: none;height: 315px;margin:0;}

.ju-container div.nav span{text-indent: -9000px; cursor:pointer;}
.ju-container div.nav .arrows_small {position: absolute; left: 48%; margin-left: -20px; bottom: 10px;}
.ju-container div.nav .arrows_small span {width: 39px; height: 39px; float: left; background-image: url(../slider4_controls.png); background-repeat:no-repeat; background-color: #fff;  margin-left:4px; }
.ju-container div.nav .arrows_small span.ju-prev {background-position:0 -39px;}
.ju-container div.nav .arrows_small span.ju-prev:hover {background-position:-39px -39px;}
.ju-container div.nav .arrows_small span.ju-next {background-position:-39px 0;}
.ju-container div.nav .arrows_small span.ju-next:hover {background-position:0 0;}

body.light .ju-container,
body.light .ju-container h3 {color:#f5f5f5;}