#gallery  {
list-style:none;
margin:0;
padding:0;
line-height:0;
font-size: 0;
}
#gallery img:hover {border-bottom: 2px solid #ffa552;}
#gallery img {border-bottom: 2px solid black;}


.shadow-container{
width: 222px;
height: 130px;
display: block;
float:left;
margin:6px;
}
.theme-container{
width: 222px;
height: 130px;
display: block;
float:left;
}
.shadow {
position: relative;
z-index:1;
width: 222px;
height: 130px;
background-image: url(images/shadow.png);
background-repeat:no-repeat;
}
.shadow-container8x6{
width: 222px;
height: 170px;
display: block;
float:left;
margin:6px;
}
.shadow8x6{
position: relative;
z-index:1;
width: 222px;
height: 170px;
background-image: url(images/shadow-8x6.png);
background-repeat:no-repeat;
}
.shadow-top8x6 {
position: relative;
z-index:2;
top: -164px;
left: 6px;
font-size: 18px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
font-weight: normal;
color: #3b3836;
}
.shadow-top {
position: relative;
z-index:2;
top: -124px;
left: 6px;
font-size: 18px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
font-weight: normal;
color: #3b3836;
}
.next-container{
width: 100px;
height: 26px;
float:right;
clear: none;
}
.prev-container{
width: 200px;
height: 26px;
float:left;
clear: none;
}
.prev {
position: relative;
z-index:1;
width: 110px;
height: 26px;
background-color:#ffffff;
}
.prev-top {
position: relative;
z-index:2;
top: -24px;
left: 11px;
font-size: 18px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
font-weight: normal;
color: #2b2826;
}
.next {
position: relative;
z-index:1;
width: 80px;
height: 26px;
background-color:#ffffff;
}
.next-top {
position: relative;
z-index:2;
top: -24px;
left: 11px;
font-size: 18px;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
font-weight: normal;
color: #2b2826;
}
.description {float: left; width: 425px; height: 140px; display: block; padding: 10px 5px 5px 5px; color: #2b2826;}
.description a {color: #2b2826; background-color: white; border: 1px solid #898785; padding: 1px 5px 1px 5px; margin:1px;}
.description a:hover {background-color: #ffa552; color:#2b2826; text-decoration: none;}
.description p { margin: 2px; padding:0px;}
