/*OUTSIDE DIV TAG SETTINGS &INFORMATION FONT COLOR IN DESIGN VIEW*/
#slideshow {list-style:none; color:#999}
#slideshow span {display:none}

/*WIDTH OF ENTIRE CONTAINER AND MARGINS*/
#wrapper {width:1006px; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}

/*LARGE IMAGE POSITION, DIMENSION AND BORDERS*/
#fullsize {position:relative; width:1000px; height:600px; padding:2px; border:1px solid #9D9382; background:#000}

/*TITLE AND DESCRIPTION BOX*/
#information {position:absolute; bottom:0; width:1000px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}

/*TITLE AND DESCRIPTION TEXT STYLES*/


/*LARGE IMAGE*/
#image {width:1000px}
#image img {position:absolute; z-index:25; width:auto}
.imageoverlay {background:url(slider/link2.gif) center center no-repeat}

/*LARGE IMAGE ARROWS LOCATION AND IMAGE REFERENCES*/
.imgnav {position:absolute; width:25%; height:406px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(slider/left.gif) left center no-repeat}
#imgnext {right:0; background:url(slider/right.gif) right center no-repeat}

/*IF LARGE IMAGE LINKS TO A PAGE OR URL*/
#imglink {position:absolute; height:100px; width:100%; z-index:100; opacity:.5; filter:alpha(opacity=50)}

/*DISTANCE BETWEEN THUMBS AND BOTTOM OF LARGE IMAGE*/
#thumbnails {margin-top:15px}

/*THUMBNAIL ARROWS LOCATION, IMAGE REFERENCES, ARROW BACKGROUND AND ARROW BACKGROUND HOVER COLORS*/
#slideleft {float:left; width:20px; height:56px; background:url(slider/scroll-left.gif) center center no-repeat; background-color:#24242b}
#slideleft:hover {background-color:#000005}
#slideright {float:right; width:20px; height:56px; background:url(slider/scroll-right.gif) center center no-repeat; background-color:#24242b}
#slideright:hover {background-color:#000005}

/*THUMBNAIL SCROLLING AREA*/
#slidearea {float:left; position:relative; width:955px; margin-left:5px; height:56px; overflow:hidden}
#slider {position:absolute; left:0; height:56px}

/*BORDER AROUND THUMBNAILS*/
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
