#gallery {position:relative; width:686px; margin:40px auto; padding:10px; border:6px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	padding:5px;
	background-image: url(../../test_files/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbwrapper {margin-top:10px; padding:5px 0;height:100px; width:560px;}
#thumbarea {position:relative; overflow:hidden; height:100p;x}

<!-- Justin Added -->
#thumbwrapperTwo { margin-top:10px; padding:5px 0;height:160px; width:534px;}
#thumbareaTwo {position:relative; overflow:hidden; height:160px;}
#thumbareaThree {position:relative; overflow:hidden; height:auto; width:535px;}
#thumbsTwo {float:left;list-style:none;	margin-left:0px; height:136px; width:527px;}
#thumbsTwo li {float:left;  padding-right:11px; padding-bottom:11px;}
#thumbsThree {float:left;list-style:none;	margin-left:0px; height:auto; width:534px;}
#thumbsThree li {float:left;  padding-right:7px; padding-bottom:11px;}

<!-- Just Ended -->

#thumbs {
	position:absolute; list-style:none;	margin-left:5px; height:139px; width:527px; border-right:5px solid #FFF}
#thumbs li {
	float:left; margin-right:5px; cursor:pointer;}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer;}
#previmg {left:0; background:url(../../test_files/images/left.gif) left center no-repeat; border-left:5px solid #FFF;}
#previmg:hover {opacity:1; filter:alpha(opacity=100);}
#nextimg {right:0; background:url(../../test_files/images/right.gif) right center no-repeat; border-right:5px solid #FFF;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100);}

