
ul.galerias{
list-style:none;
padding:5px 0 0 0;
}

.galerias li{
float:left;
width:220px;
padding:0 60px 0px 0;
display:block;
height:290px;
}

li.par{
padding:0;
}

 li.tr{
clear:both;
}

.galerias a{
outline:none;
color:#333;
font-size:14px;
display:block;
background:#ccc;
width:220px;
height:258px;
border:1px solid #ccc;
}

.galerias span.titulo{
padding:8px 12px 8px 12px;
display:block;
font-size:24px;
line-height:24px;
text-transform:uppercase;
}

.galerias span.titulo span{
font-size:16px;
line-height:20px;
color:#666;
display:block;
text-transform:lowercase;
}

.galerias img{
display:block;
}

.galerias a:hover{
color:#fff;
background:#753291;
border:1px solid #753291;
}

.galerias a:hover span.titulo span{
color:#ccc;
}

.gallery{
_left:45px;
}


.thumbs li{
list-style:none;
height:110px;
width:110px;
margin:0 20px 15px 0;
outline:none;
}

 li.last{
 margin:0;
 }

.thumbs li a{
border:5px solid #eee;
display:inline-block;
outline:none;
height:110px;
width:110px;
filter:alpha(opacity=80);
opacity:0.8;
background-color:#000;
background-position:center center;
background-repeat:no-repeat;
}

.thumbs li a:hover{
border:5px solid #753291;
outline:none;
filter:alpha(opacity=100);
opacity:1;
}
.thumbs .clearer{
height:20px;
}

.thumbs li a img{
outline:none;
z-index:2;
}

.credits{
display:none;
}

.caption p{
font-size:12px;
}

.galleryNav{
width:60px;
display:block;
padding:0 0 0px 245px;
_padding:0 0 0px 290px;
}

.b_next{
background:url(../img/bullets/next.gif) no-repeat;
width:21px;
height:20px;
display:block;
float:right;
outline:none;
}


.b_prev{
background:url(../img/bullets/prev.gif) no-repeat;
width:21px;
height:20px;
display:block;
float:left;
outline:none;
}

a.b_next:hover{
background-image:url(../img/bullets/prevhover.gif);
}


.gallery {overflow: hidden; position: relative; height: 420px; width: 576px;}
.gallery ul {margin:0 0 0 0px;padding:5px 0 0 0;position: absolute;list-style: none;white-space: nowrap; overflow:hidden;}
.gallery ul li {display:inline;}
.gallery li{ display:block}

