@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Defaults */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
/* Containers */
#container_dc {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow:hidden;
	background-color: #000;
}
#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
/* Additional visual assets */
#headlineSmall {
	position:absolute;
	width: 166px;
	height: 21px;
	margin:29px 0 0 0;
	z-index:41;
	opacity:0;
}
#headline {
	position:absolute;
	width: 197px;
	height: 27px;
	margin:90px 0 0 20px;
	z-index:40;
	opacity:0;
}
#shimmer {
	position:absolute;
	width: 11px;
	height: 15px;
	z-index:50;
	margin:40px 0 0 0;
	left:-20px;
	opacity:0;
}
#shimmer img {
	width:100%;
	height:auto;
}
#start-shot {
	position:absolute;
	width:300px;
	height:250px;
	z-index:10;
	margin:0 0 0 0;
	cursor:pointer;
}
#discover-more,
#discover-more-glow {
	position:absolute;
	width: 117px;
	height: 19px;
	margin:130px 0 0 0;
	left:-117px;
}
#discover-more-glow {
	z-index:41;
	opacity:0;
}
#chevron-a,
#chevron-b {
	position:absolute;
	width: 6px;
	height: 11px;
	margin:134px 0 0 0;
	opacity:0;
}
#chevron-a { left:130px; }
#chevron-b { left:135px; }
#mb-logo {
	position:absolute;
	width: 133px;
	height: 34px;
	margin:206px 0 0 146px;
	z-index:15;
}
/* Click-throughs (exits) */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 5;
}
/* Video player and video controls */
#video_container_dc {
	position: absolute;
	width: 300px;
	height: 250px;
	z-index: 400;
	top: 0;
	background-color:#000;
}
#video_container_dc:hover > #video_control_play_dc,
#video_container_dc:hover > #video_control_pause_dc {
	opacity:1;
}
#video_dc {
	position: absolute;
	left:0px;
	top: 0px;
	width: 300px;
	height: 250px;
	background-color:#000;
}
.video_volume_dc {
	position: absolute;
	width: 18px;
	height: 17px;
	top: 228px;
	left: -300px;
	cursor: pointer;
	z-index: 1100;
}
#video_control_unmute_dc { background:url(images/un-mute.png) no-repeat; }
#video_control_mute_dc {
	background:url(images/mute.png) no-repeat;
	visibility: hidden;
}
.video_volume_dc:hover { opacity:0.8; }
.video_control_dc {
	position: absolute;
	width:300px;
	height: 250px;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	background:none;
}