#gallery  {
	width: 800px;
	height: 625px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	z-index: 5;
}

#picturebox table  {
   width: 100%;
   height: 100%;
}



#picturebox  {
	visibility: visible;
	position: absolute;
	left: 180px;
	margin-top: 10px;
	margin-right: 10px;
	z-index: 2;
	width: 600px;
	height: 600px;
	border: 0px;
	border-color: white;
    border-left-style: solid; 
    border-right-style: solid; 
    border-top-style: solid; 
    border-bottom-style: solid; 
}

#thumb01,
#thumb02,
#thumb03,
#thumb04,
#thumb05,
#thumb06,
#thumb07,
#thumb08,
#thumb09,
#thumb10,
#thumb11,
#thumb12,
#thumb13,
#thumb14,
#thumb15,
#thumb16,
#thumb17,
#thumb18,
#thumb19,
#thumb20,
#thumb21,
#thumb22,
#thumb23,
#thumb24,
#thumb25,
#thumb26,
#thumb27,
#thumb28,
#thumb29,
#thumb30,
#thumb31,
#thumb32,
#thumb33,
#thumb34,
#thumb35,
#thumb36 {
   visibility: visible;
   margin-top: 10px;
   margin-left: 5px;
   background-position: 50% 50%;
   position: absolute;
   z-index: 2;
   width: 65px;
   height: 65px;
}

#thumb01 a,
#thumb02 a,
#thumb03 a,
#thumb04 a,
#thumb05 a,
#thumb06 a,
#thumb07 a,
#thumb08 a,
#thumb09 a,
#thumb10 a,
#thumb11 a,
#thumb12 a,
#thumb13 a,
#thumb14 a,
#thumb15 a,
#thumb16 a,
#thumb17 a,
#thumb18 a,
#thumb19 a,
#thumb20 a,
#thumb21 a,
#thumb22 a,
#thumb23 a,
#thumb24 a,
#thumb25 a,
#thumb26 a,
#thumb27 a,
#thumb28 a,
#thumb29 a,
#thumb30 a,
#thumb31 a,
#thumb32 a,
#thumb33 a,
#thumb34 a,
#thumb35 a,
#thumb36 a  {
   display: block;
   width: 65px;
   height: 65px;
   border: 2px;
   border-color: white;
   border-left-style: solid; 
   border-right-style: solid; 
   border-top-style: solid; 
   border-bottom-style: solid; 
}

#thumb01 a:hover,
#thumb02 a:hover,
#thumb03 a:hover,
#thumb04 a:hover,
#thumb05 a:hover,
#thumb06 a:hover,
#thumb07 a:hover,
#thumb08 a:hover {
   display: block;
   width: 65px;
   height: 65px;
   border: 2px;
   border-color: gray;
   border-left-style: solid; 
   border-right-style: solid; 
   border-top-style: solid; 
   border-bottom-style: solid; 
}

#thumb01  {
   top: 0px;
   left: 5px;
}

#thumb02  {
   top: 80px;
   left: 5px;
}

#thumb03  {
   top: 160px;
   left: 5px;
}

#thumb04  {
   top: 240px;
   left: 5px;
}

#thumb05  {
   top: 320px;
   left: 5px;
}

#thumb06  {
   top: 400px;
   left: 5px;
}

#thumb07  {
   top: 480px;
   left: 5px;
}

#thumb08  {
   top: 560px;
   left: 5px;
}



.thumb  {
   background-position: 50% 50%;
   background-repeat: no-repeat;
}


