.magnifyarea { /* CSS to add shadow to magnified image. Optional */
	border: 1px solid #5b5b5b !important;
	background: white;margin-top:0 !important
}
.magnifyarea img{max-width:none !important}
.targetarea { /* CSS for container div(s) of the zoomable image */
	margin-top:3px;
	border: 1px solid #5b5b5b;

	
}

#two { /* Added CSS for second target div of zoomable images */
	height: 243px; /* high or higher than the tallest zoomable image */
}

.targetarea img { /* zoomable image */
	margin: auto; /* for horizontal centering */
	display: block; /* also for horizontal centering */
	border-width: 0;
	max-width:100%;
	width:auto !important;
	height: auto !important
	
}

.thumbs { /* divs holding the trigger links - styles optional, used here to center their links below their respective zoomable image */
	padding-top: 10px;
	text-align: center;
}

.thumbs a { /* trigger links on the thumbnail images */
	text-decoration: none; /* avoid underlines of images, text or spaces in these links */
}

.thumbs img { /* trigger images - the thumbnails used to load new zoomable images into the targetarea */
	border-width: 0; /* avoid default borders in some browsers */
	width:50px;height:50px;border:1px solid #eee
}

#description, #description2 {
	display:none
}