#colorbox {
	border-top: 1px solid #CCCCCC;
	box-shadow: 0 1px 4px 1px #CCCCCC;
}

#cboxCurrent {
	display: none !important;
}

#cboxClose {
    right: 0 !important;
    top: 0 !important;
}

#cboxTitle, #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
	background-color: #FFFFFF !important;
	background-image: none !important;
}

#cboxOverlay {
    background: #000 none repeat scroll 0 0 !important;
}
#cboxLoadedContent {
    overflow: hidden !important;
}

#cboxPrevious, #cboxNext {
    background-color: transparent;
    border: 0;
	bottom: auto !important;
	color: #444 !important;
	opacity: 0.3 !important;
	position: absolute !important;
	top: 49% !important;
}
#cboxPrevious {
	left: 0 !important;
}
#cboxNext {
	left: auto !important;
	right: 0 !important;
}
	#cboxPrevious:hover, #cboxNext:hover { opacity: 1 !important; }
