/*
    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;
	padding:0;
	margin:0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay
{
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft
{
	clear: left;
}
#cboxContent
{
	position: relative;
	overflow: hidden;
}
#cboxLoadedContent
{
	display: block;
	padding-top: 20px;
	overflow: hidden;
    margin-top:5px;
}
#cboxLoadedContent iframe
{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor: pointer;
}
#cboxOverlay
{
	background-color:#b2b2b2;
}
#colorbox
{
}
#cboxContent
{
	width:540px;	
	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/controls.png) -25px 0px no-repeat;
	width: 25px;
	height: 25px;
	margin: 1px -1px 0 0;
	text-indent: -9999px;
    border: medium none;
}
#cboxClose.hover
{
	background-position:-25px -25px;
}
