﻿.see_bb{
	width: 100%;
	height: 520px;
	text-align: center;padding-top: 30px;
}
.see_bb .see_info{
	width: 1210px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
.see_bb .see_info .see_title{
	background: url(../images/see_title.png) no-repeat;
	background-position: center;
    width: 168px;
    height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 30px;
}
.see_bb .see_info .content{
    height: 440px;
    position: relative;
	opacity: 1;
	/*padding-bottom: 87px;*/
}

.see_bb .see_info .content ul{
	width: 100%;
	height: 400px;
	margin:0px auto;
	padding:0px;
	position: relative;
}
.see_bb .see_info .content li{
	width:100px;
	position:absolute;
	list-style-type:none;
	overflow:hidden;
	cursor:pointer;
	box-shadow:3px 2px 20px -2px rgba(206, 206, 206, 0.4);	
	border: 1px solid #ddd;
	border-radius: 10px;
}
.see_bb .see_info .content li img{
	width:100%;
	height:100%;
	vertical-align:top;
}
.see_bb .see_info .content li div{
	width:100%;
	height:100%;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
}

#list{
	opacity: 0;
}
#list a{width:39px;height:80px;text-decoration:none;position:absolute;z-index:20;top:190px;}

#list a.prev{ left:-36px;}

#list a.next{ right:-50px;}

.see_bb:hover #list{
	opacity: 1;
}