/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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:visible;
	}
	
#cboxLoadedContent{
	overflow:auto;
	width: 100%;
	height: 100%;
}
	
#cboxLoadedContent iframe{
	display:block; 
	width:100%; 
	height:100%; 
	border:0;
	position: fixed;
}
	
#cboxTitle{
	margin:0;
}

	
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:fixed; 
	top:57px; 
	left:82.5%; 
    line-height: 1.05em;
    font-size: .65em;
	margin-left: 14px;  	
	padding: 2px;
	color: #808080;
	width:14%;
}
	
	
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
	}

/* 
    ColorBox example user style
    The following 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
*/
#cboxOverlay{
	background: url("http://conoranddavid.com/images/site/macFFBgHack.png") 0 0 repeat;
	}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px;
	}
	#cboxTopCenter{height:21px;
	}
	#cboxTopRight{width:21px; height:21px; 
	}
	#cboxBottomLeft{width:21px; height:21px; 
	}
	#cboxBottomCenter{height:21px; 
	}
	#cboxBottomRight{width:21px; height:21px; 
	}
	#cboxMiddleLeft{width:21px; 
	}
	#cboxMiddleRight{width:21px; 
	}
	#cboxContent{
	}
		
	#cboxLoadedContent{margin-bottom:28px;
	}
	
#cboxTitle{
	position:absolute; 
	bottom:3px; 
	left:0; 
	text-align:center; 
	width:100%; 
	color:#949494;
	}
                
#cboxCurrent{
	position:fixed; 
	top: 37px; 
	left:83%; 
    line-height: 1.05em;
    font-size: .65em;
	margin-left: 5px;  	
	padding:3px;
	color: #808080;

}

                
#cboxSlideshow{
	position:absolute; 
	bottom:3px; 
	right:30px; 
	color:#0092ef;
	}
	
#cboxPrevious{
	position:fixed; 
	top:18px; 
	left:82.5%; 
    line-height: 1.05em;
    font-size: 1em;
	padding-left: 14px;  	
	color: #808080;
	background: url("images/site/macFFBgHack.png") 0 0 repeat;

}

#cboxPrevious.hover{
	color: #FFFFFF;
	}

#cboxNext {
	position:fixed; 
	top:18px; 
	left:82.5%; 
    line-height: 1.05em;
    font-size: 1em;
	padding-left: 35px;  	
	color: #808080;
	background: url("images/site/macFFBgHack.png") 0 0 repeat;

}

	
#cboxNext.hover{
	color: #FFFFFF;
	}
	

#cboxLoadingOverlay{
	}

#cboxLoadingGraphic{
	background: url("images/site/loading-black.gif") no-repeat;
	}


		
		
#cboxClose{
	position: fixed;
    width: 14%;
    top: 20px;
    left: 2%;
	padding: 2px;
    line-height: 1.6em;
    font-size: .65em;
    font-weight: bold;
    color: #fff;
}
#cboxClose.hover{
    color: #fff;
}

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		