#preface-inner
{
    border-left: solid 0px black; 
    border-right: solid 0px black;
    width: 451px;
    text-align:left;
    float:left;
	position: absolute;
	margin: 0px;
}
.front #preface-first
{
    position:relative;
    width:451px;
}
.front #preface-first ul
{
    margin:0;
    padding:0;
    position:relative;
}
.front #preface-first ul li
{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:999px;
	top:-243px;
	width:451px;
	height:218px;
}

.front #preface-first #autoNav
{
    position:absolute;
    right:15px;
    bottom:17px;
    font-size:1.2em;
    z-index:10;
}
.front #preface-first #autoNav a
{
    position:relative;
    float:left;
    display:inline;
    color:#fff;
    text-decoration:none;
    margin:0 0 0 5px;
    padding:5px 0 0 0;
    background-image:url(../images/slide-indicator.png);
    background-position:0 0;
    width:26px;
    height:21px;
    text-align:center;
    overflow:hidden;
    text-decoration:none;
}
.front #preface-first #autoNav a:hover
{
    text-decoration:none;
    color:#35b481;
    background-position:0 -26px;
    text-decoration:none;
}
.front #preface-first #autoNav a.activeSlide
{
    color:#35b481;
    background-position:0 -26px;
    text-decoration:none;
}