@import url("base.css");
@import url("tabs.css");

html,body {
background-color:#fff;
}

.cell {
border-bottom:1px dotted #000;
}

.cell a:hover {
color:#fff;
background:#000;
}

#imageHolder {
height:500px;
width:930px;
text-align:left;
clear:both;
}

#images {
border:0;
padding-left:3px;
overflow-x:auto;
white-space:nowrap;
margin-left:auto;
margin-right:auto;
}

#images img {
padding-right:5px;
height:500px;
}

h1,h2,p,li,.cell a {
color:#000;
}

.first,.cell h1,.cell h2 {
border-top:1px dotted #000;
border-bottom:1px dotted #000;
}

#tooltip {
position:absolute;
background:#000;
color:#fff;
display:none;
padding:2px 5px;
}
