/**************************************************************

	SlideShow
	v 1.2

**************************************************************/

.slideshow {
	width: 513px;
	height: 346px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #cadceb;
	padding: 2px;

}

a:hover.slideshowThumbnail img {
	border: 1px solid #000;
	padding: 2px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
	margin: 5px;
}

.outline {
	border: 1px solid #6d8fac;
	z-index: 0;
	position: absolute;


}

#thumbnails {
	width: 450px;
	height: 390px;
	float: left;
	padding: 5px;
margin-left: 28px;
}

a {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}
#slideshow img {
	border: 3px solid #cadceb;
padding: 3px;
}

/*************************************************************/

.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #cadceb;
}
.highslide:hover img {
	border: 1px solid #6d8fac;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.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;
    /*
    padding-left: 22px;
    background-image: url(images/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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#gal2 img
{
margin: 20px;
padding: 5px;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #C3C3C3;
}
.pagetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}