
/**
* Z-Index Thoughts:
*
* 50 - Photo
* 100 - Caption
* 200 - Loader
* 200 - Arrows
**/

div.bigimg-col {
	overflow: hidden ;
	position: relative ;
	}
	
div.bigimg-col div.loading-note {
	background-color: #111111 ;
	color: #E0E0E0 ;
	display: none ;
	font-size: 10px ;
	position: absolute ;
	height: 19px ;
	line-height: 18px ;
	right: 0px ;
	text-align: center ;
	top: 0px ;
	width: 75px ;
	z-index: 200 ;
	}
	
div.bigimg-col a.navigation-arrow {
	display: none ;
	height: 54px ;
	position: absolute ;
	top: 150px ;
	width: 34px ;
	z-index: 200 ;
	}
	
div.bigimg-col a.prev-arrow {
	left: 15px ;
	}
	
div.bigimg-col a.next-arrow {
	right: 15px ;
	}
	
div.bigimg-col a.navigation-arrow img {
	display: block ;
	}
	
div.photo-view-frame {
	height: 360px ;
	left: 0px ;
	overflow: hidden ;
	position: absolute ;
	top: 0px ;
	width: 626px ;
	z-index: 50 ;
	}
	
div.photo-view-frame img {
	display: block ;
	height: 360px ;
	left: 0px ;
	position: absolute ;
	top: 0px ;
	width: 626px ;
	}
	
