﻿#MooFlow
{
	visibility: hidden;
	overflow: hidden;
	color: #000;
	position: relative;
	height: 300px !important;
	width: 95%;
	float: right;
	margin: 10px;
	padding-top: 50px;
}
#images
{
	position: relative;
}
#images IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	border-bottom-style: none;
}
#captions
{
	z-index: 10000;
	position: relative;
	text-align: center;
	background-color: #ffffaa;
	padding: 5px;
	width: 389px;

}
#slider
{
	z-index: 10001;
	position: relative;
	border: 1px solid #ffffaa;
	width: 397px;
}
#knob
{
	background: #ff4400;
	width: 100px;
	height: 15px;
	cursor: pointer;
}
#nav
{
	padding-right: 0px;
	padding-left: 0px;
	z-index: 10002;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	position: relative;
	text-align: center;
}
#nav LI
{
	display: inline;
}
#nav A
{
	color: #0055ff;
	text-decoration: none;
}
