/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
	#twitter_wrapper {
	    position: relative;
		width:316px;
	}
	
	#twitter_wrapper .jcarousel-clip {
		width:306px;
	    padding: 0;
	    margin: 0 0 0 5px;
	    overflow: hidden;
	    position: relative;
	}
	
	#twitter_wrapper .jcarousel-list {
	    overflow: hidden;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin: 0;
	    padding: 0;
	}
	
	#twitter_wrapper .jcarousel-item {
		position: relative;
	    float: left;
	    list-style: none;
	    /* We set the width/height explicitly. No width/height causes infinite loops. */
		width:306px;
		height:72px;
	}
	
	#twitter_feed .dotnav {
		bottom:35px;
		right:5px;
	}
