* {
  margin:0;
  padding:0;
}

body {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:11px;
  color:#b5b5b5;
}

#global {
  width:980px;
  padding:0 15px;
  margin:0 auto;
}

#header {
  width:980px;
  padding:40px 0 10px;
  position:relative;
}

#header h1 a {
  display:block;
  width:144px;
  height:19px;
  background:url(images/florent_brunel.gif) no-repeat;
}

#header h1 a span {display:none;}

#menu {
  position:absolute;
  right:0;
  bottom:10px;
  list-style-type:none;
}

#menu li {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  float:left;
  display:block;
  padding:0 0 0 20px;
}

#menu li a.active {
  color:#7f7f7f;
}

#menu li a.new {
  background:url(images/new_label.gif) no-repeat 100% 3px;
  padding:0 22px 0 0;
}

#content {
  position:relative;
}

#main {
  line-height:0;
  background:#000;
  text-align:center;
  height:652px;
}

#content_bottom {
  background:#000;
/*  height:42px;*/
  color:#fff;
  position:relative;
/*  overflow:hidden;*/
  width:980px;
}

#content_bottom .left {
  width:280px;
  float:left;
}

#content_bottom h2#photo_description {
  font-size:11px;
  text-transform:uppercase;
  padding:14px 15px 0;
  display:block;
  white-space:nowrap;
}

#photos_nav {
  list-style-type:none;
  padding:21px 15px 0;
}

#photos_nav li {
  float:left;
  padding:0 5px 0 0;
}

#photos_nav li a {
  display:block;
  width:14px;
  height:14px;
  outline:0;
}

#photos_nav li a.previous {background:url(images/previous_arrow.gif) no-repeat;}
#photos_nav li a.next {background:url(images/next_arrow.gif) no-repeat;}

#photos_nav li a:hover {background-position:0 -14px;}
#photos_nav li a span {display:none;}

#photos_thumb {
  float:left;
  width:700px;
  list-style-type:none;
  padding:6px 0 0;
  height:68px;
  overflow:hidden;
}

#photos_thumb li {
  padding:0 6px 3px 0;
  float:left;
}

#photos_thumb li.active {
  
}

#photos_thumb li img {
  opacity:0.3;
}

#photos_thumb li.active img {
  opacity:1;
  -webkit-transition:opacity, 0.5s;
}

#contact {
  padding:150px 0;
  font-weight:bold;
  font-size:20px;
  letter-spacing:-1px;
  line-height:1.5em;
}

#contact a {color:#7f7f7f;}

#footer {
  text-transform:uppercase;
  font-weight:bold;
  padding:8px 0 20px;
}

#footer .right {
  float:right;
}

.spacer {clear:both;}

a {
  text-decoration:none;
  color:#b5b5b5;
  outline:0;
}

a:hover {color:#7f7f7f;}

img {
  border:none;
}
