html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* EOF */

body{
	background: #0e8ec3;
	margin-top: 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 80%;
}

#wrapper{
	background: transparent url(i/ssbg.gif) no-repeat top center;
	width: 650px;
	height: 500px;
	margin: 5px auto;
	border: 1px solid #51ADD4;
	position: relative;
}

#imageholder{
	margin-top: 68px;
	margin-bottom: 0;
}

#nav{
	width: auto;
}

#nav ol{
	list-style-type: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 42px;
	border-left: 1px solid #51ADD4;
	border-right: 1px solid #0A678D;
	text-align: center;
	width: 378px;
	position: absolute;
	bottom: 0;
	left: 136px;
}

#nav ol li{
	display: block;
	float: left;
	line-height: 42px;
	margin: 0;
	width: 40px;
	border-left: 1px solid #0A678D;
	border-right: 1px solid #51ADD4;
}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:hover{
	color: #00FFF1;
}

#nav li a{
	float: left;
	width: 40px;
	height: 42px;
	text-align: center;
	display: inline;
}

#nav li.current a{
	color: #C3EA00;
	background-color: #0B6B93;
}

#prev, #next{
	position: absolute;
	bottom: 5px;
}

#next{
	right: 10px;
}

#prev{
	left: 10px;
}
	