/*

* ColorBox Core Style:

* The following CSS is consistent between example themes and should not be altered.

* @version 2.6

* @$Id: colorbox.css 662394 2013-02-02 05:29:55Z dzappone $

* @$URL: http://plugins.svn.wordpress.org/lightbox-plus/tags/2.6/css/dark/colorbox.css $

*/

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

#cboxOverlay{position:fixed; width:100%; height:100%;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}

.cboxIframe{width:100%; height:100%; display:block; border:0;}

#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 

    User Style:

    Change the following styles to modify the appearance of ColorBox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay{background:#000;}

#colorbox{}

    #cboxContent{margin-top:20px;
		margin-bottom: 50px;
		margin-left: 55px;
		margin-right: 55px;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{border:0px solid #000; background:#fff;}

        #cboxTitle{
		position:absolute; 
		left:0; 
		color:#ccc;
		margin:0;
		position:absolute; 
		bottom:-30px; 
		font-size: 14px;
		line-height: 16px;
		font-family: Arial, sans serif;}
		
		#cboxTitle a:link {color: #ddd;text-decoration: none;}      
		#cboxTitle a:visited {color:#ddd;text-decoration:none;}  
		#cboxTitle a:hover {color:#FFF;text-decoration:none;}
		#cboxTitle a:active {color:#ddd;text-decoration:none;}

        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#blue; height:0px; width:0px;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}

        #cboxPrevious{position:absolute; top: 46%; left:-56px; background:url(/images/slide_previous_2.png) no-repeat; width:35px; height:95px; text-indent:-9999px;}

        #cboxNext{position:absolute; top: 46%; right:-56px; background:url(/images/slide_next_2.png) no-repeat; width:35px; height:95px; text-indent:-9999px;}

        #cboxLoadingOverlay{background:#000;}

        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}



@media(max-width: 750px) {

	#cboxContent{
		margin-top:20px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;}

	#cboxTitle{
		position:absolute; 
		left:0; 
		color:#ccc;
		margin:0;
		position:absolute; 
		bottom:-30px; 
		font-size: 11px;
		line-height: 16px;
		font-family: Arial, sans serif;}

	#cboxPrevious{
		position:absolute; 
		top: 46%; 
		left:-56px; 
		background:url(/images/slide_previous_3.png) no-repeat; 
		width:18px; 
		height:48px; 
		text-indent:-9999px;}

    #cboxNext{
		position:absolute;
		top: 46%; 
		right:-56px; 
		background:url(/images/slide_next_3.png) no-repeat; 
		width:18px; 
		height:48px; 
		text-indent:-9999px;}