

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image(being used on 'wa_bottle_klean' page)*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -1000px;
border: 1px dashed #EEE1D8;
visibility: hidden;
color: #006633;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -300px; /*position where enlarged image should offset horizontally */

}

.thumbnail1{
position: relative;
z-index: 0px;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image(being used on 'air_products4' page)*/
position: absolute;
background-color: transparent;
padding: 0px;
top: -550px;
left: -1500px;
border: 1px dashed #EEE1D8;
visibility: hidden;
color: #006633;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -370px;
left: -100px; /*position where enlarged image should offset horizontally */

}


.thumbnail2{
position: relative;
z-index: 0px;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image(being used for on 'wa_bottle_sigg' page)*/
position: absolute;
background-color: #FFF;
padding: 0px;
left: -1000px;
border: 3px solid #EBECD7;
visibility: hidden;
color: #006633;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 5;
padding: 5px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -130px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.thumbnail3{
position: relative;
z-index: 0px;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image (being used on wa_shower)*/
position: absolute;
background-color: #2ECC00;
padding: 8px;
left: -1000px;
top: -100px;
border: 1px dashed #EEE1D8;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 12px;
left: 0px; /*position where enlarged image should offset horizontally */
width: 300px;
}

.thumbnail4{
position: relative;
z-index: 0px;
}

.thumbnail4:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #2ECC00;
padding: 8px;
left: -1000px;
border: 1px dashed #EEE1D8;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -68px;
left: -300px; /*position where enlarged image should offset horizontally */

}

.thumbnail5{
position: relative;
z-index: 0px;
}

.thumbnail5:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail5 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0091D9;
padding: 0px;
left: -1000px;
border: 0px dashed #EEE1D8;
visibility: hidden;
color: #006633;
text-decoration: none;
}

.thumbnail5 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail5:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */

}