/*==============================================================

	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.button.next {
	background: url(http://yaamary.com/unbrandedvideo/images/next.gif) no-repeat;
	float: right;
	color:#616161;
	text-align:center;
	font-size:1px;
	height: 56px;
	width: 143px;
	cursor:pointer;
}
a.button.next:hover, .scroller a.button.next:active {
}
.glider .scroller #section1 a.next {
	background: none;
	float: right;
}
.glider .scroller {
	background: #fff;
}
.glider .scroller #section1 {

	text-align:right;
}

/* tour paths */
#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
    font-weight:bold;
}
#tour-path a:hover, #tour-path a:active {
	color: #709d42;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(../images/new.gif) no-repeat scroll 50% 0pt;	
	cursor:default;
}

/* !!! Don't touch these unless you know what you're doing ---------*/

/* tour paths */
ul#tour-path {
	background-color: #363a21;
	background-image:url(../images/path_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	min-height:57px;
	height:auto !important;
	height:57px;
	margin:0px;
}
* html ul#tour-path {
	height: 50px; 
	margin: 0px;
	padding:0px 0px 8px 0px;
	width: 970px;
}
ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0px 17px;
	padding:15px 15px 0px 15px;
	text-align:center;
}
* html ul#tour-path li a {
	margin: 0px 0px 0px 48px;
	padding:15px 10px 0px 10px;
}

/* gliders and scrollers */
.glider .scroller {
	height:335px;
	overflow: hidden;
	width: 961px;
	background-image:url(../images/glide_bg.gif);
	background-repeat:repeat-x;
}
.glider .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 950px;
}
.glider .scroller #section1 a.next {
	background: none;
	float: right;
}
.glider .scroller .content_slider {
	width:10000px;
}
.scroller .content_slider img.screenshot {
	float: right;
	margin: 7px 10px 0 0;
}
.scroller .content_slider .video {
	margin: 15px 20px 20px 20px;
}
.glider .scroller #section1 .caption {
	padding-top: 0px;
}
.glider .scroller #section1 .caption h1 {
	margin: 30px 0px 10px 0px;
}

/* caption */
.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 24px 18px 18px 50px;
	width: 380px;
	text-align:left
}
.caption h1 {
	font-size: 22px;
	color:#666666;
}
.caption p {
	color: #484747;
    font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
.caption ul {
	margin: 40px 0 0 0;
}
.caption ul li {
	list-style: none;
	margin: 18px 0;
}
.caption ul li img {
	vertical-align: top;
	margin: 0 10px 0 0;
}
.caption a {
	color:#669933;
	text-decoration:none;
}
.caption a:hover {
	text-decoration:underline;
}


/* 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/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);
}


