.next {
	float: left;
	text-indent: -9999px;
    background: url(/images/slidenav.png) no-repeat right top;
	height: 39px;
	width: 108px;
}

a.button.next:hover {
	background: url(/images/slidenav.png) no-repeat right bottom;
	}

.previous {
	float: left;
	text-indent: -9999px;
	background: url(/images/slidenav.png) no-repeat left top;
	height: 39px;
	width: 108px;
	margin-right:13px;
}

a.button.previous:hover {
	background: url(/images/slidenav.png) no-repeat left bottom;
	}
/*
a.button.next:hover, .scroller a.button.next:active {
	background: url(/images/next.png) no-repeat 0 -34px;
}
*/

ul#tour-path {
	background: #115EB0;
	float:left;
}

.sliderContainer .scroller #section1 {}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(../cssimg/on-frontpageslider-new.jpg) no-repeat scroll 50% 0pt;	
	cursor:default;
}

/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 50px;
	margin: 0 0 36px;
	padding: 0 0 0 20px;
	width: 460px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 50px;
	margin: 0 16px;
}

.sliderContainer .scroller {
	height: 274px;
	overflow: hidden;
	width: 460px;
}

.sliderContainer .scroller .section {
	height: 274px;
	float: left;
	overflow: hidden;
	width: 460px;
}

.sliderContainer .scroller .content {
	width: 10000px;
}

.sliderContainer .scroller .content a { color:#e6e6e6; }

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 36px 36px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 1em;
	height: 225px;
	padding: 35px 18px 18px 0;
	width: 442px;
}

.caption h2 {
	color: #fff;
	font-size: 3.25em;
	line-height: 1.25em;
	padding:0;
	border:none;
	margin-bottom:0.5em;
}

.caption p {
	color: #fff;
	line-height: 1.5em;
	margin: 0 0 20px;
	font-size: 1.5em;
}
.caption a { color:#ffd872;}

.caption a:hover { color:#fff; }

.caption ul {
	margin: 40px 0 0 0;
}

.caption ul li {
	list-style: none;
	margin: 18px 0;
}

#flashcontent {
	margin: 30px 0 0 0;
}

.caption ul li img {
	vertical-align: top;
	margin: 0 10px 0 0;
}



