div#fisheye-menu{
	overflow:hidden;
	width:600px;
	float:left;
	height:200px;
}
div#fisheye-menu a{
	outline:none;
}
ul.fisheye-menu{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	height:200px;
	display:block;
	float:left;
	width:600px;
}
ul.fisheye-menu li{
	float:left;
	width:100px;
	height:100px;
	margin:25px 30px 175px 30px;
	opacity:0.65;
}
ul.fisheye-menu li.fisheye-selected{
	float:left;
	width:200px;
	height:200px;
	margin:0px 30px 0 30px;
	opacity:1;
}
ul.fisheye-menu li img{
	width:100%;
	height:100%;
}
a.fisheye-prev{
	height:30px;
	line-height:30px;
	float:left;
	margin-top:92px;
}
a.fisheye-next{
	height:30px;
	line-height:30px;
	float:left;
	margin-top:92px;
}