/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxWrapper, #cboxOverlay{
	position:absolute; top:0 !important ; left:0 !important ;  z-index:10000;
	margin-right:auto;
	margin-left:auto; }
#cboxOverlay{ width:100%; height:100%; background-color:#463ABD }


#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{
	top:0px;
	
	position:relative;
	text-align: left;	
	
}
#cboxLoadedContent{
	overflow:auto;
	text-align: left;	
}
#cboxTitle{
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #463ABD;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:726px;
	height: 450px;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{
	float:left;
	display:block;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.cboxIframe{
	width:728px;
	height:450px;
	display:block;
	border:0;
	margin-left: 0;
	text-align: left;
}

/* 
    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.
*/

#colorbox{}
    #cboxTopLeft{
	width:0px;
	height:0px;
	background-color: #FFF;
}
    #cboxTopRight{
	width:0px;
	height:0px;
	background-color: #FFF;
}
    #cboxBottomLeft{
	width:0px;
	height:0px;
	background-color: #FFF;
}
    #cboxBottomRight{	width:0;
	height:0px;
	background-color: #FFF;}
    #cboxMiddleLeft{
	width:0;
	height:0px;
	background-color: #FFF;
	text-align: center;
}
    #cboxMiddleRight{	width:0;
	height:0px;
	background-color: #FFF;}
    #cboxTopCenter{
	height:0px;
	background-color: #FFF;
}
    #cboxBottomCenter{height:0px;
	background-color: #FFF;}
    #cboxContent{
	background:#fff;
	overflow:hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	bottom: 100px;
	
}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0;}
        #cboxTitle{
	position:absolute;
	bottom:10px;
	width:100%;
	color:#463ABD;
	text-align: center;
	
}
        #cboxCurrent{
	position:absolute;
	bottom:4px;
	
	color:#463ABD;
}
        #cboxSlideshow{position:absolute; bottom:4px;  color:#0092ef;}
        #cboxPrevious{
	position:absolute;
	top:10px;
	right:50px;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background-image: url(images/controls.png);
	background-repeat: no-repeat;
	background-position: -75px 0;
}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{
	position:absolute;
	top:10px;
	right:10px;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background-image: url(images/controls.png);
	background-repeat: no-repeat;
	background-position: -50px 0;
}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{
	
	background-color: #FFF;
}
        #cboxLoadingGraphic{
	background:url(images/loading.gif) no-repeat center center;
	z-index: 401;
}
        #cboxClose{
	position:absolute;
	top:10px;
	right:30px;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background-image: url(images/controls.png);
	background-repeat: no-repeat;
	background-position: -25px 0;
	
}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{
	background-color: #FFF;
	background-image: url(images/ie6/borderBottomLeft.png);
	margin: 20px;
}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
a:focus
{
	
	outline: none;
}