#shadow {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
	}
#newwin {
	font-family: verdana;
	position: absolute;
	border-style: solid;
	border-width: 6px;
	border-color: #FFF;
	background-image: url(../template/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 24px 0 0 0px;
	color: #333333;
	z-index: 101;
	}
#newwin p {
	margin: 10px 10px 10px 0;
	font-size: 12px;
	line-height: 19px;
	}
#newwin h3 {
	margin: 10px 10px 10px 0;
	font-size: 13px;
	}
#newwincontainer {
	position: relative;
	display: block;
	height: 100%;
	z-index: 101;
	overflow: auto;
	overflow-X: hidden;
	text-align: justify;
	}
#closenewwin {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('../template/error.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	}
#newwincontainer iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position: absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-10;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:100%/*must have for any big value*/;
	overflow: hidden;
	border-style: none;
}
#prew {
	float: left;
	display: block;
	width: 15px;
	height: 82px;
	background-image: url('../template/pr.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	margin-left: 7px;
	}
#photolist {
	padding: 0px;
	float: left;
	display: block;
	margin: 0 6px 0 6px;
	width:  374px;
	height: 82px;
	line-height: 82px;
	overflow: hidden;
	}
#photolist img{
	margin: 8px 6px 0 6px;
	}
#prewimage {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	}
#nextimage {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}
.nextbtn {
	background-image: url('../template/bultinja.jpg');
	}
.clearbtn {
	background: none;
	}
#next{
	float: left;
	display: block;
	width: 15px;
	height: 82px;
	background-image: url('../template/nxt.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	}
#gallbigimage {
	display: block;
	height: 312px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
