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

	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 {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

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

#tour-path {
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9dadb;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	line-height: 25px;
	
	
}
#tour-path td {
	padding: 0px 20px 0px 0px
}
#tour-path ul {
	list-style-position: inside;
	list-style-type: none;
}
#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
	color: #289cd3;
}

#tour-path a:hover, #tour-path a:active {
	color: #58585a;
	text-decoration:none;
}
#tour-path a.on {
	cursor:pointer; cursor:hand;
}

.home .scroller {
	background: #fff;
}


.home .scroller #section1 {
	background: url(../cssimg/hero.png) no-repeat 93% 40px;
	
}





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


.home .scroller {
	height: 310px;
	overflow: hidden;
	width: 770px;
	
	
}

.home .scroller .section {
	height: 310px;
	float: left;
	overflow: hidden;
	width: 960px;
}



.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: 11px;
	height: 310px;
	width: 420px;
	margin: 5px 0px 0px 0px;
		
}

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

.caption h1 {
	color: #289cd3;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

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

.caption p {
	color: #878889;
	font-size: 11px;
	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;
}
#my-glider {
	width: 980px;
}


/* 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
);
}
