div.overlayMembers{
background: url(./images/membersFreebiesWidgetBack.png) no-repeat 0 0;
position: absolute;
top: 0;
left: 0;
width:240px;
	height:300px;
	z-index: 2;
}

div.overlayMembers a{
display: block;
width: 240px;
	height:300px;
text-indent: -9999px;
}

#rightContainer {
overflow:hidden;
}

#newsletterContainerNew {
margin: 50px 0 0 -2px;
}

#slideshow {
	margin:0 auto;
	width:230px;
	height:300px;
	position:relative;
	float: right;
margin:31px 10px 0 0px;
display: inline;

}
#slideshow #slidesContainer {
  margin:0;
  width:240px;
  height:150px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
  padding: 105px 0 0 0;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:220px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:163px;
  background: #444;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}


.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
