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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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: -10;
left: -500px; /*position where enlarged image should offset horizontally */
}



/*CSS for enlarged image of Heat Pump 1 on hover*/

.thumbnail_hp1{ /*CSS for enlarged image of Heat Pump on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_hp1 span{ /*CSS for enlarged image of Heat Pump*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail_hp1:hover span{ /*CSS for enlarged image of Heat Pump on hover*/
visibility: visible;
top: -50;
left: 200px; /*position where enlarged image of Heat Pump should offset horizontally*/
}



/*CSS for enlarged image of Heat Pump Working Principle on hover*/

.thumbnail_hp2{ /*CSS for enlarged image of Heat Pump on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_hp2 span{ /*CSS for enlarged image of Heat Pump*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail_hp2:hover span{ /*CSS for enlarged image of Heat Pump on hover*/
visibility: visible;
top: -50;
left: 100px; /*position where enlarged image of Heat Pump should offset horizontally*/
}




/*CSS for enlarged image of Brick on hover*/

.thumbnail_brick{ /*CSS for enlarged image of Brick on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_brick span{ /*CSS for enlarged image of Brick*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail_brick:hover span{ /*CSS for enlarged image of Brick on hover*/
visibility: visible;
top: -50;
left: 100px; /*position where enlarged image of Brick should offset horizontally*/
}



/*CSS for enlarged image of SHW Germany Panel Details on hover*/

.thumbnail_sg{ /*CSS for enlarged image of SHW Germany Panel Details on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_sg span{ /*CSS for enlarged image of SHW Germany Panel Details*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_sg span img{ /*CSS for enlarged image of SHW Germany Panel Details*/
border-width: 0;
padding: 2px;
}

.thumbnail_sg:hover span{ /*CSS for enlarged image of SHW Germany Panel Details on hover*/
visibility: visible;
top: 50;
left: -500px; /*position where enlarged image of SHW Germany Panel Details should offset horizontally*/
}




/*CSS for enlarged image of SHW Germany Tank Details on hover*/

.thumbnail_sg2{ /*CSS for enlarged image of SHW Germany Tank Details on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_sg2 span{ /*CSS for enlarged image of SHW Germany Tank Details*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_sg2 span img{ /*CSS for enlarged image of SHW Germany Tank Details*/
border-width: 0;
padding: 2px;
}

.thumbnail_sg2:hover span{ /*CSS for enlarged image of SHW Germany Tank Details on hover*/
visibility: visible;
top: 50;
left: -500px; /*position where enlarged image of SHW Germany Tank Details should offset horizontally*/
}



/*CSS for enlarged image of Window Ratings Image on hover*/

.thumbnail_w1{ /*CSS for enlarged image of Window Ratings Image on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_w1 span{ /*CSS for enlarged image of Window Ratings Image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_w1 span img{ /*CSS for enlarged image of Window Ratings Image*/
border-width: 0;
padding: 2px;
}

.thumbnail_w1:hover span{ /*CSS for enlarged image of Window Ratings Image on hover*/
visibility: visible;
top: 50;
left: -500px; /*position where enlarged image of Window Ratings Image should offset horizontally*/
}



/*CSS for enlarged image of Window Hot Climate Image on hover*/

.thumbnail_whc{ /*CSS for enlarged image of Window Hot Climate Image on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_whc span{ /*CSS for enlarged image of Window Hot Climate Image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 800px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_whc span img{ /*CSS for enlarged image of Window Hot Climate Image*/
border-width: 0;
padding: 2px;
}

.thumbnail_whc:hover span{ /*CSS for enlarged image of Window Hot Climate Image on hover*/
visibility: visible;
top: 50;
left: -100px; /*position where enlarged image of Window Hot Climate Image should offset horizontally*/
}




/*CSS for enlarged image of Window Cold Climate Image on hover*/

.thumbnail_wcc{ /*CSS for enlarged image of Window Cold Climate Image on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_wcc span{ /*CSS for enlarged image of Window Cold Climate Image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 800px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_wcc span img{ /*CSS for enlarged image of Window Cold Climate Image*/
border-width: 0;
padding: 2px;
}

.thumbnail_wcc:hover span{ /*CSS for enlarged image of Window Cold Climate Image on hover*/
visibility: visible;
top: 50;
left: -100px; /*position where enlarged image of Window Cold Climate Image should offset horizontally*/
}




/*CSS for enlarged image of Window High Moderate Low Solar Gain Images on hover*/

.thumbnail_wsg{ /*CSS for enlarged image of Window High Solar Gain Image on hover*/
position: relative;
z-index: 0;
}

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

.thumbnail_wsg span{ /*CSS for enlarged image of Window High Moderate Low Solar Gain Images*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 800px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_wsg span img{ /*CSS for enlarged image of Window High Moderate Low Solar Gain Images*/
border-width: 0;
padding: 2px;
}

.thumbnail_wsg:hover span{ /*CSS for enlarged image of Window High Moderate Low Solar Gain Images on hover*/
visibility: visible;
top: -50;
left: 100px; /*position where enlarged image of Window High Solar Gain Image should offset horizontally*/
}
