
#my-glider img {border:none;}
#my-glider a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	color:#FFF;
}

a.button.next {
	width: 130px;
	height: 50px;
	float: right;
	text-indent: -9999px;
	background: url(../images/slider/button-frontslidenext.png) no-repeat 0 0;
}
a.button.next:hover, .scroller a.button.next:active {
	background: url(../images/slider/button-frontslidenext.png) no-repeat -130px 0;
}

ul#tour-path {background: #115EB0;}
.home .scroller #section1 {background: url(../Images/slider/hero.png) no-repeat 93% 40px;}

#tour-path a.on {background:transparent url(../Images/slider/on-frontpageslider-new.png) no-repeat scroll 50% 0pt;	}

ul#tour-path {
	width: 960px;
	height: 50px;
	margin: 0 0 36px;
	padding: 0 0 0 20px;
	background:url(../Images/slider/bg_tourpath.png) repeat-x top #DD4100;
}
ul#tour-path li {
	display:block;
	height:50px;
	float: left;
	text-indent:-5000px;
	margin: 0 10px;
	padding:0;
}
	ul#tour-path li#li0 {background:url(../Images/slider/nav_li0.png); width:33px;}
	ul#tour-path li#li0 a {width:33px;}
	ul#tour-path li#li1 {background:url(../Images/slider/nav_li1.png); width:116px;}
	ul#tour-path li#li1 a {width:116px;}
	ul#tour-path li#li2 {background:url(../Images/slider/nav_li2.png); width:94px;}
	ul#tour-path li#li2 a {width:94px;}
	ul#tour-path li#li3 {background:url(../Images/slider/nav_li3.png); width:146px;}
	ul#tour-path li#li3 a {width:146px;}
	ul#tour-path li#li4 {background:url(../Images/slider/nav_li4.png); width:81px;}
	ul#tour-path li#li4 a {width:81px;}
	ul#tour-path li#li5 {background:url(../Images/slider/nav_li5.png); width:112px;}
	ul#tour-path li#li5 a {width:112px;}
	ul#tour-path li#li6 {background:url(../Images/slider/nav_li6.png); width:114px;}
	ul#tour-path li#li6 a {width:114px;}
	ul#tour-path li#li7 {background:url(../Images/slider/nav_li7.png); width:88px;}
	ul#tour-path li#li7 a {width:88px;}

ul#tour-path li a {
	display:block;
	height:50px;
	float: left;
}
ul#tour-path li a:hover {background-color:transparent}

.home .scroller {
	background: url(../Images/slider/bg_scroller.png) repeat-x top left #626258;
	height: 380px;
	overflow: hidden;
	width: 980px;
}

.home .scroller .section {
	height: 380px;
	float: left;
	overflow: hidden;
	width: 980px;
}

.home .scroller .content {width: 10000px;}

.scroller .content img.screenshot {
	float: right;
	margin: 36px 36px 0 0;
}

.scroller .content .video {
	margin: 15px 20px 20px 20px;
}

.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 24px 18px 18px 50px;
	width: 400px;
}
#section8 .caption {
	padding: 70px 50px 20px;
	width: 880px;
	height:370px;
	font-size:1.8em;
}

.caption h1, .caption h2 {
	display:block;
	text-indent:-9999px;
	width:400px;
	height:36px;
	margin-bottom:10px;
}
#section1 h1 {background-image:url(../Images/slider/h1_born.png); height:70px;}
#section2 h2 {background-image:url(../Images/slider/h2_runsite.png);}
#section3 h2 {background-image:url(../Images/slider/h2_leads.png);}
#section4 h2 {background-image:url(../Images/slider/h2_cust.png);}
#section5 h2 {background-image:url(../Images/slider/h2_store.png);}
#section6 h2 {background-image:url(../Images/slider/h2_news.png);}
#section7 h2 {background-image:url(../Images/slider/h2_exec.png);}
#section8 h2 {background-image:url(../Images/slider/h2_next.png);}

/* IE6 transparency fix */
#section1 h1,#section2 h2,#section3 h2,#section4 h2,#section5 h2,#section6 h2,#section7 h2,#section8 h2,a.button.next { behavior: url("/StyleSheets/iepngfix.htc")}

.caption p {
	color: #FFF;
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
#my-glider .caption p a:hover {	color:#FFF;background-color:#DD4100;}

.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
);
}