#frame {
	width: 520px;
	height: 514px;	
	overflow:hidden;
}

#mainContent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	padding-bottom: 1px;
	position: absolute;
	width: 518px;
	height: 514px;
	padding-right:40px;
	overflow:auto;
	/*z-index: 1;*/
	float: left;
}
#mainContent h2{
	margin: 10px 0px 5px 10px;
}
#mainContent p.description{
	margin-bottom: 18px;
	font-size: 1.1em;
	margin-left: 10px;
	width:475px;
}
#mainContent p.images{
	margin: 0px auto 63px auto;
	text-align:center;
	padding-left: 15px;
}

.movingimages{
	margin: 0px auto 63px 8px;
	text-align:center;
}
.movingimagestext{
	margin: 0px auto 18px auto;
	font-size: 1.1em;
	text-align:center;
}

#uparrow{
width:18px;
height:60px;
position: absolute;
margin-left: 499px;
margin-top: 2px;
z-index:999;
}

#uparrow a{
position: absolute;
width:18px;
height:60px;
background: url(../images/uparrow.gif) left top no-repeat;
}

#uparrow a:hover{
background-position: right top;
}

#downarrow{
width: 18px;
height:60px;
margin-left:499px;
margin-top: 452px;
position: absolute;
z-index:999;
}

#downarrow a{
position: absolute;
width:18px;
height:60px;
background: url(../images/downarrow.gif) left top no-repeat;
}

#downarrow a:hover{
background-position: right top;
}

object:hover, embed:hover {
cursor:pointer;
}

object, embed {
	z-index:0;
}