#gallery {
	width:450px; 
	padding:0px 0 0 0;

	}


#gallery div.off {
	color:#163279; 
	height:33px; 
	margin-right:2px; 
	line-height:33px; 
	padding:0 20px;  
	float:left; 
	background: url(tabs_0.gif) repeat-x left bottom; 
	border:1px dotted #c1c1c1; 
	border-bottom-color:#000; 
	cursor:pointer; 
	position:relative; 
	z-index:20;}


#gallery div.on {
	color:#000; 
	padding:0 20px; 
	margin-right:2px; 
	margin-top:1px; 
	float:left; 
	background:url(../img/tabs_2.gif) repeat-x left bottom; 
	border:1px solid #ccc; 
	cursor:pointer; 
	border-bottom:0; 
	height:33px; 
	line-height:32px; 
	position:relative; 
	z-index:100;
	font-weight: bold;
	}





div.hide {
	display:none; 
	width:0; 
	overflow:hidden;
	}

div.show {
	clear:left; 
	background:#fff; 
	width:450px; 
	margin-top:0; 
	top:-1px; 
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	padding:20px 5px 20px 0px; 
	position:relative; 
	z-index:50; 
	}
div.show img {
	float:left; 
	margin:0 10px 10px 0;}
	.clear {clear:both;}




.highslide img {
	border: 1px solid #fff;
}
.highslide:hover img {
	border: 1px solid #163279;
}

.highslide-image {
	border: 2px solid #163279;
}



.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: black;

}



.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


