* {
	margin:0;
	padding:0;
}
#slideshow {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
  	width:570px;
  	height:1098px;
	background:none;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:450px;
	height:1090px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slidesContainer{
	border:4px solid #999999;
}
.slide {
	margin:0 auto;
  	width:475px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  	height:1090px;
}
.control {
    display:block;
    width:55px;
    height:80px;
	margin-top:40px;
    text-indent:-10000px;	
    position:absolute;
    cursor: pointer;
}
#leftControl {
    top:0;
    left:0;
    background: transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
    top:0;
    right:0;
    background: transparent url(images/control_right.jpg) no-repeat 0 0;
}
.slide img {
    float:right;
    margin:0;
}


