
.enlarge {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 10px; /* space between thumbs and wrapping text when there is any text around it */
	text-decoration:none;
}

.enlarge a {
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.enlarge a:hover{ /* don't move this positioning to normal state */
 	position:relative;
 	text-decoration:none;
}

.enlarge span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
	text-decoration:none;
}

.enlarge a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: maroon; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #f0e8d4;
	border:solid;
	border-width:2px;
	border-color:maroon;
	font-weight: bold;
	text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.enlarge img { /* leave or IE puts a border around links */
         border-width: 0;
         text-decoration:none;
}
.enlarge p {
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  color:maroon;
}
.enlarge a:hover span {
	display:block;
	top: -275px; /* means the pop-up's top is 50px away from thumb's top */
	left: -40px; /* means the pop-up's left is 40px far from the thumb's left */
	text-decoration:none;
	z-index: 100; }

.enlargeup a:hover span {
	display:block;
	top: -55px; /* means the pop-up's top is 50px away from thumb's top */
	left: 40px; /* means the pop-up's left is 90px far from the thumb's left */
	text-decoration:none;
	z-index: 100;
}
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */

.resize {
	width: 110px; /* enter desired thumb width here */
	height : auto;
	text-decoration:none;
}
.gjresize {

/* smart image enlarger ends here */



