﻿/*
.fisheye {position:relative; width:740px !important; height:235px; text-align:center; background:#ccc;}
a.fisheyeItem {position:absolute; top:0; display:block; width:75px !important; height:235px !important; color:#000; font-weight:bold; text-align:center; text-decoration:none; border:1px solid #f00;}
a.fisheyeItem2 {position:absolute; bottom:0; display:block; width:75px; color:#000; font-weight:bold; text-align:center; text-decoration:none;}
.fisheyeItem img {width:100%; border:medium none; margin:0 auto 5px;}
.fisheyeItem2 img {width:100%; border:medium none; margin:5px auto 0;}
.fisheyeItem span, .fisheyeItem2 span {display:none;}
.fisheyeContainter {position:absolute; left:0 !important; width:740px !important; height:235px; background:#000;}
#fisheye2 {position:absolute; bottom:0; width:100%;}
*/

.fisheye {position:relative; width:740px; height:237px; text-align:center; background:#000; overflow:hidden;}
a.fisheyeItem {display:inline-block; text-align:center; color:#000; font-weight:bold; text-decoration:none; height:235px; position:absolute; display:block; top:0; border:1px solid #ccc;}
.fisheyeItem img {display:block; border:none; width:100%; height:235px;}
.fisheyeItem span {display:none; position:absolute;}
.fisheyeContainter {background-color:#f00; height:237px; width:200px; left:500px; position:absolute;}
