/* 
	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:#000000;}

#colorbox{
	position: absolute;
}
	#modalContent{background:#EDE1CD;}
		#modalLoadedContent{background:#EDE1CD; border:10px solid #EDE1CD;}
			/*#borderTopRight{
				background-image: url(../scripts/jquery/colorbox/images/topCorner.png);
				background-repeat: no-repeat;
				background-position: -112px 0;
				height: 118px;
				width: 122px;
				z-index: 5;
			}

			#borderBottomLeft{
				background-image: url(../scripts/jquery/colorbox/images/bottomCorner.png);
				background-repeat: no-repeat;
				background-position: left -108px;
				height: 110px;
				width: 112px;
				z-index: 5;
			}*/

			#contentTitle{position:absolute; top:-23px; left:0; color:#EDE1CD;}
			#contentCurrent{display:none;}
			#contentPrevious{position:absolute; top:50%; left:10px; margin-top:-41px; background:url(../scripts/jquery/colorbox/images/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(../scripts/jquery/colorbox/images/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentNext:hover{background-position:bottom right;}
		#modalLoadingOverlay{background:url(../scripts/jquery/colorbox/images/loading.gif) center center no-repeat #FFF;}
		#modalClose{position:absolute; top:10px; right:10px; display:block; background:url(../scripts/jquery/colorbox/images/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
		#modalClose:hover{background-position:bottom center;}
