#Addon_ImageZoomBack									{
															height: 100%; width: 100%;
															background-color: #000000;
															visibility: hidden;
															opacity: 0.8;
															position: fixed;
															top: 0; left: 0;
															z-index: 14;
														}

#Addon_ImageZoomWindow									{
															width: 850px;
															background-color: #FFFFFF;
															box-shadow: 0 6px 10px 0 grey;
															visibility: hidden;
															position: fixed; left: 50%; top: 5%;
															margin-left: -425px;
															display: block;
															z-index: 20;
														}

#Addon_ImageZoom										{
															margin-left: auto; margin-right: auto;
															border: 1px solid #000000;
															max-width: 800px;
															max-height: 800px;
															margin-top: 35px;
															display: block;
														}
														
#Addon_ImageText										{	
															font-family: Roboto, Arial, sans-serif;
															font-size: .9em;
															font-weight: bold;
															margin: 0;
															margin-left: auto; margin-right: auto;
															margin-bottom: 25px;
															display: block;
															width: 800px;
															text-align: center;
														}
														
#Addon_AjaxWindow										{	width: 300px; height: 250px;
															background-color: #FFFFFF;
															box-shadow: 0 6px 10px 0 grey;
															border-radius: 10px 10px 10px 10px;
															visibility: hidden;
															text-align: center;
															font-family: Roboto, Arial, sans-serif;
															font-size: 1.2em;
															font-weight: bold;
															text-transform: uppercase;
															color: grey;
															position: fixed; top: 50%; left: 50%;
															margin-left: -150px; margin-top: -125px;
															z-index: 15;
														}