			.scrollyCarousel {
				margin:auto;
				border:5px solid #000;
				position:relative;
			}
			.scrollyCarousel, .scrollyView, .scrollyView .carouselFrame {
				width:600px;
				height:338px;
				overflow:hidden;
				position:relative;
			}
			.scrollyView .carouselFrame {
				position:absolute;
				top:0;
			}
			.scrollyView .carouselFrame img {
				position:absolute;
				left:0;
				top:0;
				width:600px;
				height:338px;
			}
			.navButton {
				position:absolute!important;
				bottom:17px;
				opacity:.7;
				filter:alpha(opacity=70);
			}
			.navButtonGrayed {
				opacity:.1;
				filter:alpha(opacity=10);
			}
			.scrollyView .carouselFrame .carouselFrameTitle {
				position:absolute;
				width:100%;
				height:50px;
				font-size:43px;
				letter-spacing:5px;
				font-weight:bold;
				text-align:center;
				color:#fff;
				background:#234;
				border:1px solid #888;
				border-left:none;
				border-right:none;
				bottom:5px;
				opacity:.4;
				filter:alpha(opacity=40);
			}
			.scrollyNavi {
				margin:auto;
				width:600px;
				position:relative;
				color:white;
				font-size:14pt;
				letter-spacing:4pt;
