/* $Id$ */

.header_picture {
	border: 10px solid #464646;
  position: relative;
  margin-bottom: 20px;
}

.header_picture p {
	position: absolute;
  bottom: 0;
  margin: 0;
  padding: 25px 20px;
  font-size: 1.8em;
  line-height: 1.6em;
}

.header_picture .is_home p {
  left: 0;
  width: 880px;
  background: url(../dsg/text_bg.png);
  z-index: 3;
}

.header_picture .no_home p {
  right: 0;
  width: 600px;
}

.header_picture a {
  position: absolute;
  top: 220px;
  display: none;
}

.header_picture .left_arrow  {  left: -35px; }
.header_picture .right_arrow { right: -35px; }

.header_picture .is_home .pic {
  position: relative;
  overflow: hidden;
}

.header_picture .is_home .pic img {
  position: relative;
}

