/*==============================================================

	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 --------------------------------------*/


img {
	border: none;
}

a.button-30day {
	float: left;
	text-indent: -9999px;
	margin-top:-11px;
}

a.button-30day {
	background: url(/images/ib/freeTrialButton.png) no-repeat 0 0;
	height: 40px;
	width: 236px;
}

a.button-30day:hover, .scroller a.button.next:active {
	background: url(/images/ib/freeTrialButton.png) no-repeat 0 -40px;
}


a.button.next {
	float: right;
	text-indent: -9999px;
	margin-top:-9px;
}

a.button.next {
	background: url(http://s3.amazonaws.com/seasonalysis-static/images/slideButton.png) no-repeat 0 0;
	height: 40px;
	width: 98px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(http://s3.amazonaws.com/seasonalysis-static/images/slideButton.png) no-repeat 0 -40px;
}

ul#tour-path {
	background: #455585;
}

.home .scroller {
	background-image:url(/images/ib/mainPageBG.jpg);
}


.home .scroller #section1 {
	background: url(http://seasonalysis-static.s3.amazonaws.com/images/slides/slide-signup.png) no-repeat 93% 0px;
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
	font-size:13px;
}

#tour-path a:hover, #tour-path a:active {
	color: #9AAED6;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(/images/ib/contentArrow.png) no-repeat scroll 50% 0pt;	
	cursor:default;
}

#slider-trialnext-btns {
	margin-top: 285px;
	width:380px;
	padding: 24px 18px 18px 50px;
}

/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 980px;
}

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

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

.home .scroller {
	height: 380px;
	overflow: hidden;
	width: 1000px;
}

.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 1000px;
}



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

.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: 12px;
	height: 258px;
	padding: 24px 18px 18px 50px;
	width: 380px;
}

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

.caption h1 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
	line-height: 24px;
	margin: 54px 0 0;
}

.caption h2 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
	line-height: 24px;
	margin: 20px 0 20px 0;
}

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

.caption p {
	color: #FFFFFF;
	font-size:14px;
	line-height: 20px;
	margin: 0 0 20px 0;
	font-weight:lighter;
	text-align: justify;
}

.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;
}


/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}


