#dip-viewer {
	position: relative;
	width: 750px;
	height: 287px;
	}
#dip-viewer #dip-nav {
	position: absolute;
	top: 250px;
	right: 13px;
	z-index: 50;
	}
#dip-viewer #dip-nav button {
	display: block;
	margin: 0 0 0 4px;
	padding: 0;
	border: 1px #8d999d solid;
	width: 12px;
	height: 12px;
	background: #a9b2b5;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bdc4c7), to(#8f9b9f));
	background: -moz-linear-gradient(#bdc4c7, #8f9b9f);
	background: linear-gradient(#bdc4c7, #8f9b9f);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.4);
	box-shadow: 0px 0px 4px rgba(0,0,0,.4);
	float: left;
	cursor: pointer;
	}
#dip-viewer #dip-nav button#dip-playpause {
	border: 1px #df5c1f solid;
	background: #e78353 url(/media/mercury/images/common/dip-playpause.gif) -2px -2px;
	background:  url(/media/mercury/images/common/dip-playpause.gif) -2px -2px, -webkit-gradient(linear, 0 0, 0 100%, from(#eda481), to(#e2682e));
	background:  url(/media/mercury/images/common/dip-playpause.gif) -2px -2px, -moz-linear-gradient(#eda481, #e2682e);
	background:  url(/media/mercury/images/common/dip-playpause.gif) -2px -2px, linear-gradient(#eda481, #e2682e);
	}
#dip-viewer #dip-nav button#dip-playpause.pause {
	background: #e78353 url(/media/mercury/images/common/dip-playpause.gif) -2px -16px;
	background:  url(/media/mercury/images/common/dip-playpause.gif) -2px -16px, -webkit-gradient(linear, 0 0, 0 100%, from(#eda481), to(#e2682e));
	background:  url(/media/mercury/images/common/dip-playpause.gif) -2px -16px, -moz-linear-gradient(#eda481, #e2682e);
	background:  url(/media/mercury/images/common/dip-playpause.gif) -2px -16px, linear-gradient(#eda481, #e2682e);
	}
#dip-viewer #dip-nav button.on {
	border: 1px #df5c1f solid;
	background: #e78353;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eda481), to(#e2682e));
	background: -moz-linear-gradient(#eda481, #e2682e);
	background: linear-gradient(#eda481, #e2682e);
	}
#dip-viewer #dip-nav button:hover {
	border: 1px #fff solid;
	}
#dip-viewer #toplayer {
	position: absolute;
	z-index: 30;
	}
#dip-viewer #bottomlayer {
	position: absolute;
	z-index: 20;
	}
#dip-viewer h1 {
	padding: 105px 0 0 24px;
	font: bold 30px/32px 'VegurBold', Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: -.025em;
	text-shadow: 0px 0px 30px rgba(0,0,0,.8);
	float: none;
	}
#dip-viewer p {
	padding: 6px 0 10px 24px;
	font: 16px/20px 'VegurRegular', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0,0,0,.8);
	}
#dip-viewer div a {
	display: block;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	padding: 0;
	border: 1px #df5c1f solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #df5d1f url(/media/mercury/images/propellers/prop-finder/bg-button.png) repeat-x;
	text-decoration: none;
	float: left;
	cursor: pointer;
	}
#dip-viewer div a strong {
	display: block;
	margin: 0 6px 0 0;
	padding: 6px 22px 5px 12px;
	background: url(/media/mercury/images/propellers/prop-finder/arrow-button.png) no-repeat right center !important;
	background: url(/media/mercury/images/propellers/prop-finder/arrow-button.gif) no-repeat right center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #f4f4f4;
	line-height: 15px;
	text-shadow: -1px -1px 0px rgba(153,51,0,.9);
	}
#dip-viewer div a:hover {
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.6);
	box-shadow: 0px 0px 15px rgba(0,0,0,.6);
	border: 1px #f4f4f4 solid;
	background: #f58b34;
	color: #fff;
	}
#dip-viewer div a:active {
	background: #df5d1f;
	}
#backgroundBottom,
#backgroundTop {
	position: absolute;
	z-index: 1;
	width: 750px;
	height: 287px;
	overflow: hidden;
	}
#backgroundTop {
	z-index: 5;
	}