/*--------------------------------------------------------------------------
 * Basic fisheye contributed by Ronald van Raaphorst
 * 
 * Modified for Ext by Matjaž Lipuš
 * 
 * Fisheye css
 *--------------------------------------------------------------------------*/

.fisheye {
	position: relative;
	text-align: center;
	height: 100px;
	width: 100%;	
	padding: 0;

    background:none;
    z-index:0;
}

	.fisheye ul {
		list-style: none;
		padding: 0;
		margin: 0;
        z-index:0;
		height:61px;
	}

		.fisheye ul div {
			
			display: block;
            position:absolute;
			top: 5px; 
			left: 0;
			right: 0;
			margin-left: 0;
			margin-right: 0;
            width:90px;
		}

		.fisheye ul div a {
			text-decoration: none;
            z-index:11;
            text-align:center;
            width:90px;
            
		}

			.fisheye ul div a img {
                z-index:11;
				border: 0;
				vertical-align: top;
			}

			.fisheye ul div a span {
                
                z-index:11;
				text-align: center;
				width: 90px;
				padding: 1px;
				margin: 0;
				border: solid 1px #bbb;	
				color: #333;
				background: #eee;
			}
