/* product specific */

#product {
	text-align: center;
	top:0;
	left:-5px;
	height: 195px;
	width: 257px;
	background: url('/img/base/product_bg.gif') no-repeat;
	padding: 5px 0 0 0;
	}
.divider {
	background: url('/img/base/divider.gif') no-repeat top left;
	height: 16px;
	width: 456px;
	position: absolute;
	left: -3px;
	}

/* highslide specfic */

.highslide {
	cursor: url('/img/highslide/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
background: white;
padding: 3px;
	//border: 1px solid white;
}
.highslide:hover img {
	//border: 1px solid black;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	text-align: left;    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: white;
    /*
    padding-left: 22px;
    background-image: url('/img/highslide/graphics/loader.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
	display: none;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}