/* CSS Document */

img {
display: block;
margin: 3px;
border: 1px solid #ccc;
border-bottom-color: #eee;
border-left-color: #ddd;
border-top-color: #bbb;
}
ul.thumbnails {
margin: 3px;
padding: 0;
float: left;
text-align: center;
line-height: 1em;
list-style: none;
}
ul.thumbnails li, ul.navigation li {
display: inline;
margin: 3px;
padding: 0;
width:46px;
height:46px;
float:left;
}

ul.thumbnails a {

}


ul.thumbnails a:hover {
border-color: #ccc;
background-color: #eee;
}


#mygallerybx { width:760px; height:490px; margin:0 auto; padding:4px; background:#333333 url(images/galbg.jpg) repeat-x;}
#galleft { width:350px; height:490px; float:left; margin:0; padding:0; margin-top:10px;}
#galright { width:350px; height:490px; float:left; margin:0; padding:0; margin-left:50px}

#galright h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#ff6600;}
#galright p { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#66CCFF; font-weight:normal; text-align:justify; overflow:auto;}


