/*==============================================================

	Online Business Console : slider.css
	
	Description : Slider CSS for Online Business Console
		
	Author : Business Catalyst http://businesscatalyst.com

	Version : 2007.12.27

==============================================================*/


/* Modify these at will --------------------------------------*/

/*a.button.next {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background: url(../cssimg/button-frontslidenext.png) no-repeat 0 0;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(../cssimg/button-frontslidenext.png) no-repeat 0 -34px;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}*/

.home .caption a.next {
	background: none;
	float: right;
}

ul#tour-path {
	background: #171b22 url(../cssimg/tour_path_bg.gif) center top no-repeat;
}

.home {
	background: url(../cssimg/scroller_bg.jpg) center bottom no-repeat;
}

.home .scroller #section1 {
	background: url(../cssimg/hero.png) no-repeat 508px 0;
}

#tour-path a:link, #tour-path a:visited {
	color: #c4c4c4;
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #fff;
	text-decoration:none;
}
#tour-path a.on {
	color: #fff;
	background: url(../cssimg/tour_path_on.gif) repeat;	
	cursor:default;
}


/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 44px;
	margin: 0 0 0px;
	padding: 0 0 0 20px;
	width: 950px;
	overflow:hidden;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 46px;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	height: 44px;
	overflow: hidden;
}

.home .scroller {
	height: 340px;
	overflow: hidden;
	width: 980px;
}

.home .scroller .section {
	height: 340px;
	float: left;
	overflow: hidden;
	width: 980px;
}
.home .scroller #section1 a.next {
	background: none;
	float: right;
}

.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 0px 36px 0 0;
}

.scroller .content .video {
	margin: -10px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 0px 18px 18px 10px;
	width: 450px;
}

.home .scroller #section1 .caption {
	padding-top: 0px;
}

.caption h1 {
	color: #b5b4b4;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 54px 0 0;
}

.home .scroller #section1 .caption h1 {
	margin: 45px 0 24px;
}

.caption h2 {
	font-weight: normal;
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 15px;
}

.caption p {
	color: #b5b4b4;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.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;
}
