/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; /*overflow:hidden;*/}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{ background: #000; }
#colorbox{font-size: 1.1em;}
   #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
		width: 10px; 
		height: 10px;
		background: transparent url('/_common/img/colorbox/corners.png') no-repeat scroll;
		line-height: 0px;
		font-size: 0;
	}
		#cboxTopLeft { background-position: 100% 100%;}
		#cboxTopRight { background-position: 0px 100%; }
		#cboxBottomLeft { background-position: 100% 0px; }
		#cboxBottomRight { background-position: 0px 0px; }
   #cboxMiddleLeft, #cboxMiddleRight { 
		width: 10px; 
		background: #FFF;
	}
   #cboxTopCenter, #cboxBottomCenter {
		height: 10px;
		background: #FFF;
		line-height: 0px;
		font-size: 0;
	}
   #cboxContent { background: #FFF; }
   #cboxLoadedContent { padding: 45px 40px 100px; }
		 #cboxLoadedContent img{ padding: 2px; border: 1px #dbdbdb solid !important;}
		#cboxTitle {
			position: absolute; 
			bottom: 30px;
			padding: 0 40px;
			color: #000;
			font-weight: bold;
			line-height: 1.3em;
			height: 4em;
		}
		#cboxCurrent { 
			position: absolute;
			left: 0px;
			bottom: 30px;
			width: 100%;
			text-align: center;
			display: none !important;
		}		
		#cboxPrevious, #cboxNext {
			color: #0a3486;
			text-decoration: underline;
			position: absolute; 
			bottom: 0px;
		}
			#cboxPrevious{
				left: 40px; 
				background: url('/_common/img/colorbox/left_arrow.jpg') 0px 50% no-repeat; 
				padding-left: 50px;
				padding-right: 15px;
			}
			#cboxNext{
				right: 40px; 
				background: url('/_common/img/colorbox/right_arrow.jpg') 100% 50% no-repeat; 
				padding-right: 50px;
				padding-left: 14px;
			}	
		#cboxClose{
			position:absolute; 
			top: -5px; 
			right: -9px; 
			background: url(/_common/img/colorbox/close_btn.jpg) right top no-repeat; 
			width: 118px; 
			height: 48px; 
			font-weight: bold;
			color: #0a3486;
			text-decoration: underline;
			padding-top: 10px;
		}
		#cboxLoadingOverlay{ background: #FFF; }
		#cboxLoadingGraphic{ background: url('/_common/img/colorbox/ajax-loader.gif') center center no-repeat; }
		#cboxSlideshow{ display: none; }
