/*==============================================================

	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(../images/s_next.png) no-repeat 0 0;
	height: 50px;
	width: 18px;
	display:block;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(../images/s_next.png) no-repeat -18px 0px;
}

ul#tour-path {
	background-image:url(../images/tour-path_bg.gif);
	background-repeat:repeat-x;
}

.home .scroller {
}


.home .scroller #section1 {
/*	background: url(../images/hero.png) no-repeat 50% 0px;*/
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	text-decoration:none;
	color:#d2232a;
}
#tour-path a.on {
	background:transparent url(../images/scroller_a_bg_h.gif) no-repeat scroll 50% 0pt;	
	cursor:default;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 50px;
	margin: 20px 0 36px;
	padding: 0 0 0 0px;
	width: 515px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	display:block;
	text-align:center;
	padding:14px 11px;
	background-image:url(../images/scroller_a_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	}

.home .scroller {
/*	height: 380px;*/
height:480px;
	overflow: hidden;
	width: 515px;
}

.home .scroller .section {
/*	height: 380px;*/
height:480px;
	float: left;
	overflow: hidden;
	width: 515px;
}



.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: 300px;*/
	padding: 0;

}

.home .scroller #section1 .caption {
	padding-top: 0px;
}

.caption h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding:4px 0px;
/*	margin: 54px 0 0;*/
}

.home .scroller #section1 .caption h1 {
/*	margin: 45px 0 24px;*/
}

.caption p {
	/*color: #333;*/
line-height:120%;
font-size:11px;
}

.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
);
}

my-glider {
	width:520px;
}


.s1_hero{
	width:445px;
	margin:auto;
	}
.s1_left{
	width:496px;
	}
.s1_right{
	width:19px;
	}
.next_cont{
	padding:100px 0px 0px 0px;
	}
.s1_caption{
	border:1px solid #FFFFFF;
	background-color:#768688;
	color:#FFF;

	padding:10px;

	}
.s1_pad{

	}
