#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:auto;float:left;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay {position:absolute; top:0; left:0; width:100%;}
#cboxLoadingGraphic {position:absolute; top:24px; left:24px; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#000;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../img/cb/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(../img/cb/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(../img/cb/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../img/cb/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../img/cb/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../img/cb/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../img/cb/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../img/cb/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{padding:15px 15px 36px;}
        #cboxLoadingOverlay{background:url(../img/cb/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute;top:-10px;right:-10px;background:url(../img/cb/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}
        #cboxMeta{width:300px;float:left;margin-top:15px;overflow:auto;}
            #cboxTitle{text-align:left; padding-left:1em;}
        #cboxController{position:absolute;bottom:0;left:13px;clear:both;}
            #cboxCurrent{float:right;padding-top:4px;}
            #cboxSlideshow{float:left;}
            #cboxPrevious{float:left;background:url(../img/cb/controls.png) -75px -25px no-repeat; width:25px; height:25px; text-indent:-9999px;}
            #cboxPrevious.hover{background-position:-75px 0px;}
            #cboxNext{float:left;background:url(../img/cb/controls.png) -50px -25px no-repeat; width:25px; height:25px; text-indent:-9999px;}
            #cboxNext.hover{background-position:-50px 0px;}

.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../shared/img/cb/internet_explorer/borderTopLeft.png', sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderTopCenter.png', sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderTopRight.png', sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderBottomLeft.png', sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderBottomCenter.png', sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderBottomRight.png', sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderMiddleLeft.png', sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../shared/img/cb/internet_explorer/borderMiddleRight.png', sizingMethod='scale');}

.colorbox-thumb ul.plain {
	padding:0 0 6px;
	margin:0;
}
.colorbox-thumb ul.plain li {
	padding:0 0 0 6px;
	margin:0;
	float:left;
}
.colorbox-thumb ul.plain li:first-child,
.colorbox-thumb ul.plain li.first-child {
	padding:0;
}
.colorbox-thumb ul.plain li a,
.colorbox-thumb ul.plain li img {
	display:block;
}
body.shops #cboxMeta,
body.stories #cboxMeta {
	width:0;
	display:none;
	float:none;
}
body.shops #cboxContent {
	float:none;
}
body.shops #cboxLoadedContent{
	padding:15px 5px 36px 15px;
}