.picframe {
	position: relative;
	overflow:hidden;
	width:940px;
	height:550px;
}

.piclist {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
}

.iconpic {
	position: absolute;
	top: 525px;
	left: 0px;
	width: 940px;
	text-align: center;
	padding-right:0px;
	
}

.picloader {
	width:940px;
	height:550px;
	background: url(../images/lightbox-ico-loading.gif) center center no-repeat;
}