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

#my-glider {
	width:599px;
	height:375px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:599px;
	height:375px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:599px;
		height:375px;
		overflow:hidden;
		float:left;
		text-align:center;	
		color:#fff;
		}
	div.scroller div.content {
		width: 20000px; 
		}
		

#go-back {
	width:50px;
	height:375px;
	float:left;
	margin-right:4px;
}

#image {
	width:599px;
	height:375px;
	margin-right:4px;
	float:left;
	background-color:#ffffff;
}

#redaz	{
	width:599px;
	height:375px;
	margin-right:4px;
	float:left;
	background-color:#e6e6e6;
}

#go-ahead {
	width:50px;
	height:375px;
	float:left;
}