/* Reset browser defaults for consistency */



/* Remove bullets from list items */

ol, ul {
	list-style: none;
}

#wrapper {
	width:250px;
	 /* margin: 0 auto;*/
	}


	

/* Set up viewport onto sliding content  */	

#frame {
	overflow: hidden;
	/* margin: 0 auto; */
	width: 258px;
	position: relative;
	}
	

#frame, #scroller {
	height: 469px;
	}

#scroller {
	width: 250px;
	/* margin: 0 auto; */
	overflow: hidden;
	}

#content {
	width: 9200px;
	}
	
.section {
	width: 255px;
	margin: 0;
	float: left;

	}
