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

	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 {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background: url(http://www.gositewave.com/cssimg/button-frontslidenext.png) no-repeat 0 0;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(http://www.gositewave.com/cssimg/button-frontslidenext.png) no-repeat 0 -34px;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}*/



    a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-60px; margin-left:-370px;
    width:240px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#000 url(src/css-tooltip-gradient-bg.png) repeat-x 0 0;}
.callout {z-index:20;position:absolute;top:70px;border:0;right:-26px;}
    
/*CSS3 extras*/
a.tooltip span
{
 border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.9;
}


*html a.tooltip:hover span {
display:none;
}


/*
    a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-60px; margin-left:-380px;
    width:240px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#000 url(src/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
CSS3 extras
a.tooltip span
{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.9;
}
*/
.home .caption a.next {
	background: none;
	float: right;
}

ul#tour-path {
	background: /*#171b22*/ url(http://www.gositewave.com/cssimg/tour_path_bg.gif) center top no-repeat;
}

.home {
	background: url(http://www.gositewave.com/cssimg/scroller_bg.jpg) center bottom no-repeat;
}

.home .scroller #section1 {
}

#tour-path a:link, #tour-path a:visited {
	color: #c4c4c4;
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #fff;
	text-decoration:none;
}
#tour-path a.on {
	color: #fff;
	background: url(http://www.gositewave.com/cssimg/tour_path_on.gif) repeat;	
	cursor:default;
	
}


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

ul#tour-path {
	height: 44px;
	margin: 0 0 0px;
	padding: 0 0 0 0px;
	width: 970px;
	float:left;
	overflow:hidden;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 46px;
	margin: 0 0 0 21px;
	padding: 0 8px 0 9px;
	height: 44px;
	overflow: hidden;
}

.home .scroller {
	height: 340px;
	overflow: hidden;
	width: 980px;
}

.home .scroller .section {
	height: 340px;
	float: left;
	overflow: hidden;
	width: 980px;
}
.home .scroller #section1 a.next {
	background: none;
	float: right;
}

.home .scroller .content {
	width: 10000px;
}

.scroller .content img.screenshot {
	border: 2px solid #eee;
	float: right;
	margin: 0px 36px 0 0;
}

.scroller .content .video {
	margin: -10px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 0px 18px 18px 10px;
	width: 450px;
}

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

.caption h1 {
	color: #b5b4b4;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 54px 0 0;
}

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

.caption h2 {
	font-weight: normal;
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 15px;
}

.caption p {
	color: #b5b4b4;
	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;
}