
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:0px;
width:600x;
z-index:2;
padding:12px;
font-size:13px;
top:96px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#buttonSlides{
text-align:center;
margin:100px;
}

#main_bottom
{
width:580px;
height:auto;
float:left;
font:12px Arial, Helvetica, sans-serif;
color:#000000;
padding:5px;
margin-left:-10px;
margin-top:5px;
}

#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent url("../images/arrow_left.png") no-repeat 50% 50%;
  top: 225px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-next {
  display: block;
  background: transparent url("../images/arrow_right.png") no-repeat 50% 50%;
  top: 225px;
  right: 0;
}

.slideshow-content {
  float: left;
}

#slideshow-area, #slideshow-scroller {
  width: 525px;
  height: 650px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-area {
  border: 1px solid #000;
}

#slideshow-holder  {
  height: 650px;
}
.slide1
{
background:transparent url("/fullsize/1.jpg") no-repeat;
width:525px;
height:650px;
float:left;
}
.slide1_inside
{
width:100px;
height:auto;
float:left;
color:#ffffff;
margin-left:261px;
margin-top:535px;
}


