	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999999; overflow:hidden;}
	#cboxOverlay{position:fixed; width:100%; height:100%; }
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative; overflow:hidden;}
	#cboxLoadedContent{overflow:auto;}
	#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; left:0; width:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

	#cboxOverlay{
	background:url(images/overlay.png) 0 0 repeat;
	}

	#colorbox{
	}

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

/*CONTENT*/
	#cboxContent{
	padding:10px;
	padding-bottom: 71px;
	background-color:#fff;
	}

/*CONTENT IE*/
	.cboxIE #cboxContent{
	padding:80px;
	background-color:#222;
	}
	
/*TITLE*/
	#cboxTitle {
	height: 60px;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-top: 15px;
	text-align: center;
	color: #646464;
	font-size: 14px;
	}

/*PREVIOUS BTN*/
	#cboxPrevious{
	bottom:81px;
	left:20px;
	background:url(images/prev.png) no-repeat center center;
	width:60px;
	height:60px;
	border: 0;
	}

	#cboxPrevious:hover{
	background:url(images/prev_hover.png) no-repeat center center;
	} 

/*NEXT BTN*/
	#cboxNext{
	bottom:81px;
	right:20px;
	background:url(images/next.png) no-repeat center center;
	width:60px;
	height:60px;
	border: 0;
	}
	
	#cboxNext:hover{
	background:url(images/next_hover.png) no-repeat center center;
	}

/*CLOSE BTN*/
	#cboxClose{
	top:20px;
	right:20px;
	background:url(images/close.png) no-repeat center center;
	width:60px;
	height:60px;
	border: 0;
	}
	
	#cboxClose:hover{
	background:url(images/close_hover.png) no-repeat center center;
	}
	
	#cboxPrevious,
	#cboxNext,
	#cboxClose{
	-webkit-transition: all 0.35s ease;
	   -moz-transition: all 0.35s ease;
		 -o-transition: all 0.35s ease;
		-ms-transition: all 0.35s ease;
			transition: all 0.35s ease;

		opacity:0.3;
	}
	
	#cboxPrevious:hover,
	#cboxNext:hover,
	#cboxClose:hover{
		opacity:0.8;
	}

/*LOADING*/
	#cboxLoadingGraphic{
	background:url(images/loading.gif) center center no-repeat;
	}