	/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
	*/
#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;
}
#cboxLoadedContent {
	overflow: hidden;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

/* add inzoneie */
#cboxCurrent {
	display: none !important;
}
#cboxPrevious,
#cboxNext {
	display: none;
	position: absolute;
	padding-top: 10px;
	bottom: 0;
	width: 33%;
	padding: 19px 0 20px 0;
	/padding-top: 15px;
	border-style: none;
	color: #333;
	font-size: 1.4em;
	outline: none;
}
#cboxPrevious {
	left: 0;
	/left: 80px;
	margin-left: 30px;
	padding-left: 30px;
	text-align: left;
	background: url(../img/common/arrow_left.png) no-repeat 0 50%;
	/background: url(../img/common/arrow_left.png) no-repeat 0 40%;
	background-size: 20px;
	zoom: 1;
}
#cboxNext {
	right: 0;
	/right: 80px;
	margin-right: 30px;
	padding-right: 30px;
	text-align: right;
	background: url(../img/common/arrow_right.png) no-repeat 100% 50%;
	/background: url(../img/common/arrow_right.png) no-repeat 100% 40%;
	background-size: 20px;
	zoom: 1;
}
#cboxPrevious:hover,
#cboxNext:hover {
	text-decoration: underline;
}
#cboxClose {
	position: absolute;
	display: inline-block;
	width: 120px;
	bottom: 0px;
	left: 50%;
	margin-left: -60px;
	padding: 10px 0;
	border-style: none;
	color: #333;
	text-align: center;
	font-size: 1.4em;
	background-size: 20px;
	zoom: 1;
	outline: none;
}
#cboxClose:hover {
	text-decoration: underline;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
/*
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #FFF;
}
#cboxContent {
	position: relative;
	margin-bottom: 60px;
}
.cboxIframe {
	background: #ffffff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	/width: 980px !important;
	background: #ffffff;
	overflow: hidden;
}
#cboxLoadingGraphic {
	background: url(../img/common/loading.gif) no-repeat center center #ffffff;
}
#cboxLoadingOverlay {
	background: #ffffff;
}


/* inzoneie original style */
#colorbox {
	background-color: #FFF;
	overflow-x : hidden;
	outline: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}


body {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
}
body iframe {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
}