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

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

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

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

.L1_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.L2_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.L3_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.L4_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.R1_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.R2_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.R3_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

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

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

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

.R4_portrait 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_portrait span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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


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


