/*
#cboxContent {position: relative; overflow: hidden;}
#cboxLoadedContent iframe {border-bottom: 0px; border-left: 0px; width: 100%; display: block; height: 100%; border-top: 0px; border-right: 0px;}


#cboxLoadingOverlay {position: absolute; width: 100%; top: 0px; left: 0px;}
#cboxLoadingGraphic {position: absolute; width: 100%; top: 0px; left: 0px;}
#cboxPrevious {cursor: pointer;}
#cboxNext {cursor: pointer;}
#cboxClose {cursor: pointer;}
#cboxSlideshow {cursor: pointer;}
#cboxOverlay {background: #000;}
#colorBox {}
#cboxTopLeft {width: 25px; background: url(/lib/themes/default/border1.png) no-repeat 0px 0px; height: 25px;}
#cboxTopCenter {background: url(/lib/themes/default/border1.png) repeat-x 0px -50px; height: 25px;}
#cboxTopRight {width: 25px; background: url(/lib/themes/default/border1.png) no-repeat -25px 0px; height: 25px;}
#cboxBottomLeft {width: 25px; background: url(/lib/themes/default/border1.png) no-repeat 0px -25px; height: 25px;}
#cboxBottomCenter {background: url(/lib/themes/default/border1.png) repeat-x 0px -75px; height: 25px;}
#cboxBottomRight {width: 25px; background: url(/lib/themes/default/border1.png) no-repeat -25px -25px; height: 25px;}
#cboxMiddleLeft {width: 25px; background: url(/lib/themes/default/border2.png) repeat-y 0px 0px;}
#cboxMiddleRight {width: 25px; background: url(/lib/themes/default/border2.png) repeat-y -25px 0px;}
#cboxContent {background: #fff;}
#cboxLoadedContent {margin-bottom: 20px;}
#cboxTitle {position: absolute; text-align: center; width: 100%; bottom: 0px; color: #999; left: 0px;}
#cboxCurrent {position: absolute; bottom: 0px; color: #999; left: 100px;}
#cboxSlideshow {position: absolute; bottom: 0px; color: #444; right: 42px;}
#cboxPrevious {position: absolute; bottom: 0px; color: #444; left: 0px;}
#cboxNext {position: absolute; bottom: 0px; color: #444; left: 63px;}
#cboxLoadingOverlay {background: url(/lib/themes/default/loading.gif) #fff no-repeat 5px 5px;}
#cboxClose {position: absolute; bottom: 0px; display: block; color: #444; right: 0px;}
.cboxIE #cboxTopLeft {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxTopCenter {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxTopRight {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxBottomLeft {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxBottomCenter {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxBottomRight {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxMiddleLeft {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
.cboxIE #cboxMiddleRight {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale'); background: none transparent scroll repeat 0% 0%;}
*/
/*
    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, #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; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #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;}

.qBox, .rBox, .pBox, .tBox
{
	background-image:url(/lib/img/icons.gif);
	background-repeat: no-repeat; padding-bottom:5px;
}
.qBox {background-position: -24px    0px;}
.tBox {background-position: -72px    0px;}
.rBox {background-position: -48px    0px;}
.pBox {background-position: 0px    0px;}

.qBox:hover, .rBox:hover, .pBox:hover, .tBox:hover {background-position-y:-25px;}
.qBox img, .rBox img, .pBox img, .tBox img {height:20px;width:20px;argin-top:-8px;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(/lib/themes/default/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(/lib/themes/default/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(/lib/themes/default/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(/lib/themes/default/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(/lib/themes/default/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(/lib/themes/default/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(/lib/themes/default/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(/lib/themes/default/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/lib/themes/default/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/lib/themes/default/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/lib/themes/default/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
        
/*---------- bubble tooltip -----------*/
ul.galleryLinks, ul.tipsLinks {
	list-style-type: none; 
	margin: 0px; 
	list-style-image: none; 
	padding: 0px;}
ul.galleryLinks li {top:-4px;}
ul.galleryLinks li, ul.tipsLinks li {position: relative; display: inline; }
ul.galleryLinks li ul, ul.tipsLinks li ul {display: none;}
ul.galleryLinks li:hover ul 
{
	display:block;
	z-index: 30;
    position:absolute;
    top:-4px; left:-22px;
	padding: 15px 0 0 0;
	width:200px;
	color: #696969;
	font-size: .8em;
	font-weight:bold;
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
	}
ul.tipsLinks li:hover ul 
{
	display:block;
	z-index: 30;
    position:absolute;
    top:-5px; left:-155px;
	padding: 15px 0 0 0;
	width:200px;
	color: #696969;
	font-size: .8em;
	font-weight:bold;
    text-align: center;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1.0;
	MozOpacity: 1.0;
	opacity: 1.0;
}
ul.galleryLinks li.over ul, ul.tipsLinks li.over ul {display: block;}

.tooltip span.top {
	display: block;
	padding: 30px 8px 0px;
    background: url(bub.gif) no-repeat top;
}
.tips span.top {
	display: block;
	padding: 30px 8px 0;
    background: url(bub2.gif) no-repeat top;
}
.tooltip span.middle, .tips span.middle { 
	display: block;
	padding: 0 8px; 
	background: url(bub_filler.gif) repeat bottom; 
}
.tooltip span.bottom, .tips span.bottom {
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bub.gif) no-repeat bottom;
}

.ajaxwait 
{
	background-color:Gray;
	background-image:url(/lib/themes/default/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	filter: alpha(opacity:50);
	KHTMLOpacity: 0.50;
	MozOpacity: 0.50;
	opacity: 0.50;
}