.prodTxt{ 
font-family:Tahome, Verdana, Arial, Helvetica, sans-serif;
color:#555555;
font-size:11px;
}

.prodTitle{ 
font-family:Tahome, Verdana, Arial, Helvetica, sans-serif;
color:#555555;
font-size:12px;
font-weight:bold;
}

.prodbullet{ 
font-family:Tahome, Verdana, Arial, Helvetica, sans-serif;
color:#555555;
font-size:11px;
}

.prodimg{
float:right;
margin-left:20px;
border:1px solid #666666;
}




.thumbBg{ background-color:#e4f7fe;
border:1px solid #afe4f6;
padding:10px;
padding-right:0px;
}





/* 3 to 7 images and vertical 1row ------------------------ */

.gallerycontainer{ 
position:absolute;
padding-top:10px;
}

.thumbnail img{
border: 1px solid #e0e2e1;
margin: 0 15px 0px 0px;
}

.thumbnail:hover{
border: 0px solid #afe4f6;
margin: 0 0px 0px 0px;
}

.thumbnail:hover img{
border: 1px solid #afe4f6;
margin: 0 15px 0px 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding-left: 125px;
padding-top:50px;
white-space:nowrap;
left: 0px;
top: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
padding-left: 125px;
padding-top:50px;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}





/* 8 or more images and vertical 2 rows  ------------------------ */

.gallerycontainer2{ 
position:absolute;
padding-top:10px;
}

.thumbnail2 img{
border: 1px solid #e0e2e1;
margin: 0 10px 0px 0px;
}

.thumbnail2:hover{
border: 0px solid #afe4f6;
margin: 0 0px 0px 0px;
}

.thumbnail2:hover img{
border: 1px solid #afe4f6;
margin: 0 10px 0px 0px;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding-left: 210px;
padding-top:30px;
white-space:nowrap;
left: 0px;
top: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
padding-left: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
padding-left: 210px;
padding-top:30px;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




/* 1 or 2 images and vrtical row ------------------------ */

.gallerycontainer3{ 
position:absolute;
padding-top:10px;
}

.thumbnail3 img{
border: 1px solid #e0e2e1;
margin: 0 15px 0px 0px;
}

.thumbnail3:hover{
border: 0px solid #afe4f6;
margin: 0 0px 0px 0px;
}

.thumbnail3:hover img{
border: 1px solid #afe4f6;
margin: 0 15px 0px 0px;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
padding-left: 200px;
padding-top:30px;
white-space:nowrap;
left: 0px;
top: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
padding-left: 0px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
padding-left: 200px;
padding-top:30px;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


