/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}

#gallery {
padding:0; 
margin:0; 
list-style-type:none; 
position:relative;
overflow:hidden;
width:750px;
height:245px;
margin:-246px auto 20px auto;
}
#gallery img {
border:0;
}
#gallery li {
float:left;
width:750px; height:396px;
display:none;
}
#gallery li a {display:block; width:396px; height:396px; border:0;}

#gallery li a img {
display:block;
border:0;
}
#gallery li a img.landscape {
margin:74px auto;
}
#gallery li.current {display:block;}