/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www..co.uk/menu/-holiday-slide-show.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.slider{
		width: 80%;
		margin: 0 auto;
}
.OuterSlideShow {/*width:750px;*/ margin:50px auto; width: 93.5%;}
.SlideShow {background: #f0f8ff; position:relative; margin:0 auto;
  box-shadow: 2px 3px 3px #da1616;
  padding: 12px 15px 30px 15px;
  width:87.3%;
 /* width: 640px;
  height:360px;*/
}
.OuterSlideShow input {display:none;}
.SlideShow ul {list-style:none;}
.SlideShow .slides {width:640px; /*height:360px;*/ height: 26em;  overflow:hidden; position:relative;}
.SlideShow .slides div {/*height:360px;*/ height: 26em; width:6400px; position:absolute; left:0; top:0; z-index:10; opacity:0;
-webkit-transition:0.6s;
-moz-transition:0.6s;
-o-transition:0.6s;
transition:0.6s;
}
.SlideShow .slides div img {display:block; float:left;}

#ws:checked ~ .SlideShow .slides .ws,
#qr:checked ~ .SlideShow .slides .qr,
#wr:checked ~ .SlideShow .slides .wr {z-index:100; opacity:1;}

#ws1:checked ~ .SlideShow .slides .ws,
#qr1:checked ~ .SlideShow .slides .qr,
#wr1:checked ~ .SlideShow .slides .wr {left:0;}
#ws2:checked ~ .SlideShow .slides .ws,
#qr2:checked ~ .SlideShow .slides .qr,
#wr2:checked ~ .SlideShow .slides .wr {/*left:-710px;*/ left: -120%;}
#ws3:checked ~ .SlideShow .slides .ws,
#qr3:checked ~ .SlideShow .slides .qr,
#wr3:checked ~ .SlideShow .slides .wr {/*left:-1420px;*/ left: -230%;}
#ws4:checked ~ .SlideShow .slides .ws,
#qr4:checked ~ .SlideShow .slides .qr,
#wr4:checked ~ .SlideShow .slides .wr {/*left:-2130px;*/ left:-340%;}
#ws5:checked ~ .SlideShow .slides .ws,
#qr5:checked ~ .SlideShow .slides .qr,
#wr5:checked ~ .SlideShow .slides .wr {/*left:-2840px;*/ left: -450%;}
#ws6:checked ~ .SlideShow .slides .ws,
#wr6:checked ~ .SlideShow .slides .wr {/*left:-3550px;*/ left: -560%;}
#ws7:checked ~ .SlideShow .slides .ws,
#wr7:checked ~ .SlideShow .slides .wr {/*left:-4260px;*/ left: -670%;}
#ws8:checked ~ .SlideShow .slides .ws,
#wr8:checked ~ .SlideShow .slides .wr {/*left:-4970px;*/ left: -780%;}
#ws9:checked ~ .SlideShow .slides .ws,
#wr9:checked ~ .SlideShow .slides .wr {/*left:-5680px;*/ left: -890%;}

.SlideShow .prevImg {position:absolute; left:-25px; top:158px; cursor:pointer;}
.SlideShow .nextImg {position:absolute; right:-27px; top:158px; cursor:pointer;}
.SlideShow .prevNext ul {display:none;}
.SlideShow .prevNext ul li {display:none;}

#ws:checked ~ .SlideShow .prevNext .wsPrevNext,
#qr:checked ~ .SlideShow .prevNext .qrPrevNext,
#wr:checked ~ .SlideShow .prevNext .wrPrevNext {display:block;}

#ws1:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(1),
#ws2:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(2),
#ws3:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(3),
#ws4:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(4),
#ws5:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(5),
#ws6:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(6),
#ws7:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(7),
#ws8:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(8),
#ws9:checked ~ .SlideShow .prevNext .wsPrevNext li:nth-of-type(9),
#qr1:checked ~ .SlideShow .prevNext .qrPrevNext li:nth-of-type(1),
#qr2:checked ~ .SlideShow .prevNext .qrPrevNext li:nth-of-type(2),
#qr3:checked ~ .SlideShow .prevNext .qrPrevNext li:nth-of-type(3),
#qr4:checked ~ .SlideShow .prevNext .qrPrevNext li:nth-of-type(4),
#qr5:checked ~ .SlideShow .prevNext .qrPrevNext li:nth-of-type(5),
#wr1:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(1),
#wr2:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(2),
#wr3:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(3),
#wr4:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(4),
#wr5:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(5),
#wr6:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(6),
#wr7:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(7),
#wr8:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(8),
#wr9:checked ~ .SlideShow .prevNext .wrPrevNext li:nth-of-type(9) {display:block;}

.SlideShow .picks {position:absolute; right:15px; bottom:-13px; width:3200px; height:30px; z-index:100;} 
.SlideShow .picks div {display:none;}
.SlideShow .picks ul {padding:0; margin:0; float:right;}
.SlideShow .picks ul li {float:left; padding:0 0 0 10px; font:normal 14px/30px 'Ubuntu Condensed', arial, sans-serif; color:#444;}
.SlideShow .picks ul li label {cursor:pointer;}

#ws:checked ~ .SlideShow .picks .wsSelect,
#qr:checked ~ .SlideShow .picks .qrSelect,
#wr:checked ~ .SlideShow .picks .wrSelect {display:block;}

.slidesSelect ul {padding:20px 55px; margin:0; list-style:none;}
.slidesSelect ul li {font:normal 16px/30px 'Ubuntu Condensed', arial, sans-serif; color:#f0f8ff;}
.slidesSelect ul li label {cursor:pointer;}

#ws:checked ~ .slidesSelect li:nth-of-type(1),
#qr:checked ~ .slidesSelect li:nth-of-type(2),
#wr:checked ~ .slidesSelect li:nth-of-type(3) {color:#f60; text-decoration: underline; }

#ws1:checked ~ .SlideShow .picks .wsPick li:nth-of-type(1),
#ws2:checked ~ .SlideShow .picks .wsPick li:nth-of-type(2),
#ws3:checked ~ .SlideShow .picks .wsPick li:nth-of-type(3),
#ws4:checked ~ .SlideShow .picks .wsPick li:nth-of-type(4),
#ws5:checked ~ .SlideShow .picks .wsPick li:nth-of-type(5),
#ws6:checked ~ .SlideShow .picks .wsPick li:nth-of-type(6),
#ws7:checked ~ .SlideShow .picks .wsPick li:nth-of-type(7),
#ws8:checked ~ .SlideShow .picks .wsPick li:nth-of-type(8),
#ws9:checked ~ .SlideShow .picks .wsPick li:nth-of-type(9),
#qr1:checked ~ .SlideShow .picks .qrPick li:nth-of-type(1),
#qr2:checked ~ .SlideShow .picks .qrPick li:nth-of-type(2),
#qr3:checked ~ .SlideShow .picks .qrPick li:nth-of-type(3),
#qr4:checked ~ .SlideShow .picks .qrPick li:nth-of-type(4),
#qr5:checked ~ .SlideShow .picks .qrPick li:nth-of-type(5),
#wr1:checked ~ .SlideShow .picks .wrPick li:nth-of-type(1),
#wr2:checked ~ .SlideShow .picks .wrPick li:nth-of-type(2),
#wr3:checked ~ .SlideShow .picks .wrPick li:nth-of-type(3),
#wr4:checked ~ .SlideShow .picks .wrPick li:nth-of-type(4),
#wr5:checked ~ .SlideShow .picks .wrPick li:nth-of-type(5),
#wr6:checked ~ .SlideShow .picks .wrPick li:nth-of-type(6),
#wr7:checked ~ .SlideShow .picks .wrPick li:nth-of-type(7),
#wr8:checked ~ .SlideShow .picks .wrPick li:nth-of-type(8),
#wr9:checked ~ .SlideShow .picks .wrPick li:nth-of-type(9) {text-decoration:underline; color:#f60;}


.SlideShow .captions {position:absolute; left:15px; bottom:-12px; /*width:320px;*/ width: 50%; height:30px; z-index:100; overflow:hidden;}
.SlideShow .captions ul {padding:0; margin:0; list-style:none; display:none;}

.SlideShow .captions ul li {position:absolute; z-index:100; width:320px; left:0; top:0; font:normal 16px/30px 'Ubuntu Condensed', arial, sans-serif; color:#444; background:#f0f8ff; opacity:0;
-webkit-transition:0.6s;
-moz-transition:0.6s;
-o-transition:0.6s;
transition:0.6s;
}

#ws:checked ~ .SlideShow .captions .wsCaptions,
#qr:checked ~ .SlideShow .captions .qrCaptions,
#wr:checked ~ .SlideShow .captions .wrCaptions {display:block;}

#ws1:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(1),
#ws2:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(2),
#ws3:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(3),
#ws4:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(4),
#ws5:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(5),
#ws6:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(6),
#ws7:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(7),
#ws8:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(8),
#ws9:checked ~ .SlideShow .captions .wsCaptions li:nth-of-type(9),
#qr1:checked ~ .SlideShow .captions .qrCaptions li:nth-of-type(1),
#qr2:checked ~ .SlideShow .captions .qrCaptions li:nth-of-type(2),
#qr3:checked ~ .SlideShow .captions .qrCaptions li:nth-of-type(3),
#qr4:checked ~ .SlideShow .captions .qrCaptions li:nth-of-type(4),
#qr5:checked ~ .SlideShow .captions .qrCaptions li:nth-of-type(5),
#wr1:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(1),
#wr2:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(2),
#wr3:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(3),
#wr4:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(4),
#wr5:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(5),
#wr6:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(6),
#wr7:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(7),
#wr8:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(8),
#wr9:checked ~ .SlideShow .captions .wrCaptions li:nth-of-type(9) {z-index:200; opacity:1;}

.image11{width:11%;}
.workstation{position:relative; top: 0;}
.qualityroom{position:relative; left: 18%; top: -30px;}
.waitingareas{position:relative; left:40%; top: -60px;}

@media (max-width: 600px) {
	.slider{
		width: 80%;
		margin: 0 auto;
}

.OuterSlideShow {/*width:750px;*/ margin:50px auto; width: 93.5%;}
.SlideShow {background: #f0f8ff; position:relative; margin:0 auto;
  box-shadow: 2px 2px 3px #ccc;
  padding: 12px 15px 30px 15px;
  width:85.5%;
 /* width: 640px;
  height:360px;*/
}
.OuterSlideShow input {display:none;}
.SlideShow ul {list-style:none;}

.OuterSlideShow input {display:none;}
.SlideShow ul {list-style:none;}
.SlideShow .slides {width:320px; height:180px; /*width: 86%; height: 13em;*/ overflow:hidden; position:relative; margin: 0 auto;} 
.SlideShow .slides div {height:180px; width:6400px; position:absolute; left: 5%;  top:0; z-index:10; opacity:0;
-webkit-transition:0.6s;
-moz-transition:0.6s;
-o-transition:0.6s;
transition:0.6s;
}
.SlideShow .prevImg {position:absolute; left:-25px; top:85px; cursor:pointer;}
.SlideShow .nextImg {position:absolute; right:-27px; top:85px; cursor:pointer;}
.SlideShow .prevNext ul {display:none;}
.SlideShow .prevNext ul li {display:none;}
#ws1:checked ~ .SlideShow .slides .ws,
#qr1:checked ~ .SlideShow .slides .qr,
#wr1:checked ~ .SlideShow .slides .wr {left:0;}
#ws2:checked ~ .SlideShow .slides .ws,
#qr2:checked ~ .SlideShow .slides .qr,
#wr2:checked ~ .SlideShow .slides .wr {left:-320px;}
#ws3:checked ~ .SlideShow .slides .ws,
#qr3:checked ~ .SlideShow .slides .qr,
#wr3:checked ~ .SlideShow .slides .wr {left:-640px;}
#ws4:checked ~ .SlideShow .slides .ws,
#qr4:checked ~ .SlideShow .slides .qr,
#wr4:checked ~ .SlideShow .slides .wr {left:-960px;}
#ws5:checked ~ .SlideShow .slides .ws,
#qr5:checked ~ .SlideShow .slides .qr,
#wr5:checked ~ .SlideShow .slides .wr {left:-1280px;}
#ws6:checked ~ .SlideShow .slides .ws,
#wr6:checked ~ .SlideShow .slides .wr {left:-1600px;}
#ws7:checked ~ .SlideShow .slides .ws,
#wr7:checked ~ .SlideShow .slides .wr {left:-1920px;}
#ws8:checked ~ .SlideShow .slides .ws,
#wr8:checked ~ .SlideShow .slides .wr {left:-2240px;}
#ws9:checked ~ .SlideShow .slides .ws,
#wr9:checked ~ .SlideShow .slides .wr {left:-2560px;}

.image11{width:5%;}
.workstation{position:relative; top: 0;}
.qualityroom{position:relative; left: 40%; top: -30px;}
.waitingareas{position:relative; left:80%; top: -60px;}
}