/* Custom Colorbox CSS */
#colorbox iframe 
{
    width: 100%;
    height: 100%;
    background-color: White;
}
#colorbox  
{
    z-index:101; 
}

#cboxOverlay 
{
    background: none repeat scroll 0 0 #999999;
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
	z-index: 100;
}
