.sponsorListHolder{
    margin-bottom:30px;
}

.sponsor{
    width:150px;
    height:150px;
    float:left;
    margin-right:8px;
    margin-bottom:8px;
    position:relative;
    cursor:pointer;
}

.sponsorFlip{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:1px solid #ddd;
    background:url("img/background.jpg") no-repeat center center #f9f9f9;
    text-align:center;
}

.sponsorFlip:hover{
    border:1px solid #999;

    /* CSS3 inset shadow: */
    -moz-box-shadow:0 0 30px #999 inset;
    -webkit-box-shadow:0 0 30px #999 inset;
    box-shadow:0 0 30px #999 inset;
}

.ref_baslik{position:absolute; bottom:5px; left:5px; width:140px; height:28px; line-height:28px; text-align:center; background:#000; color:#FFF; opacity:0.7;filter:alpha(opacity=70);}

.sponsorFlip img{
    width:110px;
    padding:5px;
}

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

.sponsorDescription{
    font-size:11px;
    padding:15px 10px 20px 5px;
    font-style:italic;
}

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

.clear{
    /* This class clears the floats */
    clear:both;
}



.sponsorListHolder a, .sponsorListHolder a:visited {
    color:#0196e3;
    text-decoration:none;
    outline:none;
}

.sponsorListHolder a:hover{
    text-decoration:underline;
}

.sponsorListHolder a img{
    border:none;
}