a.button.next {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background: url(../images/arrow-right.png) no-repeat 0 0;
	height: 34px;
	width: 94px;
	margin-left:-30px;
}

a.button.next:hover, .scroller a.button.next:active {
	background: url(../images/arrow-right.png) no-repeat 0 0;
}




ul#tour-path {
	background-image:url(../images/bg-menubar.png);
	background-repeat:repeat-x;
	background-position:top;
}

.home .scroller {
	/*background: #fff;*/
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: #1020aa;
	text-decoration:none;
}
/*
#tour-path a.on {
	background:transparent url(../images/bg-pointer.png) no-repeat scroll 50% 0pt;	
	cursor:default;
}
*/



ul#tour-path {
	height: 50px;
	margin: 0;
	padding: 0 0 0 20px;
	width: 940px;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	color: #666;
	float: left;
	line-height: 50px;
	margin: 0 15px;
	font-size: .9em;
}

.home .scroller {
	height: 400px;
	overflow: hidden;
	width: 960px;
	clear:both;
	padding-top: 10px;

}

.home .scroller .content .section {
	height: 400px;
	float: left;
	overflow: hidden;
	width: 960px;
}


.home .scroller .content {
	width: 10000px;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}

.col{
	width:42%;
	padding:0 4% 4% 0;
}

.caption {
	height: 400px;
	padding: 0 18px 0 36px;
	width: 900px;
	overflow:hidden;
}



.caption p {
	margin: 0 0 1.2em 0;
}

