@charset "utf-8";
/* CSS Document */



 #slideshow {
	margin:0 auto;
	width:672px;
	height:225px;
	background:transparent;
	position:relative;
}
 #slideshow #slidesContainer {
	margin:0 auto;
	width:672px;
	height:225px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
 #slideshow #slidesContainer .slide {
	margin:0 auto;
	width:672px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:225px;
}


.control {
	display:block;
	width:10px;
	height:225px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../java%20testing/slick_accessible_slideshow/img/control_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../java%20testing/slick_accessible_slideshow/img/control_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

