body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

p{ padding:0 0 5px; }
.rel, div.rel, span.rel{ position:relative; }
.abs, div.abs, spa.abs{ position:absolute; }

.clr, div.clr, span.clr, li.clr, ul.clr{ clear:both; }
.right, div.right, span.right{ float:right; }
.left, div.left, span.left{ float:left; }

.txtRight, div.txtRight, span.txtRight{ text-align:right; }
.txtLeft, div.txtLeft, span.txtLeft{ text-align:left; }

.hidden, div.hidden, span.hidden, input.hidden{ display:none; }
option.hidden{ display:none !important; }

.colorGreen, span.colorGreen, h1.colorGreen{ color:#78b444; }
.lightGrey, span.lightGrey, h1.lightGrey, h2.lightGrey{ color:#8f8f8f; }
.darkGrey, span.darkGrey, h1.darkGrey, h2.darkGrey{ color:#686868; }
.orange, span.orange, h1.orange, h2.orange{ color:#fc7809; }
.black, span.black, h1.black, h2.black{ color:#000000; }
.yellow, span.yellow, h1.yellow, h2.yellow{ color:#ffea00; }
 
.bold, div.bold, span.bold, h1.bold, h2.bold, h3.bold{ font-weight:bold; }
.normal{ font-weight:normal !important; }

.block, div.block, span.block{ display:block; }

.arial{ font-family:Arial, Helvetica, sans-serif; }

strong{ font-weight:bold; }
em{ font-style:italic; }
p{ padding: 0 0 15px; }
select, input.input-txt{
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #B6B6B6;
    display: block;
    padding: 5px 5px 5px 3px;
    width: 216px;
	height:28px;
	max-height:28px;
}


.box-shadow{
	-moz-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.3); 
	box-shadow:1px 3px 5px rgba(0, 0, 0, 0.3); 
}
.btn-submit{ cursor:pointer; }
.input-error, input.error, select.error{ border:1px solid #BB2828 !important; background:#fcfbe3 !important; }
.req{ color:#bb2828; }
.test{ background:#f90; }
.text-shadow{ text-shadow:0 1px 0 #333; }
.two-col-l-w h1.black-heading{ margin:0 10px 10px 0; }
.border-radius{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

div.confirm-dialog{
	background:#CBF7DD url(../images/bg-checkmark.png) no-repeat 6px 8px;
	border:3px solid #76D900;
	margin:0 10px 10px 0;
	padding:5px 5px 5px 30px;
	font-weight:bold;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
div.error-dialog{
	background:#feb8b8 url(../images/bg-error.png) no-repeat 6px 8px;
	border:3px solid #BB2828;
	margin:0 10px 10px 0;
	padding:5px 5px 5px 30px;
	font-weight:bold;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

h1.black-heading{
	background:#181818;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e8e8e8;
	padding:3px 0 4px 5px;
	margin:0 0 10px 0;
	text-transform:uppercase;
}


h1.black-heading span{
	font-size:14px;
	padding:0 0 0 15px;
	margin:-5px 0 0;
	color:#ccc;
	font-weight:normal;
}

h1.text-header{
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px;
}

h2.text-header{
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

/**** MARGINS ****/
.mb10, div.mb10, span.mb10{ margin-bottom:7px; }
.ml10, div.ml10, span.ml10{ margin-left:10px;}
.mr10, div.mr10, span.mr10{ margin-right:9px;}

/**** WIDTHS ****/
.w140, div.w140, span.w140{ width:140px;}
body {
  background: #18344d;
  color: #424242;
  font-family: 'Trebuchet MS', Lucida Grande, Arial, Lucida Console;
  font-size: 12px;
  height: 100%;
  line-height: 18px;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: 0;
  position: relative;
  padding: 0 0 354px;
}
#container {
  background: url(../images/bg-pattern-light.png);
  -moz-box-shadow: 0px 0px 5px #d3d3d3;
  -webkit-box-shadow: 0px 0px 5px #d3d3d3;
  box-shadow: 0px 0px 5px #d3d3d3;
}

.content-container {
  margin: 0 auto;
  width: 960px;
  padding: 0 10px;
}
div.content-area {
  padding: 10px 0 10px;
  position: relative;
  z-index: 1;
}
div.gradient-container div.content-area {
  padding: 12px 0 10px;
}

div#header {
  background: url(../images/bg-sprite-elements.png) repeat-x;
  height: 74px;
  padding: 7px 0 5px 5px;
  margin: 0;
  position: relative;
  z-index: 100;
}

div#header .bg-top-glow-gradient {
  background: url(../images/bg-top-glow-gradient.png);
  height: 82px;
  left: -80px;
  position: absolute;
  top: -5px;
  width: 465px;
}

div#header a.logo {
  top: 15px;
  left: 10px;
  position: relative;
  z-index: 100;
}

div#header ul#menu {
  position: absolute;
  top: 0;
  right: 0;
}

div#header ul#menu li {
  float: left;
  font-size: 11px;
  border-left: 1px dashed #888da6;
  padding: 0 5px;
}
div#header ul#menu li.first {
  border-left: none;
}
div#header ul#menu li span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
div#header ul#menu li.selected {
}

div#header ul#menu a {
  display: block;
  padding: 17px 20px;
  max-height: 75px;
}

div#header ul#menu .selected a,
div#header ul#menu a:hover {
  background: url(../images/bg-sprite-elements.png) repeat-x;
  background-position: 0px -795px;

  -moz-border-radius: 3px;
}

.top-shadow,
.branding-shadow {
  background: url(../images/bg-shadow-sides.png) no-repeat;
  width: 1009px;
  height: 208px;
  position: absolute;
  top: -110px;
  left: -15px;
  z-index: 0;
}

.branding-shadow {
  top: 300px;
  left: -15px;
}

div#main-content-block {
  background: url(../images/bg-pattern-light.png);
  min-height: 100%;
  position: relative;
  margin: -4px 0 0px 0;
  padding-bottom: 20px;
  z-index: 0;
}
div#container {
  background: url(../images/bg-firm-color.png);
  margin: 0 auto;
  /*min-height:600px;*/
  padding: 0 10px;
  width: 960px;

  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  /*
	 -moz-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.2);
	 */
}

div.gradient-container {
  background: url(../images/bg-gradient-branding.png) repeat-x 0 -5px;
}

.pixel-overlay {
  background: url(../images/bg-pattern-pixel.png);
}
.pixel-overlay-hard {
  background: url(../images/bg-pattern-hard-pixel.png);
}

div.branding {
  height: 379px;
  overflow: hidden;
  padding: 14px 0 10px;
  position: relative;
  width: 960px;
  z-index: 10;
}
div.destination-browser {
  margin: 0 0 10px;
  padding-bottom: 0;
}
div.destination-browser .pixel-overlay {
  top: 14px !important;
}

.slide-specs {
  left: 20px;
  position: absolute;
  bottom: 25px;
  z-index: 200;
}

.slide-specs .btn-front-product-link {
  background: url(../images/bg-box-slide-specs.png) top left;
  color: #ffea00;
  display: block;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-decoration: none;
  top: 20px;
  z-index: 250;
}
.slide-specs h1 {
  border-top: 1px solid #bcbcbc;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 25px 0 0;
  text-shadow: -1px -1px 3px #000;
  width: 920px;
}

.slide-specs span {
  color: #cccccc;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 0;
  width: 500px;
}

.branding .gallery-shadow {
  /*
	background:url(../images/bg-shadow-gallery.png) repeat-x;
	bottom:0;
	height:131px;
	position:absolute;
	z-index:150;
	width:960px;
	*/
}

div.branding .pixel-overlay,
.pixel-overlay-hard {
  height: 390px;
  left: 0;
  top: 0;
  width: 960px;
  z-index: 100;
}

.two-col-l-w {
  float: left;
  overflow: hidden;
  width: 725px;
}

.two-col-r-s {
  float: left;
  width: 235px;
}

.col {
  overflow: hidden;
  width: 235px;
}

.product-list li {
  border-bottom: 1px dotted #333333;
  display: block;
  float: left;
  margin: 0 5px 15px 0;
  padding: 0 0 5px;
  position: relative;
  width: 235px;
}

.product-list .product-teaser-image {
  height: 111px;
  overflow: hidden !important;
  z-index: 100;
}

.product-list a.img-link {
  color: #424242;
  padding: 0;
  text-decoration: none;
}
.product-list span.destination-name {
  background: url(../images/bg-sprite-elements.png) no-repeat;
  background-position: 0px -761px;
  font-size: 10px;
  padding: 0 5px 0 7px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 5px;
  z-index: 135;
}
.product-list span.product-list-from-price {
  background: none;
  bottom: 0;
  color: #ffea00;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-transform: none;
  top: 88px;
  right: 5px;
  z-index: 135;
}

.product-list h2 {
  background: url(../images/bg-product-list-black-h2.png) no-repeat top left;
  color: #fff;
  font-size: 16px !important;
  font-weight: bold;
  padding: 88px 5px 5px;
  position: absolute;
  width: 225px;
  top: 0;
  z-index: 130;
}
.product-list .hover-content {
  background: url(../images/bg-product-list-hover.png);
  color: #fff !important;
  height: 73px;
  top: 0;
  padding: 5px;
  position: absolute;
  text-decoration: none !important;
  width: 225px;
  z-index: 140;
  left: -250px;
}
.product-list .hover-content a {
  text-decoration: none;
}
.product-list .hover-content span {
  background: none;
  display: block;
  position: relative;
}
.product-list .hover-content h1 {
  font-size: 14px !important;
  font-weight: bold;
  color: #fff !important;
}
.product-list .hover-content h2 {
  background: none;
  position: relative;
  font-size: 12px !important;
  padding: 0 0 4px 0px;
  margin: -2px 0 0;
  color: #cfcfcf;
}
.product-list .hover-content span {
  background: url(../images/bg-product-list-bullet.gif) no-repeat 0px 8px;
  padding: 0 0 0 8px;
  color: #e8e8e8;
  font-size: 11px;
}

.product-list em {
  display: block;
  font-style: normal;
  padding: 5px 5px 25px;
  position: relative;
}
.product-list a.product-list-read-more {
  bottom: 5px;
  left: 5px;
  position: absolute;
  display: block;
}

.product-search {
  background: url(../images/bg-search-bar.png);
  padding: 15px 12px;
  color: #fff;
}
.product-search h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 !important;
}
.product-search h3 {
  font-size: 13px;
  padding: 5px 0 20px;
}

.product-search li {
  padding: 0 0 10px;
}
.product-search label {
  display: none;
}
.product-search select {
  display: block;
  background: #f9f9f9;
  border: 1px solid #b6b6b6;
  padding: 5px 5px 5px 3px;
  width: 212px;
}
.product-search option {
  display: block;
  padding: 0px 5px 0px 3px;
  border: none;
}
.product-search .select-country,
.select-fun-course,
.product-search .select-type {
  margin-bottom: 15px;
}

.btn-search-submit {
  background: url(../images/btn-search.png) no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
  font-size: 11px;
  margin: 10px 0 5px;
  width: 63px;
  height: 31px;
}

/* SLIDER - FRONT */
#tiny-carousel-front {
  height: 379px;
  overflow: hidden;
}
#tiny-carousel-front .viewport {
  float: left;
  width: 960px;
  height: 379px;
  overflow: hidden;
  position: relative;
}
#tiny-carousel-front .buttons {
  display: block;
  margin: 30px 10px 0 0;
  float: left;
}
#tiny-carousel-front .next {
  margin: 30px 0 0 10px;
}
#tiny-carousel-front .disable {
  visibility: hidden;
}
#tiny-carousel-front .overview {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#tiny-carousel-front .overview li {
  float: left;
  margin: 0;
  height: 379px;
  border: none;
  width: 960px;
  position: relative;
}

#tiny-carousel-front .viewport li {
  position: absolute;
  z-index: 200;
}

/* if galleri in top left */
#tiny-carousel-front .pos-top {
  background: url(../images/bg-box-slide-specs.png) top right;
  color: #fff;
  left: 20px;
  padding: 20px;
  position: absolute;
  top: 20px;
  width: 291px;
  z-index: 175;
  bottom: auto;
}
#tiny-carousel-front .pos-top h1 {
  border: none;
  font-size: 28px;
  left: 0;
  line-height: 32px;
  margin: 0;
  position: relative;
  padding: 0 0 20px;
  top: 0;
  width: auto;
}

#tiny-carousel-front .pos-top span {
  width: 300px;
  padding: 0;
}

#tiny-carousel-front .pos-top .btn-front-product-link {
  background: none;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  text-decoration: none;
  color: #ffea00;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 15px 0 0;
  height: auto;
}

#tiny-carousel-front .top-line {
  border-top: 1px solid #7d868d;
}

#tiny-carousel-front .pos-top span {
  font-size: 14px;
}

#tiny-carousel-front .pager {
  overflow: hidden;
  list-style: none;
  clear: both;
  margin: 0 0 0 45px;
}
#tiny-carousel-front .pager li {
  float: left;
  padding: 0 0 0 10px;
}
#tiny-carousel-front .pagenum {
  text-align: center;
  padding: 5px;
  display: block;
  text-decoration: none;
}
#tiny-carousel-front .active {
  text-decoration: none;
}

#tiny-carousel-front .pager li a {
  background: url(../images/bg-sprite-elements.png) repeat-x 0px -1037px;
  width: 10px;
  height: 15px;
}
#tiny-carousel-front .pager li a.active {
  background: url(../images/bg-sprite-elements.png) repeat-x 0px -977px;
}
#tiny-carousel-front .pager {
  background: url(../images/bg-sprite-elements.png) repeat-x 0px -913px;
  padding: 10px 10px 10px 0;
  position: absolute;
  top: 19px;
  right: 5px;
  z-index: 250;
}

#footer-area {
  border-top: 1px solid #00a8ff;
  background: #18344d;
  min-height: 310px;
  padding: 30px 0 0px;
  /* 
	height: 37px;
	clear: both;
	bottom:0px;
	width:100%;
	position: absolute;
	*/
}
#footer-area .logoer {
  text-align: center;
  padding: 0 0 30px;
}
#footer-area .logoer li {
  display: inline;
  padding: 0 45px;
}

#footer-container {
  background: transparent url(../images/bg-footer-content.png) repeat scroll 0 0;
  color: #e0e0e0;
  font-size: 11px;
  margin: 0 auto;
  padding: 30px;
  width: 920px;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#footer-container h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}
#footer-container ul {
  margin: 0;
  padding: 0;
}
#footer-container li {
  float: left;
}
#footer-container li.contact {
  padding: 0 50px 0 0;
  width: 250px;
}
#footer-container li.about {
  padding: 0 75px 0 0;
  width: 375px;
}
#footer-links {
  color: #e0e0e0;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 30px 0;
  position: relative;
  width: 920px;
}
#social-links {
  left: 20px;
  position: absolute;
  top: 15px;
}
#terms-links {
  position: absolute;
  right: 25px;
  top: 15px;
}

.disclaimer {
  width: 960px;
  margin: 0 auto;
}

.disclaimer .disclaimer-text {
  color: #fff;
  position: fixed;
  top: 95px;
  width: 960px;
  margin: 0 0 0 0px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.95);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
}

/* LINKS DEFS */
a,
a:active,
a:focus,
a:link,
a:visited {
  color: #009bb8;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  color: #172155;
  text-decoration: underline;
}

#menu a,
#menu a:active,
#menu a:focus,
#menu a:link,
#menu a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
#menu a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-area a,
#footer-area a:active,
#footer-area a:focus,
#footer-area a:link,
#footer-area a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
#footer-area a:hover {
  color: #fff;
  text-decoration: none;
}

.pika-image {
  position: relative;
  height: 340px;
  width: 500px;
  background: #fafafa;
}
.pika-image .animation,
.pika-image .main-image {
  position: absolute;
  top: 0px;
  left: 0px;
}
.pika-image .animation {
  display: none;
  z-index: 2;
}
.pika-image img {
  border: 0;
}

.pika-image .caption {
  color: #ffffff;
  display: block;
  font-size: 35px;
  font-weight: bold;
  left: 20px;
  line-height: 45px;
  position: absolute;
  top: 20px;
  width: 400px;
}
.pika-image .caption p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.pika-imgnav a {
  position: absolute;
  text-indent: -5000px;
  display: block;
  z-index: 3;
}
.pika-imgnav a.previous {
  background: url(../../assets/images/prev.png) no-repeat left 50%;
  height: 340px;
  width: 50px;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.pika-imgnav a.next {
  background: url(../../assets/images/next.png) no-repeat right 50%;
  height: 340px;
  width: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.pika-imgnav a.play {
  background: url(../../assets/images/play.png) no-repeat 50% 50%;
  height: 100px;
  width: 40px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}
.pika-imgnav a.pause {
  background: url(../../assets/images/pause.png) no-repeat 50% 50%;
  height: 100px;
  width: 40px;
  top: 0;
  left: 50%;
  display: none;
  cursor: pointer;
}

.pika-textnav {
  overflow: hidden;
  margin: 10px 0 0 0;
}
.pika-textnav a {
  font-size: 12px;
  text-decoration: none;
  font-family: helvetica, arial, sans-serif;
  color: #333;
  padding: 4px;
}
.pika-textnav a:hover {
  background: #e5e5e5;
  color: #0065b2;
}
.pika-textnav a.previous {
  float: left;
  width: auto;
  display: block;
}
.pika-textnav a.next {
  float: right;
  width: auto;
  display: block;
}

.pika-thumbs {
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.pika-thumbs li {
  float: left;
  list-style-type: none;
  width: 74px;
  padding: 3px;
  margin: 0 2px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.pika-thumbs li:last {
  margin: 0;
}
.pika-thumbs li .clip {
  position: relative;
  width: 74px;
  height: 74px;
  text-align: center;
  vertical-align: center;
  overflow: hidden;
}

.pika-textnav {
  visibility: hidden;
}
.about-top-area{
	margin:0 0 10px;
}

.about-text-box{
	background:url(../images/bg-black-transparent.png);
	color:#fff;
	padding:20px;
	right:20px;
	top:20px;
	height:304px;
	
	-moz-box-shadow: 0 0 30px #252525 inset;
	-webkit-box-shadow: 0 0 30px #252525 inset;
	box-shadow: inset 0 0 30px #252525 inset;
}

.about-text-box ul.about-content{
	width:345px;
}

.about-text-box h1{
	font-size:22px;
	padding:0 0 15px;
	margin:50px 0 0;
}

.about-text-box p{
	font-size:13px;
	line-height:18px;
	font-weight:normal;
}

.about-text-box li ul.menu{
	top:-55px;
	text-align:center;
}

div.about-seperator{
	border-bottom:1px dotted #999;
	margin:10px 0 15px;
}
.about-text-box .menu li{
	float:left;
	text-align:center;
	padding:5px 10px;
	background:#000;
	
	-moz-box-shadow: 0 0 5px #1d1d1d inset;
	-webkit-box-shadow: 0 0 5px #1d1d1d inset;
	box-shadow: inset 0 0 5px #1d1d1d inset;
}

.about-text-box .menu li.active,
.about-text-box .menu li.hover{
	background:#666;
}
.about-text-box li a{ text-decoration:underline; color:#fff; }
.about-text-box .menu li a{
	color:#fff;
	text-decoration:none;
}


.about-photographers-img{
	width:405px;
}
.about-photographers-img li{
	float:left;
	margin:0 10px 0 0;
	width:125px;
}

.about-photographers-img img{
	display:block;
	margin:0;
	padding:0;
}

.about-photographers-img span{
	background:#000;
	color:#fff;
	display:block;
	margin:0 0 10px;
	padding:8px 0;
	text-align:center;
}

.about-photographers-img li a{
	text-decoration:none;
}

.about-photographers-desc{
	background:#e8e8e8;
	border:1px solid #d1d1d1;
	float:left;
	width:533px;
	height:286px;
	padding:15px 10px;
}

.about-photographers-desc h2{
	font-size:18px;
	font-weight:bold;
}

.about-photographers-desc h3{
	color:#777;
	font-size:12px;
	font-weight:normal;
	padding:2px 0 10px;
}

.about-photographers-desc .desc-text{
	float: left;
    padding: 0 20px 0 0;
    width: 280px;
}

div.highslide-gallery{
	float:left;
	margin:20px 0 0;
	width:233px;
}

div.highslide-gallery a{
    display: block;
    float: left;
    font-weight: normal;
    height: 75px;
    margin: 0;
    padding: 0;
    width: 75px;	
}

/**
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid #e8e8e8;
}
.highslide:hover img {
	border-color: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
a.highslide-credits{ visibility:hidden; display:none; }
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid #e8e8e8;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: #efefef;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}