@CHARSET "UTF-8";
body {
	background: #363636;
	margin: 0;
	padding: 0;	
	height: 100%;
}

img {
	border: none;
}

p {
	margin: 0;
	paddiong: 0;	
}

#header {
	width: 100%;
	height: 122px;
	position: relative;
}

p.logo {
	background: url("../images/logo.gif") no-repeat;
	width: 198px;
	height: 107px;
	display: block;
	position: absolute;
	top: 8px;
	left: 48px;
}

p.currentpage {
	width: 125px;
	height: 34px;
	display: block;
	position: absolute;
	top: 52px;
	right: 30px;
	}
	
p.menu {
	height: 34px;
	position: relative;
	top: 53px;
	left: 0;
	text-align: center;
	padding-left: 100px;
}

p.menu a, p.menu a img {
	border: none;
}



#motioncontainer {
	/*margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
	width: 100%; /* Set to gallery width, in px or percentage */
	height: 472px; /* Set to gallery height */
	/*overflow: hidden;*/
	position: relative;
	overflow: auto;
}

#motiongallery {
	position: absolute; 
	left: 0; 
	top: 0pt; 
	white-space: nowrap; 
}

#motioncontainer a img {
	border: 0px solid #363636; /* Set image border color */
}
