﻿/* Moving boxes style from  - /contentcorporate/movingboxes.css */

/*** Overall MovingBoxes Slider ***/
body {background-color: #000;}

.slider {
  width: 900px; /* default, this is overridden by script settings */
  margin: 0px auto;
  position: relative;
}
.scrollContainer, .scroll {
  width: 200%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  
}
.slider 
{

}

/* active slider border highlight */
.active-slider {
  border-color: #999bff;
}

/*** Slider panel ***/
.slider div.panel {
  width: 500px;  /* default, this is overridden by script settings */
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}
.slider div.panel.current {
 cursor: auto;
}

/*** Inside the panel ***/
.inside {
  padding: 10px 13px 10px 10px;
  background-color: #A8A9AD;
}

.inside img {
  display: block;
  float: left;
  padding: 0;
  width: 250px;
}

.inside h2 {
  font-weight: bold;
  color: #646567;
  text-align: left;
  font-size: 13px;
  margin: 0;
}

.inside p {
  font-size: 12px;
  color: #646567;
  text-align: left;
  padding: 0 0 10px 0;
}

/*** Left & Right Navigation Arrows ***/
a.scrollButtons {
  display: block;
  width: 20px;
  height: 37px;
  background: transparent url(https://phenomenex.blob.core.windows.net/contentcorporate/images/arrows.png) no-repeat;
  position: absolute;
  top: 40%; /* if you change the arrow images, you may have to adjust this (distance from top) */
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
}
a.scrollButtons.left {
  background-position: left top;
  left: -45px;
}
a.scrollButtons.right {
  background-position: right top;
  right: -45px;
}
a.scrollButtons.left:hover {
  background-position: left bottom;
}
a.scrollButtons.right:hover {
  background-position: right bottom;
}

.controls {
  margin: 0 auto;
  text-align: center;
  background: #ccc;
}
.controls a {
  color: #444;
  font: 12px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}
.controls a.current, .controls a:hover {
  color: #fff;
}
.active-slider .controls {
  background: #999bff;
}

/* Gallerific Styles - from /contentcorporate/galleriffic/galleriffic-5.css */

div#container {

}
div.content {
	display: none;
	float: right;
	width: 210px;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.controls {
	margin-top: 0px;
	height: 23px;
	width: 420px;
	background-color: transparent;	
	padding: 0 5px 0 15px;	
}
div.controls a, div.controls a:link, div.controls a:visited, div.controls a:active {
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
}
div.controls a:hover {
	color: Red;
	text-decoration: none;	
}
div.ss-controls {
	float: left;
	font-weight: bold;
}

div.nav-controls {
	float: right;
}

div.learnMore 
{
	display: block;
	position: absolute;
	width: 90px;
	top:30px;
	left: 15px;
	height: 25px;
	z-index: 2000;
	color: #fff;
	padding: 7px 0 0 5px;
	background: #000 url('https://phenomenex.blob.core.windows.net/contentcorporate/images/learnMore.png') no-repeat 67px 5px;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 420px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
	float: left;
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 310px;
	width: 420px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/contentcorporate/galleriffic/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

a[rel~="history"] { color: #EC008C;}

#Tab1GallerySlideshow span.image-wrapper {
	display: block;
	position: absolute;
	padding-top: 10px;
	top: 20px;
	left: 10px;
	width: 420px;
	height: 280px;
	background-color: #000;
}

#Tab2GallerySlideshow span.image-wrapper {
	display: block;
	position: absolute;
	padding-top: 10px;
	top: 20px;
	left: 10px;
	width: 420px;
	height: 280px;
	background-color: #000;
}

#Tab3GallerySlideshow span.image-wrapper {
	display: block;
	position: absolute;
	padding-top: 10px;
	top: 20px;
	left: 10px;
	width: 420px;
	height: 280px;
	background-color: #000;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	padding-top: 10px;
	top: 30px;
	left: 10px;
	width: 420px;
	height: 280px;
	background-color: #000;
}

div.slideshow a.advance-link {
	display: block;
	line-height: 420px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img 
{
	width: 400px;
	height: 268px;
	margin: 0 auto;
	padding: 0px;
	border: 10px #000;
}
div.caption-container {
	position: relative;
	width: 420px;
	height: 280px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 400px;
	top: 98px;
	left: 22px;
	height: 20px;
	background: url(https://phenomenex.blob.core.windows.net/contentcorporate/images/slideshows_caption.png) repeat-y 0 0;
	text-align: right;
}

div.caption-container, span.image-caption 
{
	font-family: Verdana, Arial, Sans-Serif;
}

div.caption 
{
	padding: 0 0 0 30px;
	text-align: right;
}

div.image-title {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: 350px;
	text-align: right;
}
div.image-desc {
	font-size: 11px;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	width: 152px;
}
div.navigation {
	float: left;
	position: relative;
	width: 152px;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	background-position:center center;
	background-repeat:no-repeat;
	height: 27px;
	line-height: 27px;	
}

div.navigation a.pageLink:focus {
	outline: none;
}

div.navigation a.prev {
	background-image: url(https://phenomenex.blob.core.windows.net/contentcorporate/images/slider_up.png);
}
div.navigation a.next {
	background-image: url(https://phenomenex.blob.core.windows.net/contentcorporate/images/slider_down.png);
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 70px;
}
div.pagination {
	clear: both;
	position: relative;
	/*left: -50%;*/
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}


/* Ad Gallery Styles from - /contentcorporate/jquery.ad-gallery.css */

.ad-gallery {
  width: 500px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(/corporate/content/images/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(/corporate/content/images/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(/corporate/content/images/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/corporate/content/images/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(/corporate/content/images/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(/corporate/content/images/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}


/* Accordian Styles from  - /contentcorporate/accordion.css */

.accordionWrapper {overflow:hidden; margin: 0 auto;}
.accordionWrapper img {border:0; margin:0; padding:0}
.accordionWrapper div {display:inline; float:left;}
.accordionWrapper div.title {cursor:pointer; position: relative;}
.accordionWrapper div.accordionContent {display:none; color: #000; border-right: 1px solid black; background: url('https://phenomenex.blob.core.windows.net/contentcorporate/images/whiteOpaque.png') repeat; font-size: 12px; line-height: 16px;}

