@charset "utf-8";

/******************** gallery-list ********************/
p.sub {
	margin-bottom: 10px;
	background-color: #f6f6f6;
	padding: 5px 4px 5px 20px;
	font-weight: normal;
}
table.gallery {
	clear: both;
	margin: 10px 0 15px;
	text-align: left;
	width: 585px;
	border: 0;
}
table.gallery td, table.gallery td.even {
	vertical-align: top;
	background: #f6f6f6;
	padding: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 50%;
}
table.gallery td.even {
	background: #fff;
}
table.gallery td img.pic {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border: 1px solid #03c;
	float: left;
}
table.gallery td img.pic:hover {
	border: 1px solid #b5d;
}
/******************** gallery ********************/
p.icon {
	margin: 5px 0 10px;
	background: #f6f6f6 url(../img/icon-arrow.gif) no-repeat left;
	padding: 5px 5px 5px 20px;
}
p.spacer {
	margin: 0 10px 10px;
}
div#highslide-container {
	width: 585px;
	margin-top: 10px;
}
div#highslide-container img {
	margin: 6px;
	border: 1px solid #03c;
	vertical-align: top;
}
div#highslide-container img:hover {
	border: 1px solid #b5d;
}

p.small {
	font-size: 85%;
	margin: 15px 8px 0;
	color: #999;
}
/******************** highslide ********************/
div.highslide-caption {
	background: #fff;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 1px solid #03c;
}
.highslide:hover img {
	border: 1px solid #b5d;
}
.highslide-image {
	cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
	border: 2px solid #fff;
}
.highslide-image-blur {
	cursor: pointer;
	cursor: hand;
}
.highslide-caption {
	display: none;
	padding: 5px 0;
	background: #fff;
	text-align: left;
	line-height: 140%;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.highslide-loading {
	display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}



