@charset "UTF-8";
/* CSS Document */
body {  
 font: 75% Arial,sans-serif;
  text-align: left;
  }
ul#minitabs{
list-style: none;
margin: 0px;
padding: 2px;
border-bottom: 1px solid #CCC;
font-weight: bold;
text-align: left;
white-space: nowrap;
  }
ul#minitabs li{
display: inline;
margin: 2px;
}
ul#minitabs a{
text-decoration: none;
padding: 3px;
border-bottom: 4px solid #FFF;
color: #999;
  }
ul#minitabs a#current{
border-color: #F60;
color: #06F;
}
ul#minitabs a:hover{
border-color: #F60;
color: #666;
}
.gallery_description {
color: #FF0000;
}
.gallery_image_description {
color: #000099;
}
.gallery_nav_current {
color: #000099;
}
.gallery_nav {
color: #000099;
}
.gallery_list {
	color: #006;
}