#cboxPrevious{
	background: url(../images/previous_gallery.png) no-repeat center center !important;
	left:0!important;
}
#cboxNext{
	background: url(../images/next_gallery.png) no-repeat center center !important;
right:2px !important;
}
#cboxClose{
	background: url(../images/close_gallery.png) no-repeat top left !important;
	top: -20px !important;
    
}
#cboxPrevious, #cboxNext,#cboxClose{	border-radius:0!important;	width: 32px !important;	box-shadow:none !important}
#cboxWrapper {background-color:rgba(255,255,255,1) !important;}
#cboxLoadedContent{border:0!important;}
#cboxTitle{color:#b20932!important; display:none}
#cboxCurrent{display:none !important}

#cboxPrevious, #cboxNext{height:36px !important; background-size:cover}

#colorbox{box-sizing:border-box; border:1px solid #FFF}

#cboxTitle{top:auto; bottom:0; background:rgba(0,0,0,0.7); overflow:visible; line-height:1.2; padding:8px;box-sizing:border-box;color:#FFF !important;width:100%}
#cboxTitle:empty{display:none !important}
#cboxLoadedContent{margin-top:-20px}
#cboxWrapper{background:#000 !important}

#cboxClose{
	width:34px !important; height:34px !important;
	background: rgba(255,255,255,0.7) url(../images/close_gallery.png) no-repeat center center !important;
	top: -20px !important; right:0
    
}