/* Start of CMSMS style sheet 'tour' */
/* PMW TOUR
-------------------------------------------------- */

#pmw-tour {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}
div.slide1, div.slide2, div.slide3, div.slide4, div.slide5, div.slide6, div.slide7, div.slide8 {
	width:100%;
	height:420px;
	position:relative;
}
div.slide1 { background: url(images/tour/1.jpg) no-repeat center top; }
div.slide2 { background: url(images/tour/2.jpg) no-repeat center top; }
div.slide3 { background: url(images/tour/3.jpg) no-repeat center top; }
div.slide4 { background: url(images/tour/4.jpg) no-repeat center top; }
div.slide5 { background: url(images/tour/5.jpg) no-repeat center top; }
div.slide6 { background: url(images/tour/6.jpg) no-repeat center top; }
div.slide7 { background: url(images/tour/7.jpg) no-repeat center top; }
div.slide8 { background: url(images/tour/8.jpg) no-repeat center top; }

/* == BUTTONS == */

a.btn-next-blue, a.btn-prev-blue, a.btn-next-orange, a.btn-prev-orange { 
	display: block; 
	width:50px;
	height:184px; 
	/*margin:0;*/
	cursor:pointer;
	/*margin-top:154px;*/
	float: right;
	margin: 110px -55px 0 0;
	-webkit-box-shadow: -2px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    -2px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow:         -2px 2px 5px rgba(50, 50, 50, 0.4);
}
a.btn-next-blue, a.btn-next-orange { 
	position:absolute;
	right:0;
}
a.btn-prev-blue, a.btn-prev-orange {
	position:absolute;
	left:0;
}
a.btn-1 , a.btn-2, div.cta, div.cursor { float:left; }
#pmw-tour a, #popup1 a { opacity:0.9; }
#pmw-tour a:hover, #popup1 a:hover { opacity:1.0; }
a.btn-next-blue { background: url(images/tour/btn-next.png) center no-repeat #3FA9F5; }
a.btn-prev-blue { background: url(images/tour/btn-prev.png) center no-repeat #3FA9F5; }
a.btn-next-orange { background: url(images/tour/btn-next.png) center no-repeat #F7931E; }
a.btn-prev-orange { background: url(images/tour/btn-prev.png) center no-repeat #F7931E; }
a.btn1 { background: url(images/tour/btn-1.png) center no-repeat transparent; }
a.btn2 { background: url(images/tour/btn-2.png) center no-repeat transparent; }
div.cta img { 
	opacity: 0.95;
	margin: 0 5px;
}
div.cta img:hover { opacity: 1.0; }
div.cta { 
	width:640px;
	margin:210px 0 0 93px;
}
div.cursor img {
	width:88px;
	height:100px;
	margin-top:255px;
	position:absolute;
	left:87px;
}
div.tour-page {
	width:50px;
	height:50px;
	display:block;
	float: right;
	margin: 55px -55px 0 0;
	opacity:0.8;
	background:#3FA9F5;
}
div.tour-page p {
	text-align:center !important;
	line-height:50px !important;
	padding: 0 !important;
	margin:0;
	color:#FFF !important;
	font-size:15pt !important;
}
/* End of 'tour' */


