/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .top .left { background: url(/images/corners/8tl.png) bottom left no-repeat; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: url(/images/corners/8tr.png) bottom left no-repeat; } /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */

	div.pictureHolder .bottom .left { background: url(/images/corners/8bl.png) top left no-repeat; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: url(/images/corners/8br.png) top left no-repeat; } /* Bottom right corner */

	div.pictureHolder .loaderIcon { background: url(/images/loader.gif) center center no-repeat; } /* Loader icon */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */	
	div.pictureHolder {
		position: absolute; 
		z-index: 10000;
		width:100px;
		left:225px;
		top:140px;
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 8px;
		}
			 html div.pictureHolder .top { padding: 0 8px;}
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 8px; height: 8px;			
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 8px; right: 8px;
				height: 8px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 8px; height: 8px;	
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			/*width: 100%; height: 40px;*/
			width: 100px; height: 100px;
		}
		
	
		
		div.pictureHolder .bottom {
			position: relative;
			height: 8px;
		}
			* html div.pictureHolder .bottom { padding: 0 8px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 8px; height: 8px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 8px; right: 8px;
				height: 8px; 
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 8px; height: 8px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center;}
	
	