.jqzoom{
border					: 1px solid #ccc;
float:left;
position:relative;
padding:0px;
cursor:pointer;
}

.jqzoom img{
float:left;
}


div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 200px;
height                  : 200px;
background:				  url(/img/jqzoom/message.gif) no-repeat center;
border					: 1px solid #ccc;
display:none;
text-align: center;
overflow: hidden;


}

div.jqZoomPup {
	display				: none;
	z-index             : 101;
	position                : absolute;
}
