/* img parts */
#colorbox:not(.small_img) .cboxPhoto{
	cursor: url(/3d/js3d/images/lupa+.png) 25 23, url(/3d/js3d/images/lupa+.cur) 25 23, pointer!important;
}
#colorbox.decrease_img:not(.small_img) .cboxPhoto{
	cursor: url(/3d/js3d/images/handstartdrop.png) 38 22, url(/3d/js3d/images/handstartdrop.cur) 38 22, move!important;
}

#colorbox.decrease_img:not(.small_img) .cboxPhoto.ui-draggable-dragging{
	cursor: url(/3d/js3d/images/handstartdrag.png) 28 28, url(/3d/js3d/images/handstartdrag.cur) 28 28, move!important;
}

#colorbox.small_img .cboxPhoto{
	cursor:default!important;
}
/**/

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: visible!important;
    /*position: absolute;
    top: 0;*/
    z-index: 9990;
}
#cboxOverlay, #cboxWrapper{
	top: 0;
	position: absolute;
}
#cboxbox_nav {
	left: 0;
	top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#colorbox {
	z-index: 9992;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
	margin: 54px 150px;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxCurrent {
	position:fixed;
	z-index:9995;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
   /*background: url("/3d/js3d/images/overlay2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
   background-color: #fff;
}
#colorbox {
    outline: 0 none;
}
#cboxTopLeft,#cboxBottomLeft{
	height: 40px;
    width: 90px;
}
#cboxTopRight,#cboxBottomRight {
    height: 40px;
    width: 60px;
}
#cboxMiddleLeft{
	width: 90px;
}
#cboxMiddleRight{
	width: 60px;
}

#cboxTopCenter,#cboxBottomCenter {
   height: 40px;
}

#cboxContent {
    background: none repeat scroll 0 0 #fff;
	/*-webkit-box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);*/
    /*overflow: hidden;*/
}
.cboxIframe {
    background: none repeat scroll 0 0 #fff;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    margin-top: 2px;
	/*border-top:1px solid #e7e8e7;*/
}
#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    top: 68px;
    color: #525252;
    left: 50%;
    position: fixed;
	font-family:Arial, sans-serif;
	font-size:17px;
	width:124px;
	margin:0px 0px 0px -62px;
	text-align:center;
}
#cboxLoadingOverlay {
    background: url("/3d/js3d/images/loading_background.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#cboxLoadingGraphic {
    background: url("/3d/js3d/images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    bottom: 4px;
    color: #0092ef;
    position: absolute;
    right: 30px;
}
#cboxPrevious {
    background: url("/3d/js3d/images/navigate.png") no-repeat scroll 0px 0 rgba(0, 0, 0, 0);
    top: 50%;
    height: 46px;
    left: 194px;
	margin-top:-22px;
    position: fixed;
    text-indent: -9999px;
    width: 46px;
	/*z-index:9991;*/
}
#cboxPrevious:hover {
    background-position: -0px -46px;
}
#cboxNext {
    background: url("/3d/js3d/images/navigate.png") no-repeat scroll -41px 0 rgba(0, 0, 0, 0);
    top: 50%;
    height: 46px;
    right: 10px;
    position: fixed;
    text-indent: -9999px;
    width: 46px;
	margin-top:-22px;
	/*z-index:9991;*/
}
#cboxNext:hover {
    background-position: -41px -46px;
}
#cboxClose {
    background: url("/3d/js3d/images/close_col.png") right 0px no-repeat;
    top: 60px;
    height: 30px;
    position: fixed;
    right: 8px;
    line-height:2.5;
    width: 120px;
	color:#010101;
	font-size:11px;
	font-family:Tahoma;
	padding:0px 32px 0px 0px;
}
#cboxClose:hover {
    /*background-position: -25px -25px;*/
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
}
