/*------=7:	[OVERLAY] --------------------------------------*/
.productView {
	cursor:pointer;
}

.popupOverlay {
	position:absolute;
	top:0;
	left:0;
	background:url(http://media.phonehouse.com/cpw-sales/static/imageViewer/images/overlay.png);
	z-index:30000;
	display:none;
}
	* html .popupOverlay {
		background:url() #fff;
		filter:alpha(opacity=80);
	}
	
.popupSlide {
	position:absolute;	
	top:-528px;
	display: none;
	z-index:30003;
	width: 776px;
	height: 528px;
}
	#mediaPopup {
		width: 776px;
		background-color: transparent;
		border: none;
		position:fixed;
		z-index:30002;
	}
		#mediaPopup .mediaHeader {
			width: 776px;
			height: 44px;
			background:url(http://media.phonehouse.com/cpw-sales/static/imageViewer/images/media-viewer-top.png) no-repeat;
		}		
			#mediaPopup .mediaHeader h2 {
				color: #05305D;
			    float: left;
			    font-size: 16px;
			    font-weight: 700;
			    margin: 14px 0 4px 25px;
			}
	
		#mediaPopup .closeButton { 
			background: url(http://media.phonehouse.com/cpw-sales/static/imageViewer/images/sprite.gif) no-repeat 0 0;
			display: block;
		    float: right;
		    height: 20px;
		    line-height: 300px;
		    margin: 15px 20px 0 0;
		    overflow: hidden;
		    text-indent: -3000px;
		    width: 62px;
		}
		#mediaPopup .closeButton:hover { background-position: -62px 0; }
		
		#mediaPopup .mediaContent {
			width: 776px;
			height: 457px;
			overflow: hidden;
			background:url(http://media.phonehouse.com/cpw-sales/static/imageViewer/images/media-viewer-repeat.png) repeat-y;
		}
	
		#mediaPopup .loader {
			width: 776px;
			height: 457px;
			background:url(http://media.phonehouse.com/cpw-sales/static/imageViewer/images/mediaLoader.gif) no-repeat center center;
		}

		#mediaPopup iframe { 
			border:none;
			width:760px;
			height: 457px;
			margin-left: 8px;
			display:none;
		}
	
	#mediaPopup .mediaFooter { 
		width:776px;
		height:27px;
		clear: both;
		background:url(http://media.phonehouse.com/cpw-sales/static/imageViewer/images/media-viewer-bottom.png) no-repeat;
	}