#gallery {
position:relative;
width:419px;
height:249px;
float:left;
}
#gallery a {
float:left;
position:absolute;
}
#gallery a img {
border:none;
}
	
#gallery a.show {
z-index:500
}
#gallery a {
float:left;
position:absolute;
}
#gallery a.show {
z-index:500
}
#gallery .caption {
width:419px !important;
height:25px; 
z-index:600;
background:url(../images/common/pix-traparent.png) repeat;
color:#ffffff; 
position:absolute;
bottom:0;
}
#gallery .caption .content {
margin:5px 14px 0 14px;
font-size:13px;
width:391px;
font-style:normal;
}
#gallery .caption .content h3 {
margin:0;
padding:0;
color:#FFF;
font-size:16px;
font-weight:bold;
font-style:normal;
}

