/*
    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 iframe
{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
	position: absolute;
	top: 0;
	left: 0;
	width: 904px;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor: pointer;
}
#cboxOverlay
{
	background-color:#b2b2b2;
}
#colorbox
{
}
#cboxContent
{
	background: #fff;
	width:904px;	
	height:500px;
	padding:0;
	overflow:hidden;
	margin:0;
}
#cboxLoadingOverlay
{
	background: url(images/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic
{
	background: url(images/loading.gif) center center no-repeat;
}
#cboxClose
{
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/btnClose.jpg) no-repeat;
	width: 69px;
	height: 19px;
	margin: 10px 10px 0 0;
	text-indent: -9999px;
}
#cboxClose.hover
{
	background: url(images/btnCloseHover.jpg) no-repeat;
}