* {
	margin: 0;
	padding: 0;
}
body{
	background:url(../images/CNF_bg.jpg) top center no-repeat;
	}
#slideshow {
  width:346px;
  height:400px;
  position:absolute;
  top:0;
  right:0;
  overflow:hidden;
}

#slideshow .slide{
position:absolute;
z-index:500;

}

#slideshow .currentPic slide{z-index:590;}

/* Buttons container */
#btns_wrap {
  position: absolute;
  z-index: 999;
  font-size: 0;
  text-align: left;
  top: 15px;
  right: 25px;
}

/* Button sprite */
#btns a {
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/homepage/btn-inactive.png) no-repeat 0 0;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
#btns a:first-child {margin-left: 0;}

/* Button hover/selected */
#btns a.selected, #btns a:hover {
  background: url(../images/homepage/btn-active.png) no-repeat 0 0;
}