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

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 2px;
margin-right: 6px;
right: -400px;
left: -1000px;
bottom: -200px;
border: 1px solid #333333;
visibility: hidden;
color: black;
text-decoration: none;
font: normal 12px/16px Arial, sans-serif;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
border: 1px solid #333333;
padding: 0px;
width: 149px;
height: 228px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90;
left: 20px; /*position where enlarged image should offset horizontally */

}

div.rightside {
	overflow: visible;
	left:160px;
	float: right;
	vertical-align:text-top;
	position: absolute;
	border: none
}
div.poptitle {
	color: #ffffff;
	font-size: 160%;
	text-align: center;
	font-weight:bold;
        background: #3399cc;
	margin-bottom: 8px; 
        margin-right: 6px;
	}
