@charset "UTF-8";

/* CSS Document */

.highslide {
	cursor: url(../../item/test/highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #fbfbf1;
}
.highslide:hover img {
	border: 1px solid #333333;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: ff6600;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move {
    cursor: move;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
	width: 460px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.control:link,.control:visited,.control:active {
	color: #666666 !important;
	text-decoration: none;
}
.control:hover {
	color: black !important;
	text-decoration: none;
}
.highslide-move {
    cursor: move;
}
.highslide-caption small {
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.highslide-body {
	padding: 12px;
}
.highslide-body h3 {
	margin-bottom: 12px;
}
.highslide-body h4 {
	margin-bottom: 12px;
}
.highslide-body table {
	width: 100%;
}
.highslide-body table th {
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}
.highslide-body table td {
	font-size: 12px;
	padding: 3px;
}
