#gallery {
}
.gallery-tabs {
	
}
.gallery-tabs li{
	display:inline;
}
#gallery-left  {
width: 175px;
overflow:hidden;
float:left;
}
#gallery-right {
margin-left:175px;
}

#myGallery {
	width: 600px !important;
	height: 399px !important;
	margin:0px 0px 10px 0px;
	background-color: white;

}
#myGallery h2, #myGallery .label, #myGallery p{
	clear:both;
	color:white;
	font-size:12px;
}
#myGallery .label {
	top:88px;
}

#myGallery a {
	color:white;
}
.clearboth {
	clear:both;
	border:0px;
	width:0px;
	height:0px;
}
	
/*- Menu Tabs H--------------------------- */

    #tabsH {
      width:602px;
      height:1.85em;
	  //height:auto;
      font-size:0.93em;
      line-height:normal;
      border-bottom:3px solid black;
      }
    #tabsH ul {
	  margin:0px 0px 0px 5px;
	  padding:0px 0px 0px 5px;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("/images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("/images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH .active {
		background-position:0% -42px;
    }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
    #tabsH .active span{
		background-position:100% -42px;
    }
/*- Menu 4--------------------------- */
#gallery-categories {
	width: 200px;
	margin: 50px 0px 0px 0px;
	}

#gallery-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#gallery-categories li {
	padding:1px;
}	
#gallery-categories li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#gallery-categories li a:link, #gallery-categories li a:visited {
	color: #FFF;
		display: block;
	background:  url(/images/menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
	
#gallery-categories li a:hover {
	color: #CCC;
	background:  url(/images/menu4.gif);
	padding: 8px 0 0 10px;
}	
#gallery-categories .active a:link, #gallery-categories .active a:visited {
	color: #CCC;
	background:  url(/images/menu4.gif);
	padding: 8px 0 0 10px;
}
#gallery-categories .active a:hover {
	color: #FFF;
		display: block;
	background:  url(/images/menu4.gif) 0 -32px;
	padding 8px 0 0 10px;	
}
