/*
    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 {
	top: 0px;
	left: 0px;
}

#cboxWrapper {
	background: #ffffff;
}

#cboxContent {
	margin: 24px;
	margin-top: 48px;
}

#cboxPhoto,#cboxLoadedContent {
	border: none;
}

/* 
    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.
*/
#cboxTitle {
	color: #FF9900;
	left: 200px;
	top: -40px;
	font-size: 1.2em;
}

#cboxPrevious {
	background-position: 0px 0px;
	top: -40px;
	left: 35px;
}

#cboxNext {
	background-position: -25px 0px;
	top: -40px;
	left: 135px;
}

#cboxClose {
	background-position: -50px 0px;
	top: -40px;
	left: 0px;
}

#cboxCurrent {
	position: absolute;
	top: -40px;
	left: 45px;
	text-indent: 0;
	width: 100px;
	font-size: smaller;
	text-align: center;
}
