/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

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

/*CSS for enlarged image*/
.thumbnail span{
position: absolute;
background-color: #f4f4f4;
padding: 5px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

/*CSS for enlarged image on hover*/
.thumbnail:hover span{
visibility: visible;
/*position where enlarged image should offset horizontally */
/* top: 10px; */
bottom: -2px;
left: 115px;
}

.tx-photogals-pi1 {
	width: 400px;
	padding-left: 28px;
}

/**************************************/

.car_thumb{
position: relative;
z-index: 0;
}

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

/*CSS for enlarged image*/
.car_thumb span{
position: absolute;
background-color: #f4f4f4;
padding: 2px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

/*CSS for enlarged image on hover*/
.car_thumb:hover span{
visibility: visible;
/*position where enlarged image should offset horizontally */
bottom: 0px;
left: 150px;
}

.tx-photogals-car {
	width: 300px;
	padding-left: 0px;
}
