div.imageTile{
float:left;
width:120px;
height:140px;
padding:15px;
margin:0 20px 20px 0;
border:#ccc 1px solid;
text-align:center;
}

div.imageTile a{
color:#666;
text-decoration:none;
}

div.imageTile img{
border:none;
}

div.imageTile span.imageWrapper{
display:block;
width:120px;
height:100px;
overflow:hidden;
}

div.imageTile span.caption{
margin-top:5px;
font-size:10px;
}




div.bannerTile {
float: left;
clear: right;
width: 100%;
overflow: hidden;
text-align: center;
margin:0 !important;
padding:0 !important;
}

div.bannerTile a {
color: #666;
text-decoration: none;
margin:0 !important;
padding:0 !important;
}
/*
div.bannerTile span.imageWrapper {
float: left;
overflow: hidden;
width: 100%;
}
*/
div.bannerTile a img {
display:block;
border: 0 none;
}
