#gallery {
	text-align:center;
}
#gallery img {
	padding:0px 0px 10px 0px;
}
#gallery ul li {
	list-style:none;
	float:left;
	width:152px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
#gallery ul li img {
	padding:7px;
	cursor:pointer;
	background:#dddddd;
	h:expression(onmouseover=new Function("this.style.background='#b0c3d9';"),
					onmouseout=new Function("this.style.background='#dddddd';"));
}
#gallery ul li img:hover {
	background:#b0c3d9;
}
.gallerybox {
	float:left;
	width:152px;
	text-align:center;
	padding:0px 0px 7px 0px;
}
.gallerybox img {
	width:131px; 
	height:98px;
	padding:7px;
	cursor:pointer;
	background:#dddddd;
	h:expression(onmouseover=new Function("this.style.background='#b0c3d9';"),
					onmouseout=new Function("this.style.background='#dddddd';"));
}
.gallerybox img:hover {
	background:#b0c3d9;
}
.endgallery {
	float:right;
	padding:7px;
}