#piclist{
	width:220px;
	height:400px;
	float:left;
	clear:both;
}
#large {
	width: 220px;
	height: 300px;
}
#large img{
	width: 240px;
	height: 300px;
	border: 1px solid #CCC;
}
#thumbnail {
	width: 230px;
	height:80px;
	overflow: auto;
	list-style: none;
	padding: 5px;
	border: 1px solid #CCC;

}
#thumbnail li {
	float: left;
	width: 63px;
    height: 63px;	
	margin: 6px;
}
#thumbnail li a img{
	width: 60px;
	height:60px;
} 
#thumbnail a {
	display: block;
	width: 60px;
	height: 60px;
	padding: 1px;
	border: 1px solid #CCC;
}
#thumbnail a:hover {
	border-color: #405061;
}



.jqZoomPup
{		overflow:hidden;
		background-color: #FFF;
        background:transparent;
		z-index:10;
		border-color:#FFF;
		border-style: solid;
		cursor:crosshair;

}

