
body {
	margin: 0 10px;
	padding: 0;
	color: #333;
	overflow: hidden;
}

#rotate-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    
}

#rotate-container > img {
	max-width: 100%;
}

#rotate-container > img {
	opacity: 0.3;

  -webkit-transition: opacity 0.5s ease-in-out; 
     -moz-transition: opacity 0.5s ease-in-out; 
       -o-transition: opacity 0.5s ease-in-out; 
          transition: opacity 0.5s ease-in-out; 
}

.magnifying_glass {
	width: 300px;
	height: 300px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	
	-webkit-border-radius: 1000px;
	        border-radius: 1000px; /* Half glass max width height */
	background-clip: padding-box;
	
	border: 1px solid white;
	background-color: white;
	
	z-index: 1000;
}

.magnifying_glass.fullframe {
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 0 none;
}

.magnifying_glass img {
	
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
	
#footer {
	margin: 10px auto;
	color: #777777;
	width: 102px;
}

#footer > img:first-child {
	margin: 0 50px 0 0;
}

.ui-progressbar {
	width: 50%;
	height: 10px;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 25%;
}

.ui-progressbar-value {
	background-color: #FEC700;
	height: 100%;
}
