@charset "utf-8";

#xmain {
	width: 400px;
	margin:0 auto;
}
#large 
{
	width: 400px;
	height:400px; position:absolute;


}
#large img {
	width: 400px;
	height: 400px;
}
#thumbnail {
	width:300px;
	height: auto; 
	overflow: auto;
	float: left;
	list-style: none; 
}
#thumbnail li {
	float: left;
	width: 42px;
	margin-left:3px;
	
}
#thumbnail li img{width: 40px;}
#thumbnail li a {
	display: block;
	width: 40px;
    border:1px solid #fff;
	overflow:hidden;
}
#thumbnail a {
	display: block;
	width: 40px;

}
#thumbnail a:hover {
	
}
.zuo1{width:400px; position:relative; height:400px; float:left;}
.zuo{ width:400px; position: absolute; bottom: 0;}
