
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}
#slideshow_wrapper {width:100%; margin:50px auto; display:none;}
/* +6 total width*/
#slideshow_wrapper * {margin:0; padding:0;}
#fullsize {position:relative; width:100%;; height:475px; padding:2px; border:1px solid #fff; background:#FFF;}
#information {text-align: center; position:relative; bottom:0; width:100%; height:0; background:#FFF; color:#000; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); margin-left: auto;
    margin-right: auto;
}
#information h3 {padding:4px 8px 3px; font-size:16px; font-weight:700;}
#information p {padding:0 8px 8px;}
#image {width:665px; height:455px;margin-left: auto;
    margin-right: auto;
}
#image img {
	position:absolute;
	z-index:25;
	border: none;
	/*for most browsers*/
	max-width: 665px;
	max-height: 455px;
	/* for IE */
	width: expression(this.width > this.height ? 665 : true); 
	height: expression(this.height > this.width ? 455 : true);
	margin-left: auto;
    margin-right: auto;

}
.imgnav {position:absolute; width:25%; height:529px; cursor:pointer; z-index:150;}
/* +6 total height; 25%?*/
#imgprev {left:0; background:url(images/slideshow_left.gif) left center no-repeat;}
#imgnext {right:0; background:url(images/slideshow_right.gif) right center no-repeat;}
#imglink {background:url(images/blank.html) repeat; position:absolute; height:529px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}
/* +6 total height*/
.linkhover {background:url(images/slideshow_link.html) center center no-repeat; !important}
#thumbnails {margin-top:15px;}
#slideleft {float:left; width:20px; height:81px; background:url(images/slideshow_scroll-left.gif) center center no-repeat; background-color:#fff;}
#slideleft:hover {background-color:#ddd}
#slideright {float:right; width:20px; height:81px; background:#fff url(images/slideshow_scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#ddd}
#slidearea {float:left; position:relative; width:725px; margin-left:5px; height:81px; overflow:hidden}
/*width -4 from total */
#slider {position:relative;left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
.thumbnail{
	border: none;
	/*for most browsers*/
	max-width: 100px;
	max-height: 75px;
	/* for IE */
	width: expression(this.width > this.height ? 100 : true); 
	height: expression(this.height > this.width ? 75 : true);
}
