
*
{
    margin:0;
    padding:0;
}
 
.gallery
{
    width:640px;
    height:480px;
    margin:auto;
    background:#999;
    border:1px solid red;
}
 
.slider
{
    width:inherit;
    height:344px;
    overflow:scroll;
}
.slider ul
{
height: auto;
width: auto;
    list-style:none;
    margin-left:0px;
}
.slider li
{
    float:left;
}
 
#slider-nav
{
    display:none; 
    margin-top: -10em;
    cursor: pointer;        
}
h1.Chaptitle {
	font-family:"Copperplate Gothic Std 31 BC", sans-serif;
	font-size:1.5em;
	line-height:1.2;
	margin-bottom:1em;
	margin-top:1.5em;
	orphans:2;
	text-align:center;
	widows:2;
	font-weight: bold;
	text-transform: uppercase;
}

