/* needed for IE to make :active state work first time */
a, a:visited {color:#009;} 

/* Removes border from fieldset and img */
img { border : 0; }

#thumbs {
margin-left: 15px;
padding: 0px;
}

#thumbs a {
float: left;
display: block;
width: 50px;
height: 67px;
border:2px solid #fff;
}

#thumbs a img { width: 50px; height: 67px; }

#thumbs a:hover img.poithumb {
position: relative;
width: auto;
height: auto;
left: 00px;
top: 18px;
border: 1px solid #333;
}

#thumbs a span {display: none;}
#thumbs a:hover span { display: block;
position: absolute;
width: 60px;
height: auto;
font-size: .75em;
color: #555;}

#content {min-height: 650px;}

#thumbs p, #thumbs h3 {display: none;}

.poithumb {}

#content-main { width: 345px; float: left;}


#content-sub {
		width: 340px;
		}

