/*==============================================================

	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 {
	/* 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(../images/slider/button-frontslidenext.png) no-repeat 0 0;
	height: 43px;
	width: 125px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(../images/slider/button-frontslidenext.png) no-repeat 0 -43px;
}


a.button-try {
	float: right;
	text-indent: -9999px;
}

a.button-try {
	background: url(../images/slider/btnFreeTrial.png) no-repeat 0 0;
	height: 43px;
	width: 235px;
}

a.button-try:hover, .scroller a.button-try:active {
	background: url(../images/slider/btnFreeTrial.png) no-repeat 0 -43px;
}


ul#tour-path {
	background: #da9027;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-weight: bold;
}

.home .scroller {
}

#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: black;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(../images/slider/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: 930px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 50px;
	margin: 0 5px 0 20px;
}

.home .scroller {
	height: 380px;
	overflow: hidden;
	width: 930px;
}

.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 930px;
}


.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	/*border: 2px solid #eee;*/
	float: right;
	margin: 36px 26px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 44px 18px 18px 50px;
	width: 380px;
}

.scroller .content .caption h2 {
	color: #494d52;
	font-size: 30px;
	font-weight: bold;
	line-height: 28px;
}

.caption p {
	color: #333;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 13px;
}

.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 = "/images/slider/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
);
}



