* { 
  font-size: 100.01%; 
}
html {
  height:100%;
  font-size: 62.5%;
}

body {
	background: #0e0e0e url('../images/body-back.jpg') no-repeat top center;
	margin: 0;
  	height: 100%;
  	font: 1.4em Arial, Helvetica, sans-serif;
  	min-width: 975px;
}

.right{float:right;}
.left{float:left;}
.ml20{margin-left:20px;}

#footer hr {
  border: none;
  background: none;
  background-color: none;
  border-bottom: dashed #555 1px;
  color: transparent;
  margin: 10px 0 10px 0;
  padding: 0px;
}

#container {
  min-height:100%;
  position:relative;
}

* html #container {
  height:100%;
  overflow:visible;
}

.clear {
	clear: both;
}

#header {
  width: 975px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}

#logo {
	float: left;
}

#logo h1 a, #logo span a {
	width: 150px;
	height: 131px;
	display: block;
	background: url('../images/ebi-logo.png') no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top-contact {
	float: right;
	width: 508px;
	height: 105px;
	display: block;
	background: url('../images/emergency-back.png') no-repeat;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#toptabs{
	float:right;
	width:168px;
	height:50px;
	margin-top:-17px;
	margin-right: 3px;
	}

/*
#toptabs a.contab{
display: block;
background: url(../images/header_btns_bg.png) no-repeat 0 -25px;
width:128px;
height: 25px;
margin-bottom:15px;
text-align: center;
color:#000;
text-decoration: none;
line-height: 25px;
font-size: 13px;
}

#toptabs a.contab:hover{
background-position: 0 0px;
color:#000;
}
*/

a.emerg{
display: block;
background: url(../images/header_btns_emerg.png) no-repeat 0 0px;
width:138px;
height: 70px;
margin-bottom:15px;
padding-left:45px;
color:#000;
text-decoration: none;
padding-top:27px;
font-size: 14px;
position: absolute;
top:0;
left:0;
}

a.emerg:hover{
background-position: 0 -96px;
color:#fff;
}

div.emergindent{position: absolute; top: -3000px;}

.contact-info-left {
	float: left;
	width: 190px;
	display: block;
	margin: 9px 0 0 193px;
	color: #ffffff;
	text-align: right;
	font-size: 14px;
}

.contact-info-left span {
	font-size: 24px;
	line-height: 40px;
}

.contact-info-right {
	float: right;
	width: 90px;
	display: block;
	margin: 9px 17px 0 0;
	color: #ffffff;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

.top-email {
	float: right;
	width: 150px;
	margin: 0px 41px 0 0;
	text-align: right;
}

.top-email a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.top-email a:hover {
	color: #EBC820;
	font-size: 14px;
	text-decoration: none;
}

#nav {
	float: right;
	text-align: center;
	margin: -30px 0 0 0;
}

#nav ul {
	list-style: none;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
}

#nav ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	display: inline-block;
	width: 83px;
	height: 30px;
}

#nav ul li a {
	font: 14px Arial;
	color: #ffffff;
	text-decoration: none;
	background: url('../images/nav.png') no-repeat 0px 0px;
	line-height: 27px;
}

#nav ul li a.home {
	padding: 6px 25px 10px 25px;
}
#nav ul li a.about {
	padding: 6px 26px 10px 23px;
}
#nav ul li a.services {
	padding: 6px 17px 10px 15px;
}
#nav ul li a.clients, #nav ul li a.qaqc {
	padding: 6px 24px 10px 19px;
}
#nav ul li a.projects {
	padding: 6px 19px 10px 16px;
}
#nav ul li a.news {
	padding: 6px 28px 10px 25px;
}
#nav ul li a.careers { /*not used anymore (replaced by qa/qc tab */
	padding: 6px 18px 10px 17px;
}

#nav ul li a.qaqc {
	padding: 6px 20px 10px 20px;
}

#nav ul li a.contact { /*not used anymore (replaced by safety tab */
	padding: 6px 20px 10px 16px;
}

#nav ul li a.safety {
	padding: 6px 22px 10px 21px;
}

#nav ul li a:hover {
	color: #000000;
	background: url('../images/nav.png') no-repeat 0px -31px;
}

#main-content {
  width: 975px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}

.main-content-top {
  width: 975px;
  height: 10px;
  display: block;
  background: url('../images/upper-content-top.jpg') no-repeat;
}

.main-content-top-inner {
  width: 975px;
  height: 10px;
  display: block;
  background: url('../images/upper-content-top-inner.jpg') no-repeat;
}

.content {
  width: 975px;
  background-color: #ffffff;
}

.content-inner {
  width: 975px;
  background: url('../images/content-repeat-inner.jpg') repeat-y;
}

.hero {
  width: 615px;
  height: 326px;
  margin: 0 0 0 10px;
  float: left;
}

.recent-news {
  width: 350px;
  min-height: 337px;
  margin: 0 0 0 0;
  float: left;
  background: url('../images/recent-new-main-back.jpg') no-repeat top center;
}

.recent-news h2 {
  text-align: left;
  padding: 0px;
  margin: 10px 0 0 29px;
  line-height: 34px;
  font-size: 14px;
  color: #5C5C5C;
  font-weight: normal;
}

.recent-news p {
  width: 283px;
  min-height: 62px;
  margin: 0 0 0 29px;
  padding: 5px 0 0 0;
  background: url('../images/news-back.jpg') no-repeat top center;
}

.recent-news p:hover {
  background: url('../images/news-back-over.jpg') no-repeat top center;
  text-decoration: none;
}

.recent-news p img {
  margin: 0px 10px 0 5px;
  padding: 0 0 0 0;
  border: solid #BBBBBB 2px;
  float: left;
}

.recent-news p img:hover {
  border: solid #EBC820 2px;
}

.recent-news p a {
  width: 283px;
  min-height: 62px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #5C5C5C;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
}

span.city{font-size:12px;}

.recent-news p a:hover {
  text-decoration: none;
  color: #000000;
}

.button-right {
  width: 146px;
  height: 24px;
  display: block;
  margin: 0 8px 10px 0;
  padding: 3px 0 0 30px;
  background: url('../images/button.png') no-repeat;
  float: right;
}

.button-left {
  width: 146px;
  height: 24px;
  display: block;
  margin: 10px 0 0 32px;
  padding: 3px 0 0 30px;
  background: url('../images/button.png') no-repeat;
  float: left;
}

.button-right:hover, .button-left:hover {
  background: url('../images/button-over.png') no-repeat;
}

.button-right a, .button-left a {
  /*color: #5C5C5C;*/
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

/*.button-right a:hover, .button-left a:hover {
  color: #000000;
}*/

#featured-services {
  width: 975px;
  min-height: 532px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
  background: url('../images/bottom-content-repeat.jpg') repeat-y center;
}

.services-holder {
  width: 975px;
  min-height: 532px;
  background: url('../images/bottom-content-top.jpg') no-repeat top center;
}

.services-title {
  width: 216px;
  height: 32px;
  padding: 0 0 0 15px;
  margin: 0 0 0 0px;
  float: left;
  background: url('../images/services-title-back.png') no-repeat;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.service {
  width: 320px;
  height: 265px;
  padding: 0 0 0 0;
  margin: 0 0 0 3px;
  overflow: hidden;
  float: left;
}

.service:hover {
  background: url('../images/featured-service-over.png') no-repeat top center;
}

.service-pic {
  width: 320px;
  height: 95px;
  padding: 10px 0 0 22px;
  margin: 15px 0 0 0;
  background: url('../images/featured-service-pic-back.png') no-repeat;
}

.service-pic img {
  border: solid #757575 3px;
}

.service-pic img:hover {
  border: solid #EBC820 3px;
}

.service h3 {
  margin: 0px 0 0 0;
  padding: 0 25px 0 32px;
  line-height: 20px;
}

.service h3 a {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.service h3 a:hover {
  color: #000000;
  text-decoration: underline;
}

.service p {
  padding: 10px 25px 0 32px;
  margin: 0px;
  color: #000000;
  font-size: 12px;
}

#footer {
  width: 975px;
  min-height: 200px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
  background: url('../images/footer.png') no-repeat top center;
}

#footer-inner {
  width: 975px;
  min-height: 200px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
  background: url('../images/footer-inner.png') no-repeat top center;
}

.footer-nav {
	width: 975px;
	float: right;
	text-align: center;
	margin: 0 0 0 0;
}

.footer-nav ul {
	list-style: none;
	margin: 30px 0px 10px;
	padding: 0 0 0 0;
}

.footer-nav ul li {
	margin: 0 15px;
	padding: 0 0 0 0;
	display: inline;
	height: 36px;
}

.footer-nav ul li a {
	font: 13px Arial;
	color: #ffffff;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #EBC820;
	text-decoration: none;
}

.footer-left {
  width: 550px;
  float: left;
}

.logos-left {
  width: 83px;
  float: left;
}

.flag {
  width: 83px;
  height: 50px;
  margin: 20px 0 0 0;
  float: left;
  background: url('../images/flag.jpg') no-repeat;
}

.wbenc {
  width: 83px;
  height: 36px;
  margin: 20px 0 0 0;
  float: left;
  background: url('../images/wbenc.jpg') no-repeat;
  text-indent: -9999px;
}

.text-left {
  width: 447px;
  float: left;
  margin: 20px 0 0 20px;
}

.text-left p {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.text-left p a{
  color: #ffffff;
  text-decoration: none;
}

.text-left p a:hover{
  color: #EBC820;
  text-decoration: none;
}

.logos-right {
  width: 51px;
  float: right;
}

.nsc {
  width: 51px;
  height: 51px;
  margin: 20px 0 0 0;
  float: right;
  background: url('../images/nsc.jpg') no-repeat;
}

.red-logo {
  width: 51px;
  height: 51px;
  margin: 7px 0 0 0;
  float: right;
  background: url('../images/red-logo.jpg') no-repeat;
}

.text-right {
  width: 311px;
  float: right;
  margin: 22px 10px 0 0;
}

.text-right p {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.text-right p span {
  font-size: 16px;
  font-weight: bold
}

.location {
  width: 135px;
  font-size: 12px;
  color: #ffffff;
  margin: 0 15px 0 0;
  float: left;
  line-height: 18px;
}

.slideshow { height: 326px; width: 615px; margin: auto }
.slideshow img { background-color: #ffffff; }

.top-pics {
  width: 975px;
}

.pic-left {
  width: 300px;
  float: left;
  margin: 7px 0 0 17px;
}

.pic-middle {
  width: 300px;
  float: left;
  margin: 7px 0 0 21px;
}

.pic-right {
  width: 300px;
  float: left;
  margin: 7px 0 0 20px;
}

.pic-left img, .pic-middle img, .pic-right img {
  border: solid #EBC820 3px;
}

.content-inner-left {
  width: 615px;
  float: left;
  margin: 0 0 0 0;
}

.crumbnav {
  width: 615px;
  height: 35px;
  margin: 23px 0 0 0;
  background: url('../images/crumbnav-back.jpg') no-repeat;
}

.crumbnav ul {
	list-style: none;
	margin: 0px 0px 0 5px;
	padding: 0 0 0 0;
}

.crumbnav ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 25px;
	display: inline;
	background: url('../images/crumbnav-divider.jpg') no-repeat 7px 4px;
	line-height: 34px;
}

.crumbnav ul li.first {
	margin: 0 0 0 0px;
	padding: 0 0 0 25px;
	display: inline;
	background: none;
}

.crumbnav ul li a {
	font: 12px Arial;
	color: #A4A4A4;
	text-decoration: none;
}

.crumbnav ul li a:hover {
	color: #EBC820;
	text-decoration: none;
}

.content-inner-holder {
  width: 569px;
  padding: 25px 0 15px 31px;
}

.content-inner-holder h1 {
  color: #484535;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 30px;
}

.content-inner-holder h2 {
  color: #484535;
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 0 0;
  padding: 0 0 0 0;
  line-height: 22px;
}

.content-inner-holder h2.serv-heading {
  color: #484535;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  line-height: 22px;
}

.content-inner-holder h2.serv-heading a {
  color: #484535;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.content-inner-holder h2.serv-heading a:hover {
  color: #EBC820;
  text-decoration: underline;
}

.content-inner-holder p {
  color: #484535;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0 15px 0;
  padding: 0 0 0 0;
  line-height: 18px;
}

.content-inner-holder p.recent-projects {
  float: left;
  margin-right: 25px;
  line-height: 24px;
  font-size: 13px;
}

.content-inner-holder hr {
  border: none;
  background: none;
  background-color: none;
  border-bottom: dashed #cccccc 1px;
  color: transparent;
  margin: 10px 0 10px 0;
  padding: 0px;
}

.serv-holder {
  width: 550px;
  margin: 0px 0 0px 0;
  padding: 0px;
}

.content-inner-holder ul.client-list {
  float: left;
  margin: 0 0 30px 20px;
}

.content-inner-holder ul.client-list li a {
  line-height: 24px;
}

.content-inner-holder ul.client-list li.active {
  line-height: 24px;
}

.content-inner-holder ul li {
  color: #484535;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 3px 0;
}

.content-inner-holder a, .content-inner-holder ul li a {
  color: #484535;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

.content-inner-holder a:hover, .content-inner-holder ul li a:hover {
  color: #EBC820;
  text-decoration: underline;
}

.content-inner-right {
  width: 360px;
  float: right;
  margin: 15px 0 0 0;
  background: url('../images/sidebar-repeat.jpg') repeat-y;
}

.content-inner-right-holder {
  width: 360px;
  margin: 0 0 0 0;
  background: url('../images/sidebar-header.jpg') no-repeat 0px 0px;
}

.content-inner-right-holder h3 {
  color: #A4A4A4;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 0 42px;
  padding: 15px 0 0 0;
  line-height: 24px;
}

.content-inner-right-bottom {
  width: 360px;
  height: 22px;
  display: block;
  background: url('../images/sidebar-footer.jpg') no-repeat;
}

.side-nav {
  width: 283px;
  margin: 0 0 0 39px;
}

.side-nav ul {
	list-style: none;
	margin: 10px 0px 25px 0;
	padding: 0 0 0 0;
}

.side-nav ul li {
	margin: 0 0 0 0px;
	padding: 8px 0 0 22px;
	width: 269px;
	height: 26px;
	background: url('../images/sidenav-link-back.jpg') no-repeat 0px 0px;
	display: block;
}

.side-nav ul li:hover {
	background: url('../images/sidenav-link-back-over.jpg') no-repeat 0px 0px;
}

.side-nav ul li a {
	font: 14px Arial;
	color: #484535;
	text-decoration: none;
	font-weight: bold;
}

.side-nav ul li a:hover {
	font: 14px Arial;
	color: #EBC820;
	text-decoration: none;
	font-weight: bold;
}

.content-inner-right-holder h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 0 42px;
  padding: 15px 0 0 0;
  line-height: 24px;
  color: #333333;
}

.content-inner-right-holder h4 a {
  color: #333333;
  text-decoration: none;
}

.content-inner-right-holder h4 a:hover {
  color: #EBC820;
  text-decoration: underline;
}

.content-inner-right-holder p {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 35px 0 42px;
  padding: 10px 0 15px 0;
  line-height: 18px;
}

.project-holder {
  width: 550px;
  margin: 10px 0 0 0;
}

.project-holder p, .project-right p {
  padding: 0px 0 10px 0;
  margin: 0 0 0 0;
}



.project-image {
  width: 125px;
  height: 125px;
  float: left;
  background: #ffffff url('../images/no-image.jpg') no-repeat top center;
  margin: 4px 20px 15px 0;
  border: solid #cccccc 1px;
}

.project-right {
  float: left;
  margin: 0 0 0 0;
  width: 375px;
}

th {
	text-align: left;
	font-weight: normal;
}

.pic-holder {
  width: 150px;
  height: 110px;
  float: left;
  background: #ffffff url('../images/no-image.jpg') no-repeat top center;
  margin: 0px 15px 15px 0;
  border: solid #cccccc 2px;
}

.pic-holder:hover {
  border: solid #EBC820 2px;
}

/* ------------- Rollover Navigation Styles --------------- */
.anylinkcss{
     position: absolute;
     visibility: hidden;
     border: 1px solid #3D3D3D;
     border-bottom-width: 0px;
     text-align: left;
     font: normal 13px Arial, sans-serif;
     line-height: 22px;
     z-index: 2000;
     width: 240px;
     padding: 0px 0px 0px 0px;
     margin: -1px 0 0 0px;
     *margin: -1px 0 0 0px;
     background: url('../images/rollover-back.png') repeat;

}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
     display: block;
     padding: 5px 0px 6px 15px;
     *padding: 5px 0px 7px 15px;
     text-decoration: none;
     text-align: left;
     color: #FFFFFF;
     font: normal 13px Arial, sans-serif;
     line-height: 16px;
     border-bottom: 1px solid #3D3D3D;
     background: url('../images/rollover-back.png') repeat;
     z-index: 2000;
}

.anylinkcss a:hover {
     display: block;
     padding: 5px 0px 6px 15px;
     *padding: 5px 0px 7px 15px;
     text-decoration: none;
     text-align: left;
     color: #EBC820;
     font: normal 13px Arial, sans-serif;
     line-height: 16px;
     border-bottom: 1px solid #3D3D3D;
     background: url('../images/rollover-back-over.png') repeat;
     z-index: 2000;
}

/*==Press release/news section==*/
.press img, .content-inner-holder img{border:4px solid #fafafa;}
img.nobor{border:none;}


/* ------------------------------------------------------------------------
	Pretty Photo Styles and Themes
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

