/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox.modalpricing, #cboxOverlay, .modalpricing #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
.modalpricing #cboxMiddleLeft, .modalpricing #cboxBottomLeft{clear:left;}
.modalpricing #cboxContent{position:relative;}
.modalpricing #cboxLoadedContent{overflow:auto; margin: 0px; padding: 0px;}
.modalpricing #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
.modalpricing #cboxTitle{margin:0;}
.modalpricing #cboxLoadingOverlay, .modalpricing #colorbox_a #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
.modalpricing #cboxPrevious, .modalpricing #colorbox_a #cboxNext, .modalpricing #colorbox_a #cboxClose, .modalpricing #colorbox_a .modalpricing #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

.modalpricing #colorbox{}

/*You can edit from here*/

.modalpricing #cboxContent{margin-top:0px;background:url(/images/modal/modalbg.png) no-repeat;_background:url(/images/modal/modalbg.gif) no-repeat;}
.modalpricing #cboxLoadedContent{padding:0px;}
.modalpricing #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
.modalpricing #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
.modalpricing #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
.modalpricing #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/modal/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
.modalpricing #cboxPrevious.hover{background-position:bottom left;}
 .modalpricing #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/modal/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
 .modalpricing #cboxNext.hover{background-position:bottom right;}
 .modalpricing #cboxLoadingOverlay{/*background:#fff;*/}
 .modalpricing #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
 .modalpricing #cboxClose{position:absolute; top:5px; right:5px; display:none; background:url(/images/modal/control.png) top center no-repeat;
		width:38px; height:19px; text-indent:-9999px;}
		
  .modalpricing #cboxClose.hover{background-position:bottom center; display: none;}
				
		/*Overides that i entered*/
		
		.modalpricing #cboxBottomCenter{display: none;}
		.modalpricing #cboxMiddleLeft{display: none;}
		.modalpricing #cboxTopCenter{display: none;}
		.modalpricing #cboxTopLeft{display: none;}
		.modalpricing #cboxMiddleRight{display: none;}
		.modalpricing #cboxBottomLeft{display: none;}
		.modalpricing #cboxBottomRight{display: none;}
		.modalpricing #cboxTopRight{display: none;}
	
