#page-wrap
{
	width: 900px;
	height: 260px;
}
a img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	float: right;
}


#slider
{
	height: 227px;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
	top: 0px;
	left: 0px;
}

/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */
#mover
{
	width: 900px;
	position: relative;
}

.slide
{
	padding: 20px 20px;
	width: 900px;
	float: left;
	position: relative;
}
.slide h1
{
	font-family: Helvetica, Sans-Serif;
	font-size: 30px;
	letter-spacing: -1px;
	color: #ac0000;
}
.slide p
{
	color: #000000;
	font-size: 13pt;
	line-height: 22px;
	width: 354px;
	font-weight: 700;
}
.slide img
{
	position: absolute;
	top: 25px;
	left: 378px;
	height: 197px;
}

