/***************************** Defaults ***********************************/
/* Set defaults for font type, size and color as well as minimal settings */
body {
	margin: 0;
	padding: 5px 0 0 0;
	color: #999999;
	font: normal;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial;
    font-size: 9pt;
	background-color: #000000;
}navigation border

/* Link text normally */
a {
	color: #666666;
	text-decoration: none;
}

/* Link text once visited */
a:visited {
	color: #808080;
	text-decoration: none;
}

/* Link text when pointer is over it */
a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Present images with borders rounded */
img {
	border-color: #000;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;	
	border-radius: 9px;
	overflow: hidden;
}

/**** Text special types ****/
/* special type of text */
h3b {
	color: #bba;
	font: normal 12pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	text-shadow: #6e6f5d 0px 0px 0px;
	float: left;
}

h1 {
	color: #bba;
	font: normal 22pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/* special type of text */
h1.right {
	color: #bba;
	padding-left: 10px;
	width: 521px;
	float: right;
}

/* special type of text */
h2 {
	color: #bba;
	font: normal 28pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/* special type of text */
h4 {
	color: #bba;
	font: normal 48pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/* special type of text */
h5 {
	color: #bba;
	font: normal 64pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/* special type of text */
h6 {
	color: #bba;
	font: normal 96pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/* special type of text */
h7 {
	color: #bba;
	font: normal 128pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/* special type of text */
h8 {
	color: #bba;
	font: normal 160pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	/*text-transform:capitalize;*/ 
	text-shadow: #6e6f5d 0px 0px 0px;
	/* text-shadow: #6e6f5d 2px 2px 0px; */
	margin: 30px 0 0 0;
	float: left;
}

/*****************************************/
/* Define a container as size and margins */
#container {
	width: 940px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#container-banner {
	width: 940px;
	margin: 60px;
	margin-left: auto;
	margin-right: auto;
}

#container-photo {
	width: 960px;
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* Define a header as size and scrll point */
#header {
	width: 940px;
	float: left;
}

/* Define a content */
#content {
	width: 940px;
	margin-top: 10px;
	float: left;
	text-align: justify;
}

/* Define a footer */
#footer {
	width: 940px;
	margin-top: 20px;
	padding: 10px 0px;
	float: left;
}

th {
	text-align: left;
	text-decoration: underline;
}

/*****************************************/
/* Special classes for indentation modes */
.block {
	width: 940px;
	margin-top: 20px;   
	text-align: justify;	
}

.left2 {
	width: 360px;
	float: left;
}

.left2a {
	width: 320px;
	float: left;
}

.left2b {
	width: 460px;
	float: left;
}

.middle2 {
	width: 242px;
	margin-left: 37px;
	float: left;
}

.right2 {
	width: 242px;
	float: right;
}


.right2R {
	width: 242px;
	float: right;
	text-align: right;
}

.right2bR {
	width: 300px;
	float: right;
	text-align: right;
}

.right3 {
	width: 420px;
	float: right;
}


.right5 {
	width: 480px;
	float: right;
}


.left4 {
	width: 521px;
	float: left;
}

.left5 {
	width: 480px;
	float: left;
}

.right4 {
	width: 521px;
	float: right;
}

.right4a {
	width: 601px;
	float: right;
}

.right4b {
	color: #bba;
	font: normal 22pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	width: 521px;
	float: right;
}

.left1 {
	width: 118px;
	float: left;
}

.middle1 {
	width: 118px;
	margin-left: 18px;
	float: left;
}

.right1 {
	width: 118px;
	float: right;
}

.clear {
	clear: both;
}

.presentation {
	color: #bba;
	font: normal 22pt "Lucida Sans Unicode", Verdana, Helvetica, Arial;
}

.title {
	color: #bba;
	font: normal 100pt Helvetica, Geneva, Arial, sans-serif;
}

.gray {
	color: #ddd;
}

.textpictureleft {
	float: left;
	margin: 2px 12px 2px 0px;
}

.textpictureright {
	float: right;
	margin: 2px 0px 2px 12px;
}

.subheadline {
	color: #ddc;
	font-size: 12pt
}

.textheadline {
	color: #000;
	font-size: 9pt;
	font-weight: bold
}

/*****************************************/
/* @group Galleries */
.gallery {
	list-style: none;
	line-height: 20pt
}

ul.gallery {
	margin: 0;
	padding: 0;
}

.gallery img {
	vertical-align: top;
}

.gallery li {
	display: inline;
	float: left;
	padding: 11px;
	width: 242px;
}
.gallery a img {
	border: 1px solid #999;
}

.gallery a:hover {
	text-decoration: none;
}

.gallery a:visited img {
	border-color: #999;
}

.gallery a:hover img {
	border-color: #999;
}

.gallery a span {
	padding-right: 15px;
}

.release img {
	vertical-align: top;
	width: 90px;
	height: 90px;
}

.release li {
	width: 98px;
	padding: 8px;
}


/*****************************************/
/* @group Galleries_2 */

.gallery2 {
	list-style: none;
	line-height: 20pt
}

ul.gallery2 {
	margin: 0;
	padding: 0;
}

.gallery2 img {
	vertical-align: top;
	width: 242px;
}

.gallery2 li {
	display: inline;
	float: left;
	padding: 11px;
	width: 242px;
}

.gallery2 a img {
	border: 1px solid #999;
}

.gallery2 a:hover {
	text-decoration: none;
}

.gallery2 a:visited img {
	border-color: #999;
}

.gallery2 a:hover img {
	border-color: #999;
}

.gallery2 a span {
	padding-right: 15px;
}

.release2 img {
	vertical-align: top;
	width: 116px;
	height: 116px;
}

.release2 li {
	width: 118px;
	padding: 7px;
}


/**************************/
/* @group Galleries_Round */

.gallery3 {
	list-style: none;
	line-height: 20pt
}

ul.gallery3 {
	margin: 0;
	padding: 0;
}

.gallery3 img {
	vertical-align: top;
	width: 242px;
}

.gallery3 li {
	display: inline;
	float: left;
	padding: 11px;
	width: 242px;
}

.gallery3 a img {
	border: 1px solid #999999;
}

.gallery3 a:hover {
	text-decoration: none;
}

.gallery3 a:visited img {
	border-color: #999999;
}

.gallery3 a:hover img {
	border-color: #999;
}

.gallery3 a span {
	padding-right: 15px;
}


.release3 img {
	vertical-align: top;
	width: 116px;
	height: 116px;
}

.release3 li {
	width: 118px;
	padding: 7px;
}


/*********************/
/* @group Navigation */

.navigation {
	font-size: 8pt;
}

.navigation ul {
	margin: 0;
	padding: 7px 0 7px 0;
}

.navigation li {
	display: inline;
	border-right: 1px solid #555555;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
}

.navigation li.last {
	border-right: 0px;
}

.navigation li a {
	text-align: center;
	color: #aaaaaa;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	background-color: inherit;
}
.navigation li a:visited {
	color: #888888;
	text-decoration: none;
}

.navigation li a.current {
	font-weight: bold;
	color: black;
}

.navigation li a:hover, .navigation li.current a:hover {
	background-color: inherit;
	color: white;
}

.border ul {
	border-bottom: 1px solid #555555;
}

/*********************/
/* Carousel Video Gallery */

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.gallery .featured {
    height: 540px;
}

.gallery .carousel-container {
    position: relative;
    height: 0px;
    width: 960px
}

.gallery .shadow {
    height: 0px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 30
}

.gallery .shadow-left {
    background: url('/foto/shadow.png') no-repeat;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    left: 0
}

.gallery .shadow-right {
    background: url('/foto/shadowr.png') no-repeat;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    right: 0
}

.gallery .carousel-inner {
    float: left;
    margin-top: 0px;
    overflow: hidden;
    width: 940px;
}

.gallery .slider {
    position: relative;
    width: 9999px;
}

.gallery .slider li {
    float: left;
    height: 80px;
    list-style: none;
    margin-right: 1px;
    width: 102px
}

.gallery .slider li.current a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.gallery .slider li.current a:after {
    box-shadow: 0 0 0 6px #666666 inset;
    content: "";
    height: 90%;
    left: 0;
    position: absolute;
    top: 0;
    width: 93%;
    z-index: 10;
}

.gallery .slider li img {
    max-width: 90%
}

.gallery .controll {
    cursor: pointer;
    display: none;
    height: 54px;
    position: absolute;
    top: 35px;
    width: 54px;
    z-index: 5
}

.gallery .controll.prev {
  background: url('/foto/prev-slider.png') no-repeat;
  left: 8px
}

.gallery .controll.next {
  background: url('/foto/next-slider.png') no-repeat;
  right: 24px
}

/*********************/
/* Carousel Video Gallery Youtube */

#player {
    width: 960px;
    height: 432px;
    overflow: hidden;
    background: black;
    position: absolute;
    border: solid 2px gray;
}

.youtube .carousel {
    width: 20%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0px;
    z-index: 3;
}

.youtube .thumbnail {
    margin: 2px;
    width: 40%;
    border: 1px solid black;  
}

.youtube iframe.player {
    width: 80%;
    height: 432px;  
    overflow: auto;
    border: 0;
}

/*********************/
/* Lightbox */
body:after {
  content: url(/foto/close.png) url(/foto/loading.gif) url(/foto/prev.png) url(/foto/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/foto/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/foto/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/foto/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/foto/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
