@charset "utf-8";

/*
    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:visible;
}

#cboxLoadedContent {
	overflow: hidden;
	padding:0;
	margin-left: 30px;
	margin-right:30px;
	margin-bottom:0;
}

#cboxLoadedContent iframe {
	display:block;
	margin:0 auto;
	text-align:center;
	border:0;
	overflow:hidden;
	width:100%;
	height:100%;
}

#cboxTitle {
	margin:0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#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, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000000;
}

#colorbox {
}

#cboxBottomCenter {
	height:50px;
}

#cboxLoadingOverlay {
	background:url('jweb1/colorbox_loading_background.png') center center no-repeat;
}

#cboxLoadingGraphic {
	background:url('jweb1/colorbox_loading.gif') center center no-repeat;
}

#cboxTitle {
	position:absolute;
	bottom:-25px;
	left:0;
	text-align:center;
	width:100%;
	font-weight:bold;
	color:#7C7C7C;
}

#cboxCurrent {
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px;
}

#cboxPrevious,
#cboxNext,
/*#cboxClose,*/
#cboxSlideshow {
	position:absolute;
	text-indent:-9999px;
}

#cboxPrevious {
	top:200px;
	left:0px;
	width:50px;
	height:50px;
	background:url('jweb1/colorbox_prev.gif') no-repeat left center;
}

#cboxNext {
	top:200px;
	right:0px;
	_left:760px;/* ie6 */
	width:30px;
	height:30px;
	background:url('jweb1/colorbox_next.gif') no-repeat right center;
}

#cboxClose {
	width:30px; 
	height:30px; 
	position:absolute;
	right:0;
	top:0px;
}