/* CSS Document */

.highslide-html {
    background-image:url(tablebg.jpg);
	background-repeat:repeat-x;
	background-color:#cfcfcf;
	background-position:top;
	padding:10px;
	color: black;
	font-size: 11px;
	font-family: Arial;
	line-height:16px;
}
.highslide-html-blur {
}
.highslide-html-content {
    display: none;
}
.highslide-loading {
    display: block;
    text-decoration: none;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
}
a.highslide-credits,
a.highslide-credits i {
    text-decoration: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
}


/* Styles for the popup */
.highslide-wrapper .highslide-html-content {
    width: 350px;
	height:565px;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}