#slideshow {list-style:none; }
#slideshow span {display:none;}
#wrapper {width:660px; height:530px;  margin: 30px auto; display:none; }
#wrapper * {margin:0; padding:0;}
#fullsize {position:relative; padding:0px; border:1px solid #ccc; background:#e5e4e2;}
#information {position:absolute; bottom:0; width:660px; height:0;  color:#fff; overflow:hidden; z-index:120; opacity:.7; 
             filter:alpha(opacity=70)}
#information h3 {/*padding:4px 8px 3px; font-size:14px*/ display:none;}
#information p {padding:4px 8px 8px 8px }
#image {width:580px; height:500px; padding-left:40px; padding-top:10px;}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:400px; cursor:pointer; z-index:150; line-height:400px;}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat;}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat;}
#imglink {position:absolute; height:356px; width:100%; /*z-index:100; opacity:.4; filter:alpha(opacity=40)*/}
.linkhover {background:url(../images/link.gif) center center no-repeat; background-color:#222;}

#thumbnails {height:105px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden; background:url(../images/photos-bg.jpg); background-repeat:repeat;
		
		padding:0px;
		padding-top:2px;
		padding-bottom:0px;}
#slideleft {float:left; width:20px; height:95px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#e5e4e2}
#slideleft:hover {background-color:#222}
#slideright {float:right; width:20px; height:95px; background:#e5e4e2 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#222}
#slidearea {float:left; position:relative; height:110px; width:830px; margin-left:5px; overflow:hidden;}
#slider {position:absolute; left:0; height:95px;}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

#largeImageCaption *{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:12px; color:#FFFFFF;  padding:3px 0px; clear:both; background:url('../images/transparent-bg.png');
		font-weight:bold; 
	}
#thumpic {cursor:pointer; border:1px solid #666; padding:2px}
#picCrop {border:1px solid #ccc; padding:2px; width:900px; background:#f1f1f1;}
