* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF none repeat scroll 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
	padding-top: 40px;
}
.aboutGessel{
	text-align: center;
	text-align:center;
	width:800px;
	margin: 0 auto;
	font-size: .9em;
}
#aboutGesselContainer{
}
.fishEyeContainer{
	width:1000px;
	position: relative;
	margin: 0 auto;
	display:block;
	margin-bottom: 39px;
}
.fisheye {
	width: 500px;
}


a.fisheyeItem {
    bottom: 0;
    color: #000000;
    display: block;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 40px;
}


.fisheyeItem img {
    border: medium none;
    margin: 5px auto 0;
    width: 100%;
}

.fisheyeItem span, .fisheyeItem2 span {
    display: none;
}

.fisheyeContainter {
    background-color: #ffffff;
    height: 50px;
	position: relative;
    width: 200px;
	margin-top:30px;
}

