
#wrapper {
  width:700px;
}

#gallery {
  position:relative;
  width:599px;
  height:481px;
}

#camera {
  position:absolute;
  z-index:101;
}

#pics {
  position:absolute;
  left:98px;
  top:41px;
}

#pics img {
  position:absolute;
}

#header {
  margin:17px 0 17px 0;
}

.carouselControl {
position:relative;
top:630px;
cursor:pointer;
}

.carousel img {
  cursor:pointer;
}

#preloader {
  display:none;
}

#content {
  margin-top:7px;
}

.contactForm_form {
  margin:0;
  padding:0;
}

.contactForm textarea,.contactForm input[type="text"],.contactForm_text {
  padding:5px 5px 3px 5px;
  border:0;
}

.contactForm_text {
  width:280px;
  border:0;
  height:17px;
  padding: 5px 5px 6px 5px;
  margin-bottom:4px;
  background-image:url('textbg.png');
  background-repeat:no-repeat;
  font-size:11px;
}

.contactForm textarea {
  width:280px;
  padding:5px 5px 5px 7px;
  height:100px;
  margin-top:2px;
  border:0;
  font-family:Arial,Helvetica;
font-size:11px;
resize:none;
overflow:auto;

}

.roundInput {
  background-image:url('/apps/0.1/contactForm/templates/textbg.png');
  background-repeat:no-repeat;
  margin-bottom:4px;
}

.roundTextarea {
  background-image:url('/apps/0.1/contactForm/templates/messagebg.png');
  background-repeat:no-repeat;
}

