			.mainImages {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width: 900px;
				height: 165px;
			}
		
				.mainImages .mainImagesWindow {
					position: absolute;		/* keeping this ensures positioning doesn't get jacked up */
					z-index: 10;			/* keep this: it sets the position */
					overflow: hidden;		/* highly recommend that the overflow is hidden to prevent image bleeding on the website */
					width: 540px; 			/* must set the width of the image window here */
					height: 165px;			/* must set the height of the image window here */
		
					/* style below however you want */
					left: 40px;
					top: 0px;
				}
				
				.mainImages .mainImagesWindow div { /* do not style the individual divs in the imageWindow */ }
				.mainImages .mainImagesWindow div img { /* do not style the individual images in the imageWindow */ }
				
				.mainImagesNavigation {
					display: none;
				}
				
				.mainImagesDescriptions {
					display: none;
				}
			
			.mysmallboxAnchor {
	        }
	    
	        .mainImagesOverlay {
	            position: absolute;
	            width: 580px;
	            height: 165px;
	            top: 0;
	            left: 0;
	            background: url('/images/layouts/depth/sub_flash_overlay.png') no-repeat center top;
	            z-index: 22;
	      	}