/* --> START of css properties for gallery.htm popup icon effects */

/* --> This section for 1st icon on the left */

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

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

.L1_landscape 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;
font-size:	9px;
}

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

.L1_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -170px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 2nd icon on the left */

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

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

.L2_landscape 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;
font-size:	9px;
}

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

.L2_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -224px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 3rd icon on the left */

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

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

.L3_landscape 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;
font-size:	9px;
}

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

.L3_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -278px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 4th icon on the left */

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

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

.L4_landscape 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;
font-size:	9px;
}

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

.L4_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -332px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 1st icon on the right */

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

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

.R1_landscape 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;
font-size:	9px;
}

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

.R1_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -170px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 2nd icon on the right */

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

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

.R2_landscape 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;
font-size:	9px;
}

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

.R2_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -224px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 3rd icon on the right */

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

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

.R3_landscape 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;
font-size:	9px;
}

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

.R3_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -278px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/* --> This section for 4th icon on the right */

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

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

.R4_landscape 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;
font-size:	9px;
}

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

.R4_landscape:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -332px;
left: 20px; /*position where enlarged image should offset horizontally */
}


/* --> END of css properties for gallery.htm popup icon effects */


