.flex-images { 
width:96%;
overflow:visible;
margin:0 auto;
height:auto;}
.flex-images .item { 
width:auto;
height:180px;
float: left; 
margin: 2px; 
border: 1px solid #eee; 
box-sizing: content-box;
overflow:visible;
position: relative; 
display:block;}
.flex-images .item img { display: block; width: 100%; height: 100%; }

 #photo_gal .over { position: absolute; bottom: 0; left: 0; right: 0; padding: 4px 6px; font-size: 13px; color: #fff; background: #222; background: rgba(0,0,0,.7); }
 
 .page_nav{
 color:#666666;
 font-size:15px;} 
 .page_nav p{
 text-align:right;
 margin-right:30px;
 letter-spacing:0.5em;}
  .page_nav a{
  text-decoration:none;
  font-size:20px;
  color:#666;}  
    .page_nav a:visited {
color:#990000;}
  .page_nav a:hover{
    color:#DD0008;
}
  .page_nav span{ 
  font-size:13px;
  letter-spacing:0.1em;}
















  



.sponsorListHolder{
    margin-bottom:30px;
}

.sponsor{
    height: 180px;
float: left;
margin: 4px;
position: relative;
cursor: pointer;
width: 146px;
margin-bottom: 29px;
margin-left: 3px;
}

.sponsorFlip{
    /*  The sponsor div will be positioned absolutely with respect
        to its parent .sponsor div and fill it in entirely */

    position: absolute;
left: 0px;
top: 0px;
height: 100%; 
}

.sponsorFlip:hover{
}

.sponsorFlip img{
    /* Centering the logo image in the middle of the sponsorFlip div */

    position:absolute;
    top:0%;
}

.sponsorData{
    /* Hiding the .sponsorData div */
    display:none;
}

.sponsorDescription{
    font-size:11px;
    font-style:italic;
}

.sponsorURL{
    font-size:10px;
    font-weight:bold;
    padding-left:20px;
}



