#product-container {
	margin: 0 auto;
	text-align: left;
	width: 860px;
}

ul#tour-path {
	background: #60707f;
	border-bottom: 2px solid #eee;
	height: 50px;
	margin: 0 0 36px;
	padding: 0 0 0 20px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 50px;
	margin: 0 16px;
}

.home .scroller {
	background: #edf5fc;
	height: 200px;
	overflow: hidden;
	width: 860px;
}

.home .scroller .section {
	height: 200px;
	float: left;
	overflow: hidden;
	width: 860px;
}

.home .scroller a.next {
	background: none;
	float: right;
}

.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #C6D4DD;
	float: right;
	margin: 36px 36px 0 0;
}

.scroller .section .content {
	margin: 14px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding-top:30px;
	padding-left:15px;
	margin-top:10px;
	width: 800px;
}

.home .scroller .caption {
	padding-top: 0px;
}

.home .scroller .caption h1 {
	margin: 45px 0 24px;
}


div#container #bottom-links ul.first {
	float: left;
	width: 220px;
}

#tour-path a:link, #tour-path a:visited {
	text-decoration: none;
}

#tour-path a:hover, #tour-path a:active {
	color: #BAD6F7;
	text-decoration: none;
}

#tour-path a.on {
	cursor: default;
	background: url(images/nav-filler.gif) no-repeat 50% 0;
}

.home .scroller #section a.next {
	background: none;
	float: right;
}