.zoombox .close{
	background: url(close_wood.png) 0 0 no-repeat;
}
.zoombox .caption{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-shadow: black 0px -1px 1px;
	-moz-text-shadow: black 0px -1px 1px;
}
.zoombox .caption .left{
	width: 16px;
	padding-left: 16px;
	background: url(title_left_wood.png) right 0 no-repeat;
}
.zoombox .caption .text{
	background: url(title_bg_wood.png) 0 0 repeat-x;
}
.zoombox .caption .text a,
.zoombox .caption .text a:hover{
	color:white;
	background: none;
}
.zoombox .caption .right{
	width: 16px;
	padding-left: 16px;
	background: url(title_right_wood.png) left 0 no-repeat;
} 
#zoomBoxLoadPod .normal{
	width: 50px;
	height: 50px;
	position: relative;
	background: url(load_pod.png) 0 0 no-repeat;
	overflow: hidden;
}
#zoomBoxLoadPod .thumb{
	width: 22px;
	height: 22px;
	background: url(load_pod_thumb.png) 0 0 no-repeat;
}
#zoomBoxLoadPod .normal div{
	width: 50px;
	height: 50px;
	background:url(loading.gif) 0 0 no-repeat;
}
#zoomBoxLoadPod .thumb div{
	width: 22px;
	height: 22px;
	background: url(thumb_loading.gif) center center no-repeat;
}
#zoomBoxLoadPod.error .thumb div{
	width: 22px;
	height: 22px;	
	background: url(thumb_alert.gif) 0 0 no-repeat !important;	
}
#zoomBoxLoadPod.error .normal div{
	background: url(alert.gif) 0 0 no-repeat !important;	
}
