#vthumbnails{
width:250px;
border: 1px solid #CCCCCC;
padding: 2px;
}

#vthumbnails a{
padding: 2px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid gray;
}

#vthumbnails a:hover{
background-color: #EFEFEF;
}

#vcontainer{
width:520px;
min-height: 450px;
border: 2px solid #CCCCCC;
padding: 0px;
padding-bottom: 2px;
background-color: #ffffff;
}

* html #vcontainer{ /*IE only style*/
height: 450px;
}
