/* CSS Document */

#topView .mod-left { width: 330px; height: 280px; margin:0 0 0 2px; background-color:#FFF; display:inline-block; /float:left;}
#topView .mod-left img { vertical-align: bottom; }

#topView { width: 1000px; background-color:#FFF;  position: relative; margin:50px 0 0;}
#topView .main { width: 660px; height: 280px; display:inline-block; /float:left;}
#topView .main li { display: none; position: absolute; }/**/

#topView .mod-left .thumb { width: 330px; height: 240px; background-color:#FFF;}/* 320 + 10px*/
#topView .mod-left .thumb li { background-color:#FFF; position: absolute; width: 330px; height: 70px; cursor: pointer; }
#topView .mod-left .thumb img { position: absolute; top:0; background: #FFF; opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5; filter: alpha(opacity=50); }

#topView .mod-left .thumb .current {
	position:absolute;
	opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; filter: alpha(opacity=0);
	width: 330px;
	height: 240px;
	background:url(../img/top/target.png) no-repeat;
	
}
/*margin-bottom:10px; */