/* Gallery Styles */

#clipContainer {
float: left; overflow: auto;
overflow-x: hidden;
cursor: hand;
width: 230px; height: 450px; padding: 0;
border-style:ridge; 
border-width:1px; 
background: #BDC1FA url(img/gradientb.gif) repeat-x top;
}

#imgloadarea {
border-style:ridge; 
border-width:1px; 
padding:10px; width:430px;height:450px; background-color:#99A0FA; 
text-align: center
}

#clipContainer a img {
border: 1px solid #cccccc; /* Set image border color */
cursor: hand;
}

#clipContainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
cursor: hand;
}

#clipContainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
cursor: hand;
}

.tumbPic {
font-family Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8 pt; color: #000000; 
cursor: hand; float: left; 
width:100%; padding: 10px 0 12px; 
background: url(img/line.png) repeat-x bottom; 
text-align: center
}

/* End Gallery Styles */