/* CSS Document Banner Home*/

.banner-home{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:3px solid #336799;
width: 544px; 
height: 220px;
}



.banner-home .contentdiv{

position: relative; /*leave as is*/
float:left;
background: white;
width: 550px; 
height: 100%;

}

.banner-home .contentdiv img{
border:0;
}

.contentdiv .description {
position:absolute;
bottom:0;
left:0;
width:540px;
height:40px;
background-position:top left;
background-image:url(http://www.sponsornet.it/images/banner_home/bg_description.png);
background-repeat:repeat-x;
padding:5px;

}

.contentdiv .description h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:normal;
margin:0;
padding:0;
}


.contentdiv .description p {
font-family: Georgia, Palatino, serif;
font-size:24px;
color:#FFFFFF;
font-weight:normal;
margin:0;
padding:0;
}

.pagination{
width: 540px; 
text-align: left;
background-color: #336799;
padding: 2px 5px 0 5px;
border-bottom:1px solid #336799;
}


.pagination a img{
padding: 3px;
background: #FFFFFF;
border:0;
}

.pagination a.selected img{
background-color: #336799;
}


