#myslide {width:170px;overflow:hidden;position: relative;height:800px;margin-bottom:00px; }
 
	#myslide .cover{
		width:880px; /*------- class mystuff width * number of mystuff divs (170 * 3 = 480)---------- */
		position: absolute;
		height:170px;
	}
 
	#myslide .mystuff {width:170px;float:left;padding:0px 0;}
 
	.button1,.button2,.button3,.button4{background:#F7F3FE;padding:6px;display:block;float:left;margin-right:5px; margin-bottom:10px; border:1px solid #D7EFFF;}
	.actives{background:#D1E3F8;padding:6px;display:block;float:left;outline:none; border:1px solid  #5FC8FE;}
	.clear{clear:both;}
  
 ul {
	list-style: none;
padding:0; margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
 ul li {
	font-size: 10px;
	background: none;
	padding: 0;
}
