/* Default stylesheet for polar*/

html, body {height: 100%;}

/* wide 
1000px
350px
730px


*/
body {
  background-color: #fafeff;
  color: #444444;
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
  font-size: 68.8%;
  margin: 0px;
}


table,caption,th,td {
  font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
}
h1 {
  font-size: 16px;
  
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

a img {
	border: none;
}
.body img {
	margin: 3px 0px 5px 10px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}


/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
/* General links */
a:link {color: #cc3399; text-decoration: none;}
a:visited { /* color: #444444; */ color: #cc3399; text-decoration: none;}
a:hover {color: #303; text-decoration: underline;}

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp { }
.cp a { font-size: 10px;}
.cp a:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }
.frontbox {
margin-top: 15px;
}
.frontbox .headlinelink { font-size: 11px;color: #C39;font-weight: bold;}
.frontbox .headlinelink:link { color: #C39;text-decoration: none;}
.frontbox .headlinelink:visited { }
.frontbox .headlinelink:hover { color: #303;text-decoration: underline;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; background: url(/getfile.php/981155.1554.qccuvsrypc/date.png) no-repeat;padding:2px 5px 0 20px;}
.authorimg { color: #333333; font-size: 10px; background: url(/getfile.php/981156.1554.veyddfypdw/user.png) no-repeat;padding:2px 5px 0 20px;}
.feedback { }
#copyright { font-size: 10px;}
.path span.arrow { padding: 0px 3px; }


/* CSS code for (rounded) corners. Remember position: relative; on container element */


.bedrift span.corner {
background-image: url(/getfile.php/1041691.1574.qucsrapvdp/bedriftboxborder.png);
}

.box span.corner {
background-image: url(/getfile.php/1035321.1574.cyycpdvedr/box_borders.png);
}
span.corner { 
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  width: 13px;
  height: 13px;
}

/* fixes the boxes for bedrift */
.bedrift span.corner.tl {
  background-position: top left;
  left: 0px;
  top: 0px;
}
.bedrift span.corner.tr {
  background-position: top right;
  right: 0px;
  top: 0px;
}

.bedrift span.corner.br {
  background-position: bottom right;
  bottom: 0px;
  right: 0px;
}
.bedrift span.corner.bl {
  background-position: bottom left;
  bottom: 0px;
  left: 0px;
}
/* */
span.corner.tl {
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr {
  background-position: top right;
  right: -1px;
  top: -1px;
}

span.corner.br {
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl {
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


/* midtskygge */
div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required  */
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}

/* adminbar */
.adminbar { float: right;padding-top:5px;}
/* Standard tools */
div.tools { float: left;}

div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }
.center {
text-align: center;
margin: 0 auto;
}


/* Share Widget */

.share_anchor { 
position: absolute; 
left: 20px; 
bottom: 10px; padding: 0; 
list-style-type: none; 
}
.share_button{ 
outline: none; 
}
.share_button a	{ 
text-decoration: none; 
color: #444444; 
font-weight: bold; 
}
.share_button .share_text{ 
padding: 4px 5px; 
border: 1px solid #CCCCCC; 
border-right: none; 
background: #FFF; 
color: #444444; }

.share_button .share_icon{ 
padding: 4px 8px; 
border: 1px solid #CCCCCC; 
background: #0e3546; 
color: #FFF; 
}
.share_menu { 
position: absolute; 
z-index: 1000; 
left: 0px; 
top: 22px; 
list-style-type: none; 
width: 480px;
border: 1px solid #CCC; 

}
.share_menu li{
background: #FFF; 
padding: 4px;
float: left;
width: 160px;
}
.share_menu li a{ 
padding: 5px 3px; 
text-decoration: none;
}
.share_menu li:hover{ 
background: #f9f9f9; 
}

/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 16px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
  color: #0066cc;
  font-weight: normal;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}

.frontbox .subheadline, .frontbox h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
  font-size: 11px;
  color: #999;
}
.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
  color: #666666;
  font-size: 12px;
}

.byline {
float: left;
}

p.byline, .byline {
  margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.frontbox .articleblock .imgwrap{
	width: 300px;
	float: none;
	border: 1px solid #dbdedf;
	padding: 3px;
	margin: 0 auto;
	text-align: center;
}



.articleblock .imgwrap img{
	/*max-width: 100%;*/
}
.articleblock .textwrap{
	float: right;
	width: 65%;
}

.frontbox .articleblock .textwrap{
	width: 100%;
	float: none;
}

/* Full text width if no listing image */
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol { 
	width: 100%;
}
div.twocol .pair0 { 
	clear: both;
	float: left;
	width: 300px;
}
div.twocol .pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
	width: 300px;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000000;
  	font-size: 1px;
  	clear: both;
  	height: 10px;
  	margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
  color: #333333;
  font-family: Verdana;
}

.slideshow{
}

.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 
/*
blue - /getfile.php/980766.1554.eabqupqtbe/page_bg.png
orange - /getfile.php/981724.1554.xbttsafubf/page_bg_orange.png
yellow - /getfile.php/981734.1554.cxbsuqcyae/page_bg_yellow.png
dark green - /getfile.php/981736.1554.ddeeaaqesy/page_bg_darkgreen.png
*/
#page {
	background: url(/getfile.php/1035155.1574.uaeedxtxxy/top_bg.png) repeat-x;
  	width: 100%;
	margin: 0 auto;
  	padding: 0px;
  	text-align: left;
    position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#page .inner{
  	width: 900px;
	margin: 0 auto;
  	padding: 0px;
  	text-align: left;
  	position: relative;
}

#topleft {
	float: left;
  	margin: 0px;
  	padding: 0px;
  	overflow: hidden;
  	display: inline;
  	height: 80px;
  	width: 400px;
}
#top {
  	position: absolute;
  	left: -40px;
  	display: block;

}
#topright {
	float: right;
	width: 50%;
}
.topnav {
color: #999999;
padding-top: 5px;
height: 25px;
font-size: 11px;
text-align: right;
float:right;
}

.topnav a {
color: #0099ff;
text-decoration: none;
}

.topnav a:hover {
color: #036;
text-decoration: underline;
}

.langbar img{
padding: 2px 0;
vertical-align: top;
}

#middle {

height: 100%;
}
#navbar {
background: #FFF url(/getfile.php/1035160.1574.qacfqvtxut/topmenu.png) repeat-x;
width: 100%;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
margin-bottom: 10px;
}
#navbar .inner {
width: 900px;
margin: 0 auto;
}


#content {
width: 900px;
margin: 0 auto;
padding-bottom: 150px;
padding-top: 15px;

}
.page141503 #content {
padding-top: 0;
}

#subnavbar {
float: left;
width: 200px;
margin-right: 10px;
}
#main {
	float: left;
  	min-height: 500px;
	width: 630px;
}


.articlepage #subnavbar {
margin-right: 0;
}
#mainsidebar {
	float: right;
	width: 230px;
}
.page150370 #mainsidebar, .page150531 #mainsidebar {
	display: none;
}
#footer {
	background: #c4ebff url(/getfile.php/1035199.1574.dductvfdwx/footer_bg.png) repeat-x top;
	border-top: 1px solid #dbf4fe;
	height: 140px;
	width: 100%;
  	clear: both;
  	text-align: center;
  	margin: 0 auto;
  	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
}

#footer .inner{
	background: url(/getfile.php/1035222.1574.fryasbepxu/footer_innerbg.png) no-repeat center top;
	height: 120px;
	width: 900px;
  	text-align: center;
  	padding: 10px;
  	color: #8da4a4;
}

#footer .inner a {
	color: #09F;
	text-decoration: none;
}

#footer .inner a:hover {
	color: #036;
	text-decoration: underline;
}

/* SECTION: Main */
.articleblock {
}

.slideshowpage .articleblock {
width: 240px;
float: left;
margin-right:5px;
}


/* SECTION: Sidebar */
.sidebar {
}

/* SECTION: box */
.box {
  padding: 3px;
  margin: 0px 0px 15px 0px;
  position: relative;
  border: 1px solid #e9eced;
  background: #ffffff;
  zoom: 1;
  color: #666;
}
.box .head {
background: #EDF6F9 url(/getfile.php/1035323.1574.wevexxesuq/box_header.png) no-repeat left top;
font-size: 14px;
height:32px;
padding:5px 0 0 15px;
}
.box .cell {
background: #edf6f9;
padding: 5px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;
  color: #06C;
  font-weight: normal;
  font-size: 1.1em;
}
.fronttitle{
	padding: 3px 0;
  	margin: 3px 0px;
  	color: #333;
  	font-weight: normal;
  	font-size: 1.1em;
  	text-transform: uppercase;
  	border-bottom: 1px solid #e6e9ea;
  	width: 300px;
}

/* SECTION: menu elements */

ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}
ul.menu li ul li.menulevel1,ul.menu li ul li.menulevel2,ul.menu li ul li.menulevel3 {
background: url(/getfile.php/981392.1554.cerqcwetcx/menu_sublink.gif) no-repeat;
padding-left: 15px;
}

ul.submenu  {
list-style:none;
}

ul.submenu  li  {
display: block;
margin: 5px 0;
}


ul.submenu  li a {
background: url(/getfile.php/1041606.1574.yrcpxbwqpd/snowflake_off.png) no-repeat;
padding: 0px 0 0px 20px;
display: block;
text-decoration: none;
color: #cc3399;
}

ul.submenu li a.itemselected,ul.submenu li a:hover {
background: url(/getfile.php/1041607.1574.wdvburfwbt/snowflake_on.png) no-repeat;
color: #303;
}

#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}

#navbar ul.menu li {
float: left;
margin: 0 1px 0 0;
background: #FFF url(/getfile.php/1035160.1574.qacfqvtxut/topmenu.png) repeat-x;
border-right: 1px solid #b2eafc;
border-left: 1px solid #b2eafc;

}
#navbar ul.menu li a{
display: block;
padding: 6px 10px;
color: #3399cc;
text-decoration: none;
font-size: 14px;
font-family: Arial;
}

#navbar ul.menu li a:hover,#navbar ul.menu li a.itemselected {
background: url(/getfile.php/1035184.1574.dfqwscfpts/topmenu_hover.png) repeat-x;
color: #cc3399;
}

#navbar ul.menu li a:active {
}

#tools {
  list-style-type: none;

}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}


/* SECTION: search form*/
#topsearch {
margin-top: 10px;
text-align: right;
}
#searchform {
margin:0px;
padding: 0;
}
#topsearch input.searchinput {
	background: url(/getfile.php/1035162.1574.tqtpbusuqc/search_bg.png) no-repeat;
	border: 0;
	font-size:12px;
padding:2px 5px;
margin: 0;
width:115px;
  vertical-align: middle;
  color: #0099ff;
  
}	
#topsearch input.searchsubmit {
background: url(/getfile.php/1035169.1574.veuqpuvvud/search_btn.png) no-repeat;
  vertical-align: middle;
  border: 0;
color:#444444;
cursor:pointer;
font-size:12px;
margin-left:0px;
padding:0px;
vertical-align:middle;
width:43px;
height: 20px;
  cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
  padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}

input.newslettersubemail {
	width: 98%;
}


.chair {
display: block;
background: url(/getfile.php/1041308.1574.wqtfwatdac/chair.png) no-repeat;
float:right;
height:41px;
position:absolute;
right:10px;
top:10px;
width:35px;
}
.coffee {
display: block;
background: url(/getfile.php/1041309.1574.sqbayrrtfc/coffee.png) no-repeat;
float:right;
height:44px;
position:absolute;
right:10px;
top:10px;
width:41px;
}

/* bedriftvisining */

.bedriftlisting .bedrift {
margin-bottom: 10px;
position: relative;
zoom: 1;
}
.bedriftcell {
padding: 5px;
border: 2px solid #e6e9ea;
background: #FFF;
}
.bedriftlisting .bedriftlogo {
float: left;
padding-top: 10px;
/* width: 120px; */
width: 120px;
text-align: center;
}
.bedriftlisting .bedriftlogo.bordered img{
border: 1px solid #cc3399;
}
.bedriftlisting .bedriftinfo {
float: left;
border-right: 1px solid #edf6f9;
border-left: 1px solid #edf6f9;
/* width: 380px; */
width: 330px;
padding: 5px 10px;
}

.bedriftlisting .bedriftcontact {
float: right;
padding: 10px;
/* width: 160px; */
width: 110px;
}


.divider {
border: 0;
border-bottom: 1px solid #CCC;
display: block;
height: 1px;
margin: 10px 0;
width: 100%;
}


/*
    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:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    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.
*/
iframe {
position: static !important;
top:0;
left:0;
overflow: hidden;

}
#cboxOverlay{background:url(/getfile.php/1113207.1574.vydpxbyeqw/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/getfile.php/1113203.1574.euydsryqqd/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/getfile.php/1113203.1574.euydsryqqd/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#FFF; text-align: center; margin: 0 auto; }
        #cboxLoadedContent{margin-bottom:28px; position: relative;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/getfile.php/1113205.1574.sxvudsqwsu/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/getfile.php/1113206.1574.ffyeruyxbb/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/getfile.php/1113204.1574.cacdacfvdy/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113214.1574.qsvytyqbsv/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113213.1574.bytdaeyvty/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113215.1574.ybqxycswfb/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113209.1574.sbrpfyeqdw/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113208.1574.dvtwwtqvuc/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113210.1574.xyseefcfda/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113211.1574.yvuwdprswr/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/getfile.php/1113212.1574.taqfedwdvd/borderMiddleRight.png, sizingMethod='scale');}