@charset "utf-8";
/* CSS Document */


#pro_gallery_wrapper
{
width:1006px;
padding-bottom:100px;
}

#pro_gallery 
{
padding:0px;
margin-left:0px;
list-style: none outside none;
}

#pro_gallery li 
{
list-style: none outside none;
float:left;
margin-right:8px;
cursor:pointer;
}

#pro_gallery li img
{
	width:193px;
	height:131px;

}



/*------------------*/

#overbox
{

	width:100%;
	height:100%;
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:10000;
	/*background:url(../Images/overbox/back.png);*/
	clear:both;
	margin-top:0px;
	display:none;
}

#boxBack
{
	position:absolute;
	background-color:#000;


}

#overboxmid
{
	position:absolute;
	margin-top:300px;
	width:751px;	
}

#boxmid
{
	background-image:url(../Images/overbox/mid.png);
	width:751px;
	height:100%;
	position:relative;
	height:100px;
	display:block;
	overflow:hidden;
}

#boximg
{
	margin-left:39px;
	position:absolute;
	height:auto;
}

#boxclose
{
	position:absolute;
	margin-left:683px;
	margin-top:3px;
	cursor:pointer;
}

#leftbtn2
{
	margin:100px 0 0 39px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	display:block;
	height:auto;
	width:45px;
	height:95px;
}

#rightbtn2
{
	margin:100px 0 0 667px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	display:block;
	height:auto;
	width:45px;
	height:95px;
}





