#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    z-index: 9999;
	
}

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%	;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #000000;
	/*background: transparent */
}
#colorBox {
}
#cboxWrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}
#cboxTopLeft {
    height: 15px;
    width: 15px;
}
#cboxTopCenter {
    height: 15px;
}
#cboxTopRight {
    height: 15px;
    width: 15px;
}
#cboxBottomLeft {
    height: 10px;
    width: 15px;
}
#cboxBottomCenter {
    height: 10px;
}
#cboxBottomRight {
    height: 10px;
    width: 15px;
}
#cboxMiddleLeft {
    width: 15px;
}
#cboxMiddleRight {
    width: 15px;
}
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
    font: 12px "Lucida Grande",Verdana,Arial,sans-serif;
    overflow: hidden;
}
#cboxError {
    border: 1px solid #CCCCCC;
    padding: 50px;
}
#cboxLoadedContent {
    margin-bottom: 28px;
}
#cboxTitle {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 28px;
    color: #535353;
    left: 0;
    padding: 4px;
    position: absolute;
    width: 100%;
}
#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 60px;
    position: absolute;
}
.cboxSlideshow_on #cboxSlideshow {
    
    bottom: 0;
    height: 25px;
    position: absolute;
    right: 30px;
    text-indent: -9999px;
    width: 25px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -101px -50px;
}
.cboxSlideshow_off #cboxSlideshow {
    
    bottom: 0;
    height: 25px;
    position: absolute;
    right: 30px;
    text-indent: -9999px;
    width: 25px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -25px -50px;
}
#cboxPrevious {
    
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxPrevious.hover {
    background-position: -75px -25px;
}
#cboxNext {
    
    bottom: 0;
    height: 25px;
    left: 27px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxNext.hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxLoadingGraphic {
    
}
#cboxClose {
    
    bottom: 0;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 25px;
}
#cboxClose.hover {
    background-position: -25px -25px;
}
.cboxIE6 #cboxTitle {
    background: none repeat scroll 0 0 #FFFFFF;
}

#cboxWrapper .node-page { width: auto !important }
.colorbox_page_template { width: 500px !important; padding: 10px 0 !important; margin-right: 20px; }

.colorbox_page_template { padding: 10px 0 0px 0 !important }
#cboxLoadedContent { padding-bottom: 0px !important; overflow: hidden !important }