.ulPhoto {
	width: 960px;
	display: inline;
}
.ulPhoto li {
	width: 128px;
	height: 160px;
	float: left;
	border: 5px solid #000;
	background-color: #000;
	background-image: url(../images/liBGgallery.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ulPhoto li a script {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photoDetail {
	height: 160px;
	padding-top: 8px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	display:none;
	color:#FCFCFC;
	padding: 2px;
	top: 0px;
	left: 0px;
	}

