div.maincontent {
	height: 460px;
	overflow: hidden;
	}

div.scrollingimage {
	background-color: #fff;
	width: 250px;
	height: 190px;
	position: absolute;
	top: 60px;
	left: 10px;
	overflow:hidden;
	}

div.slides {position: absolute;
	top:5px;
	left:5px;}

div.scrollingimage img {
	position: absolute;
	top: 0px;
	left:0px;}
	
div.stocks {
	background: #fff;
	width: 250px;
	height: 190px;
	position: absolute;
	top: 260px;
	left: 10px;
	overflow: hidden;
}

div.stockcontainer {
	position: relative;
	top: -26px;
	left: 10px;
	overflow: hidden;
}

iframe {
	overflow: hidden;
	border: 0px;
}

.stocktitle {
	position: absolute;
	top: -20px;
	left: 10px;
	text-align: center;
	width: 230px;
	background-color:#fff;
	padding-top: 30px;
	z-index: 10;
}

.refresh {
	font-size:10px;
	position: absolute;
	top: 164px;
	z-index:10;
	width: 230px;
	left: 10px;
	text-align: center;
	background-color: #fff;
	padding-bottom: 50px;
}

.fadeinfo {
	background: #fff;
	height: 390px;
	width: 520px;
	position: absolute;
	top: 60px;
	left: 270px;
	overflow: hidden;
	display: block;
}

div.fadecontent {
	height: 370px;
	width: 500px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10000px;
	float: left;
}

div.whitebg {
	background-color: #fff;
}

div#fadecontent4, div#fadecontent2, div#fadecontent3 {
	overflow: hidden;
	display:none;
}

.title {
	font-size: 24px;
	font-variant: small-caps;
}

ul.offices {
	position: relative;
	top:-10px;
	list-style: none;
}
li.office {
	position: relative;
	height: 84px;
	left: -10px;
}

#location {
	font-size:18px;
	position: absolute;
	top: 0px;
	left: -20px;
}

#phonenumber {
	font-size: 18px;
	top: 0px;
	left: 240px;
	position: absolute;
}

#left {
	position: absolute;
	left: 0px; 
	top: 24px;
	font-size: 14px;}
	
#right {
	position: absolute;
	left: 240px; 
	top: 24px;
	font-size: 14px;}
	
#office4 {
	height:74px;}