@charset "utf-8";
body{
	margin:0;
	padding:0;
	background-color:#000;
}
#gallpic {
	margin-right: auto;
	margin-left: auto;
	height: 147px;
	width: 280px;
}

#header{
	height:222px;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(helmets/gal-fadeout.jpg);
	background-repeat:repeat-x;
	position:relative
}
#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#thumbbox{
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	height: 160px;
}
#thumbbox img {
	margin: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#previous  a{
	background-position:-540px 0;
	height:36px;
	width:100px;
	position:absolute;
	top:90px;
	display:block;
	background-image:url(helm-but.jpg);
	left: 10px;
}
#previous  a:hover{
	background-position:-642px 0px
}
#next  a{
	background-position:-744px 0;
	height:36px;
	width:100px;
	position:absolute;
	top:90px;
	display:block;
	background-image:url(helm-but.jpg);
	right: 10px;
}
#next  a:hover{
	background-position:-846px 0px
}
#buttonmain a{
	background-position:-270px 0;
	height:42px;
	width:133px;
	display:block;
	background-image:url(helm-but.jpg);
	margin-right: auto;
	margin-left: auto;
}
#page-no {
	height: 30px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e2cd85;
	font-style: italic;
	text-align: center;
}

#buttonmain a:hover{
	background-position:-405px 0px
}
#previous span,#next span,#buttonmain span{display:none}
a{outline:none}

