#quotes {
	float: left;
	margin-left: 50px;
}
#quotes ul, #quotes li{
	margin:0;
	padding:0;
	list-style:none;
	}
#quotes, #quotes li{ 
	width:400px;
	height:208px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}