@charset "UTF-8";
/* ------------------------- Photo Gallery */

.bdyMainLeft ul {
	text-align: right;
}

.bdyMainLeft li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style: none;
	display: block;
	text-align: right;
	font-weight: normal;
}

.bdyMainRight h3 {
	margin-bottom: 25px;
}

.galleryWrap {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: no-repeat left bottom;
}

.galleryLeft {
	margin: 0px;
	padding: 15px;
	width: 200px;
	float: left;
	background-image: url(../img-photogallery/pg-photo-bg.gif);
	background-repeat: no-repeat;
}

.galleryRightWrap {
	width: 335px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.galleryRight {
	margin: 0px;
	padding: 0px 19px;
	width: 295px;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.galleryRight dl {
	width: 295px;
	margin: 0px;
	padding: 10px 0px 0px;
}

.galleryRight dt {
	background-image: url(../img-photogallery/pg-case.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-align: left;
}

.galleryRight dd {
	margin-bottom: 10px;
	padding-top: 2px;
	line-height: 130%;
	color: #666666;
	text-align: left;
}
.pgStyle {
	padding-left: 50px;
	background: url(../img-photogallery/pg-style.gif) no-repeat left 3px;
}

.pgPoint {
	background-image: url(../img-photogallery/pg-point.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 50px;
}

.pgCap {
	margin: 0px;
	padding: 0px;
	width: 335px;
}


/* ------------------------------------------------------------------------
	This you can edit. Use PrettyPhoto
------------------------------------------------------------------------- */

div.pictureHolder .top .left { 
	background: url(../images/prettyPhoto/tl.gif) top left no-repeat;
} /* Top left corner */

div.pictureHolder .top .middle {
	background: #fff;
} /* Top pattern/color */

div.pictureHolder .top .right {
	background: url(../images/prettyPhoto/tr.gif) top left no-repeat;
} /* Top right corner */

div.pictureHolder .content a.next:hover {
	background: url(../images/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer;
} /* Next button */

div.pictureHolder .content a.previous:hover {
	background: url(../images/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer;
} /* Previous button */

div.pictureHolder .content a.close {
	width: 52px; height: 26px; background: url(../images/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer;
} /* Close button */

div.pictureHolder .bottom .left {
	background: url(../images/prettyPhoto/bl.gif) top left no-repeat;
} /* Bottom left corner */

div.pictureHolder .bottom .middle {
	background: #fff;
} /* Bottom pattern/color */

div.pictureHolder .bottom .right {
	background: url(../images/prettyPhoto/br.gif) top left no-repeat;
} /* Bottom right corner */

div.pictureHolder .loaderIcon {
	background: url(../images/prettyPhoto/loader.gif) top left no-repeat;
} /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE Use PrettyPhoto
------------------------------------------------------------------------- */

div.prettyPhotoOverlay {
	background: #000;
	position: absolute; top: 0; left:0;
	z-index: 1;
	width: 100%;
}

div.pictureHolder {
	position: absolute; z-index: 2;
	top: 50%; left: 50%;
	width: 100px;
}

div.pictureHolder .top {
	position: relative;
	height: 20px;
}
* html div.pictureHolder .top {
	padding: 0 20px;
}

div.pictureHolder .top .left {
	position: absolute;
	left: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .top .middle {
	position: absolute;
	left: 20px; right: 20px;
	height: 20px;
}

* html div.pictureHolder .top .middle {
	position: static;
}

div.pictureHolder .top .right {
	position: absolute;
	top: 0; left: auto; right: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .content {
	position: relative;
	background-color: #fff;
	text-align: left;
	width: 100%; height: 40px;
}

div.pictureHolder .content .details {
	display: none;
	margin: 10px 15px 0 20px;
}

div.pictureHolder .content .details p {
	float: left; clear: left; margin: 0;
}

div.pictureHolder .content div.hoverContainer {
	position: absolute; z-index: 2000;
	top: 0; left: 0;
	width: 100%;
}

div.pictureHolder .content a.next {
	position: relative; z-index: 2000;
	display: block; float: right;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(../images/en/buttons/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}	

div.pictureHolder .content a.previous {
	cursor: pointer;
	display: block;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(../images/en/buttons/btnPrevious.gif) -10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */ 
}

div.pictureHolder .content a.close {
	float: right;
	display: block;
	text-indent: -10000px;
}

div.pictureHolder .bottom {
	position: relative;
	height: 20px;
}

* html div.pictureHolder .bottom {
	padding: 0 20px;
}

div.pictureHolder .bottom .left {
	position: absolute;
	left: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .bottom .middle {
	position: absolute;
	left: 20px; right: 20px;
	height: 20px;
}

* html div.pictureHolder .bottom .middle {
	position: static;
}

div.pictureHolder .bottom .right {
	position: absolute;
	top: 0; left: auto; right: 0;
	width: 20px; height: 20px;
}

div.pictureHolder .loaderIcon {
	display: none;
	position: absolute;
	top: 50%; left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px; height: 32px;
}

div.pictureHolder #fullResImage {
	display: block; margin: 0 auto;
}
.pgModel {
	padding-left: 50px;
	background: url(../img-photogallery/pg-model.gif) no-repeat left 3px;
}
.pgDic {
	width: 170px;
	margin: 0px 5px 5px;
	padding: 0px;
	background: #FFFFFF;
}
.pgDic h4 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: #000033;
}

.pgDic dd {
	padding: 0px 5px 5px 10px;
	font-size: 90%;
}
.pgDic dt{
	padding: 5px 5px 2px;
}

/* ------------------------------------------------------------------------
	facebox
------------------------------------------------------------------------- */

#facebox .b {
  background:url(../facebox/b.png);
}

#facebox .tl {
  background:url(../facebox/tl.png);
}

#facebox .tr {
  background:url(../facebox/tr.png);
}

#facebox .bl {
  background:url(../facebox/bl.png);
}

#facebox .br {
  background:url(../facebox/br.png);
}

#facebox {
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
	text-align: left;
	margin: 0px;
}

#facebox .popup {
	position: absolute;
	top:0;
	left:-270px;
	
}

#facebox table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 640px;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
	z-index: 99;
	background: url(../facebox/black.gif) repeat;
	height: 100%;	
	
}



* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
