/*==============================================================

	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 --------------------------------------*/

#my-glider.home { 
background:#EDEDED none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
}
body.page-home #my-glider.home {
background:#FFCCCC;
border-bottom:1px solid #CC0000;
}
a.button.next {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background: url(../images/button-frontslidenext.png) no-repeat 0 0;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(../images/button-frontslidenext.png) no-repeat 0 -34px;
}

.home .scroller #section1 a.next {
	float: right;
}

ul#tour-path {
	background: #CC0000;
}

.home .scroller {
	background: transparent;
}


.home .scroller #section1 {
	background: url(../images/hero.png) no-repeat 415px 40px;
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #000000;
	text-decoration:none;
}
#tour-path a.active {
	background:transparent url(../images/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: 940px;
}

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 {
	height: 380px;
	overflow: hidden;
	width: 890px;
}
body.page-home .home .scroller {
	width: 960px;
}
.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 960px;
}
.home .scroller #section8.section { height: 350px; }
.home .scroller #section1 a.next {
	float: right;
}

.home .scroller .scroller-content {
	width: 10000px;
}

.scroller .scroller-content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 36px 98px 0 0;
}

.scroller .scroller-content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	padding: 24px 18px 18px 30px;
	width: 365px;
}
body.page-home .caption { 
	font-size: 1em;
}
.scroller caption { height: 300px; }


.home .scroller #section1 .caption {
	padding-top: 0px;
}


.caption h2 {
	margin: 1em 0 1.25em;
	font-size: 24px;
	line-height:1.25em;
}
#content .caption h2 {
	color: #000;
  text-transform: none;
}
.caption p {
	color: #333;
	margin: 0 0 1.5em 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;
}


a.button { display: block;  height: 34px; float: left; padding: 0 10px 0 0; margin: 1em 0; }
	a.moreinfo { background: transparent url('../images/button-moreinfo.gif') no-repeat scroll left top; width: 110px; }
	a.tryfree { background: transparent url('../images/button-tryfree.gif') no-repeat scroll left top; width: 110px; }
	a.goback { background: transparent url('../images/button-goback.gif') no-repeat scroll left top; width: 100px; }
a.button span { display: none; }
a.button:hover { background-position: left bottom; }
