#presentation {
	position: relative;
	width: 950px;
	height: 360px;
	background: url(images/background.png);
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
}

#presentationNavigation {
	position: absolute;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
}

#presentationNavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


li.presentationNavigationItem {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	padding: 4px 10px;
}

li.presentationNavigationItem a {
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

li.presentationNavigationItem a:hover {
	color: #CCC;
}


#miTitle {
	display: none;
}

#moreInfo {
	position: absolute;
	top: 260px;
	left: 72px;
	background: url(images/mainButtons.gif);
	width: 243px;
	height: 25px;
	overflow: hidden;
}

#miVideo {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	display: inline-block;
	width: 98px;
	white-space: nowrap;
	margin: 0;
	float: left;
}

#miDemo {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	display: inline-block;
	width: 110px;
	white-space: nowrap;
	margin: 0;
	float: right;
}

#videoList {
	display: none;
}
