/* Thumbnails Pop Up Large Image */

.thumbspan-toprow{
float: left;
padding-right:4px;
padding-top:2px;
}

.thumbspan-bottomrow{
float: left;
padding-right:4px;
padding-top:2px;
}

.opacityit img{
border: 2px solid #ccc;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
border: 2px solid #385C72;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.4;
}

.opacityit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}



/* Image Hover - List Pages and other Vehicles in this price range */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #808080;
padding: 5px;
left: -1000px;
border: 3px solid white;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 90px; /*position where enlarged image should offset horizontally */
/* Image Hover - List Pages */
