	#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; top:40px; 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;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	}

/*CONTENT*/

	#cboxContent{
	padding:70px;
	background-color:#FFF;
	border:60px solid #141414;
	}

/*CONTENT IE*/
	.cboxIE #cboxContent{
	padding:20px;
	background-color:#FFF;
	border:1px solid #CCC;
	}

/*PREVIOUS BTN*/
	#cboxPrevious{
	top:45%;
	left:40px;
	background:url(images/prev.png) no-repeat;
	width:40px;
	height:70px;
	}

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

/*NEXT BTN*/
	#cboxNext{
	top:45%;
	right:40px;
	background:url(images/next.png) no-repeat;
	width:40px;
	height:70px;
	text-indent:-9999px;
	}
	
	#cboxNext.hover{
	background:url(images/nexth.png) no-repeat;
	}

/*CLOSE BTN*/
	#cboxClose{
	top:10px;
	right:10px;
	background:url(images/close.png) no-repeat;
	width:50px;
	height:50px;
	}
	
	#cboxClose.hover{
	background:url(images/closeh.png) no-repeat;
	}

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