/* Top Slideshow */
.pic{ height:100px; width:140px; }
#images_container div { height:100px; width:140px; float:left;margin:50px 20px 0 0;}
#images_container div input{ width:136px;margin-top:5px;}
#slideshow {
    position:relative;
    height:189px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:305px; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:305px; height:230px; padding:2px; border:1px solid #ccc; background:#ffffff}
#information {position:absolute; bottom:0; width:305px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:300px; background-color:#ffffff;}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:5px; height:230px; cursor:pointer; z-index:150}
#imgprev {left:0; background-color:#FFFFFF;}
#imgnext {right:0; background-color:#FFFFFF;}
#imglink {position:absolute; height:230px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background-color:transparent;}
#thumbnails {margin-top:1px}
#slideleft {float:left; width:1px; height:81px;background-color:#fff;}
#slideleft:hover {background-color:transparent}
#slideright {float:right; width:1px; height:81px; background-color:#fff; }
#slideright:hover {background-color:#fff}
#slidearea {float:left; position:relative; width:295px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

/* End Top Slideshow */

/* Gallery */
/*
#jgal { list-style: none; width: 200px; }
#jgal li { opacity: .8; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: relative; top: 0px; left: 163px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #ffffff; opacity: .99 /* safari bug */ }

/* styling without javascript */



/* Gallery */

#gallery li { float: left; margin: 0 10px 10px 0; }
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/* End Gallery */