/* slideshow */

ul.crossfade {
width: 379px;
height: 276px;
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
#mmbrPhotos li {
position: absolute;
top: 0;
left: 0;
width: 379px;
height: 276px;
background-color: transparent;
visibility: hidden;
}
.photo {
float: right;
width: 159px;
height: 276px;
margin: 0;
padding: 0;
}
.caption {
float: left;
width: 220px;
height: 276px;
margin: 0;
padding: 0;
background-color: transparent;
}
.cap_pos {
width: 160px;
height: 156px; /* change height value to reposition text on vertical axis */
padding: 120px 33px 0 27px; /* change top value to reposition text on vertical axis */
text-align: left;
font: normal 11px/16px Tahoma, sans-serif;
color: #fff;
}

a.ssbold:link, a.ssbold:visited, a.ssbold:active {font: bold 11px/16px Tahoma, 'Lucida Grande', sans-serif; color: #fff; text-decoration: none;}
a.ssbold:hover {font: bold 11px/16px Tahoma, 'Lucida Grande', sans-serif; color: #c4d97e; text-decoration: none;}
