/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#modalBackgroundOverlay{background:#5c593f;}

#colorbox{}
	#modalContent{background:#b2ad87; margin-top:20px;}
		#modalLoadedContent{background:#b2ad87; padding:10px;}
			#contentTitle{position:absolute; top:-20px; left:0; color:#fff;}
			#contentCurrent{display:none;}
			#contentPrevious{position:absolute; top:50%; left:10px; margin-top:-41px; background:url(../../wsimages/colorbox/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentPrevious:hover{background-position:bottom left;}
			#contentNext{position:absolute; top:50%; right:10px; margin-top:-41px; background:url(../../wsimages/colorbox/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentNext:hover{background-position:bottom right;}
		#modalLoadingOverlay{background:url(../../wsimages/colorbox/ajax-loader.gif) center center no-repeat #b2ad87;}
		#modalClose{position:absolute; top:10px; right:10px; display:block; background:url(../../wsimages/colorbox/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
		#modalClose:hover{background-position:bottom center;}

body#bodyOnly div#navcontainer, body#bodyOnly div#related, body#bodyOnly div#address, body#bodyOnly div#footer {
	display: none;
}

div#bgwrap {
	min-width: 0;
}

body#bodyOnly div#wrap {
	background: transparent url(../../wsimages/wrap_colorbox_bg.png) no-repeat;
	height: 480px;
	margin: 0 auto;
	padding: 30px 28px;
	width: 500px;
}
