/*
 * @date $Date: 2012-01-19 15:17:05 +0100 (Thu, 19 Jan 2012) $
 * @revision $Rev: 567 $
 *
 * Version: 1.1.3
 */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{ position:absolute; top:0; z-index:9999; overflow:hidden;} /** aenderung adesso */
#colorbox.registrationUniqueOverlay, .registrationUniqueOverlay #cboxWrapper,
#colorbox.imageGallery, .imageGallery #cboxWrapper { position: absolute; } /** anderung adesso */
#cboxWrapper { top: 0; } /** aenderung adesso */
#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;overflow:hidden;} /** aenderung adesso */
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../../image/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../../image/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../../image/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../image/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../image/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../../image/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../image/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../image/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../image/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../../image/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../image/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{}
		#cboxClose, #cboxAdditionalClose { position:absolute; bottom:0; right:0; text-indent:-9999px; cursor: pointer; }
        /*#cboxClose{ height: 15px; width: 15px; background: transparent url(../../image/profil_layer/close.gif) no-repeat scroll 0 0; right: 3px; bottom: 3px; }*/
        #cboxClose{ top: 0; right: 0; background: transparent url(../../image/bg_close_transparent.png) no-repeat scroll 0 0; }

		#cboxAdditionalClose { height: 20px;	width: 20px; background: transparent url(../../image/bg_register_expli_close.gif) no-repeat scroll 0 0; right: 14px; top: 93px; }
		#colorbox.profileUniqueOverlay #cboxAdditionalClose { height: 20px; width: 20px; background: transparent url(../../image/bg_close_white.png) no-repeat scroll 0 0; right: 2px; top: 2px; }
		#colorbox.profileUniqueOverlay #cboxClose { background: none; }

.miniLayer #cboxClose { height: 0; width: 0; background:none; }
.miniLayer #cboxAdditionalClose { top: 0; right: 0; background: transparent url(../../image/bg_close_transparent.png) no-repeat scroll 0 0; }

.profileLayer #cboxClose { height: 0; width: 0; background:none; }
.profileLayer #cboxAdditionalClose { top: 0; right: 0; background: transparent url(../../image/bg_close_transparent.png) no-repeat scroll 0 0; }

/*
	photo series layer(zoom)

*/

.photoSeriesLayer #cboxTopLeft{width:21px; height:21px; background:url(../../image/colorbox/photo_series_zoom.png) -100px 0 no-repeat;}
.photoSeriesLayer #cboxTopRight{width:21px; height:21px; background:url(../../image/colorbox/photo_series_zoom.png) -129px 0 no-repeat;}
.photoSeriesLayer #cboxBottomLeft{width:21px; height:21px; background:url(../../image/colorbox/photo_series_zoom.png) -100px -29px no-repeat;}
.photoSeriesLayer #cboxBottomRight{width:21px; height:21px; background:url(../../image/colorbox/photo_series_zoom.png) -129px -29px no-repeat;}
.photoSeriesLayer #cboxMiddleLeft{width:21px; background:url(../../image/colorbox/photo_series_zoom.png) left top repeat-y;}
.photoSeriesLayer #cboxMiddleRight{width:21px; background:url(../../image/colorbox/photo_series_zoom.png) right top repeat-y;}
.photoSeriesLayer #cboxTopCenter{height:21px; background:url(../../image/colorbox/photo_series_zoom_border.png) 0 0 repeat-x;}
.photoSeriesLayer #cboxBottomCenter{height:21px; background:url(../../image/colorbox/photo_series_zoom_border.png) 0 -29px repeat-x;}
.photoSeriesLayer #cboxClose { height: 0; width: 0; background:none; }
.photoSeriesLayer #cboxAdditionalClose { top: 0; right: 0; background: transparent url(../../image/bg_close_transparent.png) no-repeat scroll 0 0; }