.gallery
{
width:304px;
float:left;
background:url(/images/gallery-top.jpg) no-repeat top left;
}
.gallery h2
{
margin: 12px;
background:url(/images/gallery-h2.jpg) no-repeat top left;
}
.gallery h2 a
{
color:#33cccc;
text-decoration:none;
}
.gallery h2 a:hover
{
color:#ccffff;
text-decoration:none;
}


.gallery h3
{
clear:both;
margin-left:12px;
margin-right:16px;
line-height:12px;
height:12px;}

.gallery ul
{
margin-left:12px;
}
.gallery ul li
{
float:left;
margin-right:12px;
margin-bottom:12px;
}
.gallery ul li a
{
display:block;
width:130px;
height:78px;
background:#cccccc;
border:1px solid #cccccc;
}
.gallery ul li a:hover
{
border:1px solid #003333;
}
.gallery img
{
width:130px;
height:78px;
}
.gallery p
{
margin-left:12px;
margin-right:16px;
padding:0;
color:#666666;
font-size:12px;
}