 
  /*Style for galleryobject*/
  
    div#image_display{
	   width:628px;
       height:360px;
	   text-align:center;
	   font-family:arial;
	   font-size:10pt;
	   border:solid;
	   border-color:#CCD28C;
	   border-width:1px;
	   margin-left:auto;
	   margin-right:auto;
	 }
	                          
	 table#image_selector{
	   table-layout:fixed;
	   width:700px;
	   margin-left:auto;
	   margin-right:auto;
	   
	  }
	 
	 tr#image_selector{
	   width:700px;
	   height:80px;
	   overflow:hidden;
	   background-color:white;
	   text-align:center;
	   vertical-align:middle;
	   margin-left:auto;
	   margin-right:auto;
	   
	  }
	  
	 td.thumb{
	   border-color:#CCD28C;
	   border-style:solid;
	   border-width:1px;
	   width:100px;
	   height:70px;
	   cursor:pointer;
	   overflow:hidden;
	   vertical-align:middle;
	   padding-top:9px;
	   padding-bottom:7px;
	  }
	  
	 td.arrow{
	   height:60px;
	   width:26px;
	   cursor:pointer;
	   vertical-align:middle;
	  }
	  
	 td#lft_arrow{
	    background-image:url('../images/lft_arrow2.jpg');
	    background-repeat:no-repeat;
	    background-position:center;
	  }
	  
	 td#rt_arrow{
	    background-image:url('../images/rt_arrow2.jpg');
	    background-repeat:no-repeat;
		background-position:center;
	  }  
	  
	 img.gallery{
	   position:relative;
	   margin-top:15px;
       height:320px;
	    
      }
	  
	 img.thumbnail{
	   width:90px;
	   height:60px;
	   margin:0px;
	   outline-color:#CCD28C;
	   outline-style:solid;
	   outline-width:thin;
	  }
	  
	 img#left_arrow{
	   position:relative;
	   top:1px;
	  }
	  
	  
	 img#right_arrow{
	   position:relative;
	   top:1px;
	  }    
	  
	 
	  

