#gallery {position:relative; width:805px; padding:0px; height:450px;}

#gallery h1 {
color:#FF3300;
font-size: 1.1em;
text-align:left;
padding:12px 5px;
border-bottom:3px solid #FF3300;
margin-left:520px;
margin-bottom:10px;
margin-top:0px;
}

#gallery h3 {
background:#e2e9f0;
color: #3B6EBF;
font-size: 1.1em;
text-align:left;
padding:10px 5px;
border-bottom:3px solid #FF3300;
margin-bottom:10px;
margin-top:5px;
}

#gallery .switch {
display:block; 
cursor:pointer; 
color:#005dab;
font-size:0.9em;
font-weight:normal;
margin-left:520px; 
border-left:#003399 solid 1px;
padding-left:10px;
width:135px;
text-decoration:none;
padding-top:10px;
}

#gallery .switch img{
cursor:pointer;
margin-top:0px;
}

#gallery .switch .turn_off {display:none;}

#gallery .off {color:#c00;}

#gallery .off .turn_off {display:inline;}

#gallery .off .turn_on {display:none;}

#gallery .hide {display:none;}

#gallery .show {position:absolute; top:0px; left:0px; display:block; width:510px; background:#fff; height:450px; z-index:200;}

#gallery .show_always {position:absolute; top:0px; left:0px; display:block; width:510px; height:450px; z-index:199;}

#gallery a, #gallery a:visited {color:#00c;}

