/* GALERÍA DE IMÁGENES - 2009 */

#imgLoading{
border: 20px solid #f8f8f8;
background:  transparent url(../lib/loading_basic.gif) no-repeat center;
width: 540px;
height: 330px;
margin: 10px auto;
}

#imagen{
overflow: hidden;
text-align: center;
border: 20px solid #f8f8f8;
width: 540px;
height: 330px;
margin: 10px auto;
}

#thumbnails{
width: 540px;
_width: 520x;
margin: 0 auto;
}


#gallery {
float: left;
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 490px;
height: 70px;
padding: 5px;
}

#gallery .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

#gallery .panel{ /* THUMBNAILS - imágenes pequeñas */
}


/* CAJA DESCRIPCIÓN IMAGEN */
.caption-top, .caption-bottom {
display: none;
color: #ffffff;
padding: 18px 0;
_padding: 20px 0;
background: #ad0f14;
vertical-align: bottom;
}


/* BOTONES */
a.prev:link,a.prev:visited {
display: block;
float: left;
outline: none;
text-indent: -9000px;
text-decoration: none;
background: url(../lib/leftnav.gif) no-repeat top;
width: 20px;
height: 24px;
margin-top: 30px;
}

a.prev:hover {
background: url(../lib/leftnav.gif) no-repeat bottom !important;
}

a.next:link,a.next:visited {
display: block;
position: relative;
float: left;
outline: none;
text-indent: -9000px;
text-decoration: none;
background: url(../lib/rightnav.gif) no-repeat top;
width: 20px;
height: 24px;
margin-top: 30px;
}

a.next:hover {
background: url(../lib/rightnav.gif) no-repeat bottom !important;
/*background-position: bottom !important;*/
}

a.back:link,a.back:visited,a.back:hover {
display: block;
position: relative;
float: left;
outline: none;
text-indent: -9000px;
text-decoration: none;
background: url(../lib/back.gif) no-repeat top !important;
width: 20px;
height: 24px;
margin-top: 30px;
}


/* LISTADO GALERÍA */
#gallery ul{
margin: 0;
padding: 0;
list-style: none;
}
#gallery li{
float: left;
overflow: hidden;
cursor: pointer;
margin: 5px 5px 5px 0;
width: 95px;
height: 70px;
}
#gallery li .imgC{
width: 10px;
}

