﻿#gallery {font:11px arial, verdana,arial,sans-serif;
         top:400px;
         position:absolute;
		 width:600px;
		 height:233px;
		 padding:0 0 0 0; 
		 line-height:15px;
}

#gallery div.off {color:#00f;
				 height:33px;
				 margin-right:2px;
				 line-height:33px; 
				 padding:0px; 
				 float:left;
				 background:url("../pictures/tabs/tabs-0.gif") repeat-x left bottom;
				 border:1px solid #ddd;
				 border-bottom-color:#000; 
				 cursor:pointer; 
				 position:relative;
				 z-index:20;
}

#gallery div.on {color:#000;
				 padding:0px;
				 margin-right:0px; 
				 float:left; 
				 background:url("../pictures/tabs/tabs-2.gif") repeat-x left bottom; 
				 border:1px solid #000; 
				 cursor:pointer;
				 border-bottom:0;				 
				 line-height:33px;
				 position:relative;
				 z-index:100;
}

#gallery div.hide {display:none;
		  width:0; 
		  overflow:hidden;
}

#gallery div.show {clear:left;
	      background:#fff; 
	      width:600px;
	      height:300px; 
	      margin-top:0;
	      padding-top:10px; 
	      top:-1px; 
	      border:1px solid #000;
	      padding:0px;
	      position:relative; 
	      z-index:50; 
	      font:11px arial, verdana,  sans-serif;
	      line-height:18px;
}

#gallery div.show img {float:left;
                       margin:0px;
           
}
#gallery div span { 
                   	padding-left:50px;
					padding-right:20px;
                    font-weight:700;
		            text-align: left;                   
}
#gallery div p { 
                    padding-top:15px;
                    padding-left:30px;
					padding-right:20px;
}
#gallery .clear {clear:both;}










