

#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}


#wrapper1 {width:720px; margin:10px auto; display:none;} /*  sets width of overall display  */
#wrapper1 * {margin:0; padding:0;}
#fullsize {position:relative; width:710px; height:370px; padding:2px; border:3px solid #000; background:#000}  /*  sets width for full size of photos  */


#information {position:absolute; bottom:0; width:710px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=80);} /*  repeat full width size here for info display width  */
#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
	color: #36F;
}
#information p {padding:0 8px 8px; color:#FFFFFF;}


#image {width:710px;}  /*  repeat full width size here of photo  */
#image img {position:absolute; z-index:25; width:auto;}
.imgnav {position:absolute; width:15%; height:370px; cursor:pointer; z-index:150;}  /*  set height of photo actual size -- 378 was web height in Pointed  */
#imgprev {left:0; background:url(/i_site_MRJCP/slideshow/left.gif) left center no-repeat;}
#imgnext {right:0; background:url(/i_site_MRJCP/slideshow/right.gif) right center no-repeat;}
#imglink {position:absolute; height:370px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}   /*  another repeat of photo size height  */
.linkhover {background:url(/i_site_MRJCP/slideshow/link.gif) center center no-repeat;}


#thumbnails {margin-top:15px; background-color:#000; height:90px;}   /* set height of thumbnail images  89 was Web site height in Pointed.com  */
#slideleft {float:left; width:20px; height:90px; background:url(/i_site_MRJCP/slideshow/scroll-left.gif) center center no-repeat; background-color:#222;}   /*  repeat height of photos in thumbs  */
#slideleft:hover {background-color:#333;}
#slideright {float:right; width:20px; height:90px; background:url(/i_site_MRJCP/slideshow/scroll-right.gif) center center no-repeat; background-color:#222;}   /*  repeat height of photos in thumbs  */
#slideright:hover {background-color:#333;}
#slidearea {float:left; position:relative; width:670px; margin-left:5px; margin-right:5px; height:90px; overflow:hidden; background-color:#000;}  /*  width here was 405 (???) where pic was 450 or 456 from PointedWebs plus height of thumbs  */
#slider {position:absolute; left:0; height:90px;}    /* again, use height of thumbs  */
#slider img {
	cursor:pointer;
	border:2px;
	padding:2px;
	border-color: #9CF;
	border-style: solid;
}
