div, ul, li, span, a, img { border:0;margin:0;padding:0; }
html, body { font-family:Arial;border:0;margin:0;padding:0;background:#E6E6E6; }
#left { float:left;background:#EAE2D0; }
#right { float:left;background:#E6E6E6; }
#center { float:left;position:relative;background:url(../images/bg.png);width:1024px; }
#wrapper { margin:auto;width:966px; }
#header { margin:0;height:146px;width:966px;margin-top:40px; }
#logo { float:left;display:block;background:url(../images/logo.png) no-repeat;width:245px;height:94px;clear:both;margin-bottom:17px; }
#contact { float:right;margin:43px 129px 0 0;padding:0;border:0;background:url(../images/contact.png) no-repeat;width:181px;height:51px;cursor:pointer; }
#separator { background:url(../images/separator.png) no-repeat;width:966px;height:18px;margin-bottom:17px;clear:both; }
#main { margin:0 auto;padding:0;border:0;position:relative;width:966px; }

#slidewrapper { float:left;position:relative;width:966px; }
#slider {
  position:relative;
  overflow: hidden;
  z-index: 10;
  width: 966px;
}
#slider ul { list-style:none outside none;margin:0;position:relative; }
#slider ul li { float:left; }

.slide { }
.slide .spacer {
  float:left;
  width:18px;
  height:400px;
}
.slide .view {
  float:left;
  position:relative;
  width:310px;
  height:400px;
  background:#CCC;
  overflow:hidden;
}
.slide .view img {
  position:relative;
  cursor:pointer;
}
.slide .view .description {
  background:url(../images/project_description_bg.png);
  width:310px;
  height:18px;
  position:absolute;
  left:0;
  bottom:0;
  font-family:Arial;
  color:#B3B3B3;
  font-size:10px;
  line-height:18px;
  text-indent:4px;
  overflow:hidden;
  display:none;
  z-index:15;
}
.arrowleft { float:left;background:url(../images/prev.png) no-repeat;margin-left:-18px; }
.arrowright { float:right;background:url(../images/next.png) no-repeat;margin-left:971px; }
.arrowleft, .arrowright { vertical-align:baseline;text-indent:-9999px;cursor:pointer;display:block;position:absolute;overflow:hidden;width:13px;height:24px;top:188px; }

#bookmarks { 
  float:left;
  position:relative;
  height:53px;
  margin-top:17px;
  clear:both;
}
#bookmarks .bookmark { 
  float:left;
  width:39px;
  height:53px;
  margin-right:6px;
  overflow:hidden;
  cursor:pointer;
}
#bookmarks .bookmark img { 
  width:39px;
}

