#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;
	background: #fff;
}

#cboxLoadedContent {
	overflow: auto
}

#cboxTitle {
	margin: 0
}

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

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#cboxOverlay {
	background: #000
}

#colorbox {
}

#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight {
	background: #fff;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	zoom: 1;
	line-height: 1;
	overflow: hidden
}

#cboxTopLeft {
	width: 1px;
	height: 1px
}

#cboxTopCenter {
	height: 1px
}

#cboxTopRight {
	width: 1px;
	height: 1px
}

#cboxBottomLeft {
	width: 1px;
	height: 1px
}

#cboxBottomCenter {
	height: 1px
}

#cboxBottomRight {
	width: 1px;
	height: 1px
}

#cboxMiddleLeft {
	width: 1px
}

#cboxMiddleRight {
	width: 1px
}

#cboxContent {
	overflow: visible
}

.cboxIframe {
}

#cboxError {
	padding: 50px;
	border: 0;
}

#cboxLoadedContent {
	margin-bottom: 5px;
	/*padding-top: 25px;*/
	background: #fff;
}      
        /*#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center} */  
#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center overflow:hidden
}

#cboxTitle {
	position: absolute;
	top: 0px;
	left: 0;
	line-height: 28px;
	background: #15A1C7;
	*background: none;
	text-align: left;
	text-indent: 10px;
	width: 100%;
	font-weight: bold;
	color: #fff
}

#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: #7C7C7C
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
	position: absolute;
	top: 10px;
	background: url(images/controls.png) no-repeat 0px 0px;
	width: 23px;
	height: 23px;
	text-indent: -9999px
}

#cboxPrevious {
	left: 0px;
	background-position: -51px -25px
}

#cboxPrevious:hover {
	background-position: -51px 0px
}

#cboxNext {
	left: 27px;
	background-position: -75px -25px
}

#cboxNext:hover {
	background-position: -75px 0px
}

#cboxClose {
	background: url(images/close.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	overflow: hidden
}

#cboxClose {
	right: 10px;
	background-position: 0 0;
	top: 5px
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0px;
	right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -150px 0px
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -125px 0px
}

.addTop100 {
	top: 200px!important;
}