#slider {  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;  
  height: 320px;  
  width: 900px;
}

#footer {  
  height: 90px;  
  width: 1200px;  
  clear: both;  
  background-repeat: repeat-x;  
  background-position: center center;  
  background-image: url("images/bg_footer.png");  
  padding-top: 5px;  
  margin-top: 30px;
}

#ab {  
  height: 289px;  
  width: 1032px;  
  text-align: center;  
  clear: left;  
  margin-top: auto;  
  margin-right: auto;  
  margin-bottom: auto;  
  margin-left: auto;
}

#logo {  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;  
  float: left;  
  height: 70px;  
  width: 250px;
}

.projectthmb {  
  text-align: center;  
  padding-top: 10px;  
  padding-right: 0px;  
  padding-bottom: 10px;  
  padding-left: 0px;  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#slider .thumbholder {  
  float: right;  
  width: 500px;  
  text-align: right;
}

#slider h2 {  
  margin-bottom: 10px;  
  color: #666666;  
  font-family: 'FertigoProRegular', Arial, Helvetica, sans-serif;  
  font-size: 24em;
}

#slider h3 {  
  font-family: "VinqueRegular";  
  color: #f8f8f8;  
  font-size: 24px;  
  font-style: normal;  
  line-height: 40px;  
  font-weight: normal;  
  padding-left: 50px;  
  text-align: left;
}

#slider {  
  height: 310px;  
  width: 990px;  
  float: left;  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;  
  background-attachment: scroll;  
  background-image: url("../images/bg_slider.png");  
  background-repeat: repeat;  
  background-position: center top;  -webkit-box-shadow: 0px -30px 30px -30px #333333;
  box-shadow: 0px -30px 30px -30px #333333;
}

#slider .container {  
  overflow: hidden;  
  position: relative;  
  cursor: pointer;  
  color: #dddddd;  
  height: 620px;  
  width: 980px;  
  float: left;
}

#slider .slides li {  
  display: block;  
  height: 242px;  
  width: 980px;  
  position: absolute;  
  overflow: hidden;  
  left: 0px;  
  top: 0px;
}

#slider li .txtholder {  
  float: left;  
  width: 470px;  
  padding-top: 35px;
}

.slides {  
  position: relative;  
  float: left;
}

#slider .slides p {  
  font-size: 1.4em;  
  line-height: 24px;
}

#slider .pagination {  
  display: block;  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  z-index: 999;  
  width: 210px;  
  text-align: center;  
  position: absolute;  
  bottom: 8px;  
  height: 25px;  
  left: 7px;
}

ul.pagination li {  
  display: inline;
}

ul.pagination li a {  
  display: block;  
  float: left;  
  width: 19px;  
  height: 19px;  
  margin-top: 3px;  
  margin-right: 3px;  
  margin-bottom: 3px;  
  margin-left: 3px;  
  background-color: transparent;  
  background-image: url("images/slidernav.png");  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  text-indent: -9000px;
}

ul.pagination li.active a {  
  background-color: transparent !important;  
  background-image: url("images/slidernava.png") !important;  
  background-repeat: no-repeat !important;  
  background-attachment: scroll !important;  
  background-position: 0% 0% !important;  
  text-indent: -9000px;
}

