

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:-1;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}


#cboxOverlay{background-color:#fff; }
#colorbox{font-size:14px; text-align:right; text-transform:uppercase; color:#6D6D6D;}
    #cboxContent{margin:60px 240px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{}
        #cboxTitle{ position:fixed; top:150px; right:26px; line-height:20px; font-size:11px; width:209px}
        #cboxCurrent{position:fixed; top:37px; right:26px;}
        #cboxPrevious{position:fixed; top:17px; right:80px;}
        #cboxPrevious:hover{color:#000;}
        #cboxNext{position:fixed; top:17px; right:26px;}
        #cboxNext:hover{color:#000;}
        #cboxClose{position:fixed; top:57px; right:26px; text-transform:none; }
        #cboxClose:hover{color:#000;}
        #cboxXtra{position:fixed; top:16px; right:65px; }
	
	
@media only screen and (max-device-width: 480px) {
#cboxLoadedContent{position:fixed; left:180px; top:20px;}
.cboxPhoto{min-width:600px; height:auto;}
#colorbox{font-size:14px; text-align:left;}
    #cboxContent{margin:20px 100px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat; position:fixed; left:180px; top: 20px;  right:auto;}
        #cboxTitle{ position:fixed; top:350px; left:26px;  right:auto; line-height:20px; font-size:10px; width:180px}
        #cboxCurrent{position:fixed; top:237px; left:26px; right:auto;}
        #cboxPrevious{position:fixed; top:217px; left:26px; right:auto;}
        #cboxNext{position:fixed; top:217px; left:80px; right:auto;}
        #cboxClose{position:fixed; top:257px; left:26px;  right:auto;}
        #cboxXtra{position:fixed; top:216px; left:65px;  right:auto; }
}