.picframe {
	position: relative;
	overflow:hidden;
	width:700px;
	height:300px;
}

.piclist {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
}

.iconpic {
	position: absolute;
	top: 275px;
	left: 0px;
	width: 700px;
	text-align: center;
	padding-right:0px;
	
}

.picloader {
	width:700px;
	height:300px;
	background: url(../images/lightbox-ico-loading.gif) center center no-repeat;
}