/* GLOBAL */

html, body { height:100%; }

body { text-align:center; /* horizontal centering for IE Win quirks */ background-color:#fff; font-family: Helvetica, sans-serif; }

* { margin:0; padding:0; }

img { border:none; display:block; }

a { color:#fff; text-decoration:none; overflow:hidden; }

a:hover { color:#fff; text-decoration:none; }

/* LAYOUT */

#distance { width:1px; height:50%; margin-bottom:-263px; /* half of container's height */ float:left; }

#containerIndex { margin:0 auto; position:relative; /* puts container in front of distance */ text-align:left; width:807px; height:533px; clear:left; background-color:#fff; }

#containerDetails { margin:0 auto; position:relative; /* puts container in front of distance */ text-align:left; width:807px; height:394px; clear:left; background-color:#fff; }

#video { width:807px; height:326px; }

#indexCopy { float:left; display:inline; }

#navLinkLearnMore { float:right; display:inline; width:81px; height:34px; background:url(images/buttonLearnMore.gif) no-repeat; border:none; }

#navLinkLearnMore:hover { background:url(images/buttonLearnMoreRO.gif) no-repeat; border:none; }

#navLinkBack { float:right; display:inline; width:81px; height:34px; background:url(images/buttonBack.gif) no-repeat; border:none; }

#navLinkBack:hover { background:url(images/buttonBackRO.gif) no-repeat; border:none; }

#navEmail { background:url(images/balloonEmail.gif) no-repeat; border:none; }

#navEmail:hover { background:url(images/balloonEmailRO.gif) no-repeat; border:none; }

/*=========================================*/
/* Scroll Styles							*/
/*========================================*/

#scrollPanel {
	position : absolute;
	top : 64px;
	left : 404px;
	width : 404px;
	height : 264px;
	overflow : hidden;
}

#scrollContent {
	position : absolute;
	top : 0px;
	left : 0px;
}

#scrollContent p { margin:0 20px 15px 0; }		

#scrollButtons {
	position : absolute;
	top : 51px;
	left : 795px;
	visibility : hidden;
}

#scrollButtons img{
	padding-top: 8px;
	display:block;
	cursor: pointer;
}