* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
}
a {
	text-decoration:none;
	padding:0;
	margin:0;
	outline:none;
	color:#c8d9db;
}
a img {
	border:none;
}
.header {
	width:100%;
	height:188px;
	background:url('hdr-bkd.png');
	margin:-1px 0 15px 0;
	text-align:center;
	line-height:1;
}
div.header img {margin-top:15px;}
h1, h2, p {
	display:none;
}
div#navigation { 
    display:block; 
    margin-left:auto; 
    margin-right:auto; 
    width:576px;
    height:62px;
    }
div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 448px;
    height:62px;
    display:block;
    float:left;
} 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
div.scrollable div.items div, a.prevPage, a.nextPage { 
    float:left; 
    width:54px;
    height:54px;
    margin:4px;
    border:1px solid #545454;
    display:block;
    cursor:pointer;
} 
a.prevPage { background:url('prev.png') no-repeat top; }
a.nextPage { background:url('next.png') no-repeat top; }
a.prevPage, a.nextPage { border:1px solid #c8d9db;}
div#selected_image { 
    width:500px;
    margin-top:20px;
    margin-left:auto; margin-right:auto;
    }
p.copyright {
    display:block;
    margin-top:40px;
    font:11px Helvetica;
    color:#c8d9db;
    text-transform:uppercase;
}
p.links {
    display:block;
    margin-top:10px;
    margin-bottom:20px;
    font:11px Helvetica;
    color:#c8d9db;
}