/*
    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;
}
#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 {
	background: none repeat scroll 0px 0px transparent; 
	border: 0px none;
	position: absolute; 
	padding: 0; 
	margin: 0; 
	cursor:pointer;
}
#cboxPrevious {
	height: 100%; 
	width: 45%; 
}
#cboxNext {
	height: 100%;
	margin-left: 45%; 
	width: 55%;
}
#cboxPrevious, #cboxNext {
  bottom: 0;
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	-moz-transition:    opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition:      opacity 0.5s ease 0s;
	transition:         opacity 0.5s ease 0s;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
}
/* 
    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.
*/

.Pager {
	position: absolute;
	top: 0;
	height: 100%;
	-moz-transition: opacity 0.2s ease 0s;
	opacity: 0.4;
	display: block;
	text-indent: -99999px;
}

.prev {
	left: 0;
	width: 100%;
}
.next {
	width: 100%;
  right: 0;
}

.Pager i {
	display: block;
	text-indent: -99999px;
	outline: none;
	width: 27px;
	height: 45px;
	background: url("images/slider-controls.png") top left no-repeat;
	position: absolute;
	top: 50%;
}
.prev i {
	left: 20px;
	background-position: -720px -29px;
}
.next i {
    right: 20px;
	background-position: -664px -29px;
}
/* Hover States */
#cboxPrevious:hover, #cboxNext:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


/* ------------------------------------------------------------------------------
	COLORBOX
------------------------------------------------------------------------------ */
/* Default Styles */

/* Overrides */
#cboxOverlay {
	background-color: rgba(0, 0, 0, 0.9);
}
#colorbox {
}
/*
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls-2.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls-2.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls-2.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls-2.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls-2.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls-2.png) right top repeat-y;}
    #cboxTopCenter{height:7px; margin-top:14px;background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:7px; background:url(images/border.png) 0 -29px repeat-x;}
	*/
    #cboxContent {
	background:#000;
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}
#cboxLoadedContent {
}
#cboxDate {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 10px;
	line-height: 44px;
}
#cboxDownload {
	float: right;
}
#cboxDownload a {
	display: block;
	float: left;
	width: 125px;
	height: 44px;
	line-height: 44px;
	outline: none;
	background: url("images/gallery-download-button.gif") top left repeat-x;
	padding: 0 0 0 20px;
	color: #fff;
}
#cboxDownload a:hover {
	background-position: bottom left;
}
#cboxDownload strong {
	background: url("images/cloud-download.png") left no-repeat;
	padding-left: 28px;
	font-size: 16px;
}
/* Details */
#cboxTitle, #cboxCurrent, #cboxClose {
	color: #fff;
	background: rgba(0, 0, 0, 1);
	opacity: 1;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#cboxTitle {
	position:absolute;
	bottom: 0px;
	left:0;
	width: 100%;
	background:#000;
	color:#333;
	height: 0px;
	word-wrap: break-word;
}
#cboxTitleLeft {
}
.imeAlbuma {
	font-size: 14px;
	font-weight: bold;
	color: #069;
    margin: 0 10px 10px 10px;
}
.opisSlike {
	font-size: 13px;
	color: #666;
    margin: 0 10px 15px  10px;
}
.FBlike {
	position:absolute;
	bottom: -54px;
	left: 10px;
}
.FBcomments {
	border-top: 1px solid #999;
}
#cboxCurrent {
	position:absolute;
	bottom: -27px;
	right:0;
	height:25px;
	background: transparent;
	color:#FFF;
	font-size: 9px;
}
#cboxCurrent div {
	margin: 10px;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxClose {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: transparent;
	vertical-align: top;
	border: 0 none;
}
#cboxClose a {
	display: block;
	background-image:url(images/slider-controls.png);
	background-position: -748px -29px;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: inline-block;
	height: 12px;
	width: 11px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:bottom center;
}
/* Hoverstate - shows details */
#colorbox:hover #cboxTitle, #colorbox:hover #cboxCurrent, #colorbox:hover #cboxClose {
	opacity: 1;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url('images/loading.gif') no-repeat center center transparent;
}


/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
	background:url(images/ie6/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
	background:url(images/ie6/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
	background:url(images/ie6/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
	background:url(images/ie6/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
	background:url(images/ie6/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
	background:url(images/ie6/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
	background:url(images/ie6/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
	background:url(images/ie6/borderMiddleRight.png);
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
 _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
