﻿
#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:99999999; 
	overflow:hidden;
}
#cboxOverlay{
	position:fixed; 
	width:100%; 
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	width: 100% !important;
	background: url("../img/loader.gif") center center no-repeat;
	overflow-x: auto;
	overflow-y: hidden;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left; 
	margin:auto; 
	border:0; 
	display:block;
}
.cboxIframe{
	width: 100%; 
	height: 100%;
	margin: 0px auto;
	display:block; 
	border:0;
      background-color: #e4f1fa;
}
#cboxOverlay{
	background:#000;
}
#colorbox{
	background-repeat: no-repeat;
	background-position: center top;
}
#cboxContent{
	width: 600px !important;
	background: #f7f7f7;
/*	padding: 6px;*/
	margin: 30px auto 0px;
	float: none !important;
    border-radius: 6px;
}
/*.cboxIframe{
	background: #000000;
}*/
#cboxError{
	padding:50px; 
	border:1px solid #ccc;
}
#cboxLoadedContent{
	padding: 0px;
	margin: 0px 0px 0px;
}
#cboxTitle{
	position: absolute;
	top: -34px;
	left: 0px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
#cboxCurrent{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color:#000000;
	position:absolute; 
	bottom: 55px; 
	left: 120px; 
}
#cboxSlideshow{
	position:absolute; 
	top:-20px; 
	right:90px; 
	color:#fff;
}
#cboxPrevious{
	position:absolute;
	bottom: 45px; 
	margin: 0px 0px 0px 450px; 
	background: url(../img/arrows.png) no-repeat; 
	background-position: left top;
	width: 92px; 
	height: 29px; 
	overflow: hidden;
}
#cboxPrevious:hover{
	background-position:bottom left;
	background: url(../img/arrows.png) no-repeat; 
	background-position: left top;
}
#cboxNext{
	position:absolute;
	bottom: 45px; 
	right: 100px;
	margin: 0px 0px 0px 0px; 
	background: url(../img/arrows.png) no-repeat; 
	background-position: -53px top;
	width:92px; 
	height:29px; 
	overflow: hidden;
}
#cboxNext:hover{
	background-position:bottom right;
	background: url(../img/arrows.png) no-repeat; 
	background-position: -53px top;
}
#cboxLoadingOverlay{
	background:#000;
}
#cboxLoadingGraphic{
	background: url(../img/loader.gif) no-repeat center center;}
#cboxClose{
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    display: block;
    background: url(../img/close-button.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    text-indent: -9999px;
}
#cboxClose:hover{
	background-position: left -31px;
}
#cboxClose:hover{
	background-position: bottom center;
}

#cboxWrapper, #colorbox {
	height: 700px !important;
	}

@media screen and (max-width:800px)
{
	#colorbox, #cboxLoadedContent, #cboxWrapper, #cboxOverlay {
		width: 100% !important;
		padding: 0px !important;
	}
	#cboxContent {
		width: 80% !important;
		padding: 0px !important;
		margin: auto !important;
        
	}
}

@media screen and (max-width:640px)
{
	/* #cboxWrapper, #colorbox {
	height: 285px !important;
	}	 */




	
}

@media screen and (max-width:600px)
{
	#cboxWrapper, #colorbox {
/*	height: 490px !important;*/
	}
}

@media screen and (max-width:480px)
{
	#cboxContent {
		width: 100% !important;
		padding: 0px !important;
		margin: auto !important;
	}
	/*#cboxWrapper, #colorbox {
	height: 265px !important;
	}  */

	
}
@media screen and (max-width: 414px)
{
	/*#cboxWrapper, #colorbox {
	height: 230px !important;
	}	 */
}

@media screen and (max-width:375px)
{
	/* #cboxWrapper, #colorbox {
	height: 210px !important;
	} */
}
@media screen and (max-width:360px)
{
	/* #cboxWrapper, #colorbox {
	height: 190px !important;
	} */
		
}
@media screen and (max-width:320px)
{
	/* #cboxWrapper, #colorbox {
	height: 180px !important;
	} */

}


@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{




}

