/* Player container*/


#pageContainer{
	background-color:#ffffff;
}

body{
	margin: 0;
	left : 0px;
}

#slideshow {
	position:relative;
	width:1260px;
	height:718px;
	margin:0 ;
}
#slideshow #slidesContainer {
	position:absolute;
	width:1260px;
	height:718px;
	margin:0 auto;
	overflow:auto; /* allow scrollbar */
}


#slideshow #slidesContainer .slide {
	width:1260px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:718px;
	margin:0;
	/* float: left; float not working, needs to check */
}
