img.rollover {
    display: inline-block;
    position: relative;
    padding: 4px;
    height: 300px;
    background-color:#E8E8E8;
    border: 0px none;
    box-shadow:2px -2px 10px 3px #888, inset 2px -2px 10px 3px #888;
}

img.rollover:hover {
    position: absolute;
    height: 900px;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 99;
    box-shadow:4px -4px 10px 3px #888, inset 4px -4px 10px 3px #888;
}

p.hover_help
{
	font-size:x-small;
	text-align:center;
	font-style:italic;
}
.hover_help
{
	text-align:center;
	font-style:italic;
}

.price
{
	font-style:italic;
	font-weight:bold;
}

a.rollover:hover span {
    position: absolute;
    left: 120px;
    top: -20px;
}

a.rollover:hover .thumbnail {
    opacity: 0;
}

p.caption
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #060;
}

p.header
{
	font-size: 24px;
	font-weight: bold;
	color: #060;
}