/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
width: 94px;
height: 103px;
float: left;
background-image: url("../img/cartoon-borders.gif");
margin-right: 2px;
margin-top: 2px;
}

img.small {

	width: 82px;
	height: 92px;
	border: 0;
}

.thumbnail:hover{
	background-image: url("../img/cartoon-borders.gif");
	background-position: 0 -103px;
		display: block;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1100px;
	top: -1000px;
	visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 398px; /*position where enlarged image should offset horizontally */
	top: 130px;
	position: absolute;
	width: 356px;
	height: 450px;
}


.thumbnail:hover span.lift{ /*Position fix for big images*/
	top: 50px;
}


#msr img.toon {
	clear: both;
	width: 356px;
	height: 445px;
}

#msr img {
	height: auto;
}


