#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
#cboxOverlay {
    /*background: url("../images/overlay.png") repeat scroll 0 0 transparent;  */
    background-color: black !important;
	background-color: #333333; /* this hack is for opera support 	 * you can uncomment the background-image if you don't care about opera. 	 * this gives you the flexibility to use any bg color that you want, instead of the png 	 */	
	background-image: none;
	background-repeat: repeat;
	display: none;
	border:1px solid red;

   
}

#colorbox
{
	background-color: #ffffff;
	border: 10px solid #0CA5CA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:absolute;
	
}


/*#colorbox {
}
#cboxTopLeft {
    background: url("../images/controls.png") no-repeat scroll -100px 0 transparent;
    height: 21px;
    width: 21px;
}
#cboxTopRight {
    background: url("../images/controls.png") no-repeat scroll -129px 0 transparent;
    height: 21px;
    width: 21px;
}
#cboxBottomLeft {
    background: url("../images/controls.png") no-repeat scroll -100px -29px transparent;
    height: 21px;
    width: 21px;
}
#cboxBottomRight {
    background: url("../images/controls.png") no-repeat scroll -129px -29px transparent;
    height: 21px;
    width: 21px;
}
#cboxMiddleLeft {
    background: url("../images/controls.png") repeat-y scroll left top transparent;
    width: 21px;
}
#cboxMiddleRight {
    background: url("../images/controls.png") repeat-y scroll right top transparent;
    width: 21px;
}
#cboxTopCenter {
    background: url("../images/border.png") repeat-x scroll 0 0 transparent;
    height: 21px;
}
#cboxBottomCenter {
    background: url("../images/border.png") repeat-x scroll 0 -29px transparent;
    height: 21px;
}*/
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxLoadedContent {
}
#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 58px;
    position: absolute;
}
#cboxSlideshow {
    bottom: 4px;
    color: #0092EF;
    position: absolute;
    right: 30px;
}
#cboxPrevious {
   /* background: url("../images/controls.png") no-repeat scroll -75px 0 transparent;*/
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxPrevious.hover {
    background-position: -75px -25px;
}
#cboxNext {
    background: url("../images/controls.png") no-repeat scroll -50px 0 transparent;
    bottom: 0;
    height: 25px;
    left: 27px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxNext.hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
 
}
#cboxLoadingGraphic {
 
}
#cboxClose {
    background: url("../images/cross.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    position: absolute;
    right: -20px;
    text-indent: -9999px;
    top: -20px;
    width: 31px;
    z-index: 99999;
}
#cboxCloseHover {
    background: url("../images/cross_o.png") no-repeat scroll 0 0 transparent;
    
}