* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	cursor: default;
}

a{
	color: #2c92ce;
	text-decoration: none;
}

a img {
	border: 0;
}

div.wrap {
	width: 993px;
	margin: 0 auto;
	text-align: left;
}

div#top div#nav {
	float: left;
	clear: both;
	width: 993px;
	height: 52px;
	margin: 22px 0 0;
}

div#top div#nav ul {
	float: left;
	width: 700px;
	height: 52px;
	list-style-type: none;
}

div#nav ul li {
	float: left;
	height: 52px;
}

div#nav ul li a {
	border: 0;
	height: 52px;
	display: block;
	line-height: 52px;
	text-indent: -9999px;
}

div#header {
	margin: 0;
}

div#video-header {
	height: 683px;
	margin: -1px 0 0;
}

div#header div.wrap {
	height: 366px;
	background: url(images/header-bg.png) 50% 0 no-repeat;
}

#slideshow {
	position: absolute;
	width: 950px;
	height: 366px;
	background: #fff
}

#slides {
	position: relative;
	width: 950px;
	height: 366px;
	list-style: none;
	overflow: auto
}

#slides li {
	width: 950px;
	height: 366px
}

.pagination {
	list-style: none;
	right: 0;
	bottom: 10px;
	width: 160px;
	z-index: 1000;
	position: absolute;
	background: url(images/slide-bg.png) 0 0;
}

.pagination li {
	float: left;
	display: inline;
	font-size: 12px;
	margin: 0 5px 0 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px 7px 5px;
	cursor: pointer;
	width: 11px;
	height: 13px;
	color: #778eb5;
	background: transparent
		url('http://www.myvisuallistings.com/resources-website-v5/images/icon-numbers-off.gif')
		no-repeat;
}

li.current {
	color: white;
	background: transparent
		url('http://www.myvisuallistings.com/resources-website-v5/images/icon-numbers-on.gif')
		no-repeat;
}