*
{
}

body
{
}

.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeTop
{
	position: absolute;
	top: 0px;
	bottom: auto;
	width: 100%;
}

.fisheyeBottom
{
	position: absolute;
	top: 10px;
	bottom: 0;
	width: 100%;
}

.fisheyeContainter
{
	border: 1px solid #443224;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeContainter
{
	background-color: #443224;
	height: auto;
	width: 1000px;
	left: auto;
	position: absolute;
	padding: 10;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a.fisheyeItem
{
	text-align: center;
	color: #443224;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeTop a.fisheyeItem
{
}

.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span
{
	display: none;
	padding: 5px;
}
.navbar {
	background-image: url(../images/navbar.gif);
}

