/* CSS Document */

.zoom_up a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:85px;
	height:85px;
	margin: 0px 0px 0px 0px;
	background:url(../images/zoom.jpg) no-repeat top left;
	}
	
.zoom_up a:hover {
    width:210px;
	height:210px;
	background-position:0px -90px;
	margin-bottom:0px;
	}

.zoomwrap {
    height:220px;
	margin:0px 0px 10px 0px;
	}