#myslide {width:278px;overflow:hidden;position: relative;height:373px;margin:0 0 20px 0; }
 
	#myslide .cover{
		width:840px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
		position: absolute;
		height:357px;
		margin: 13px 0 0 0;
	}
 
	#myslide .mystuff { width:278px; float:left; height: 357px; margin: 0 0 0 2px; }
 
	.button1,.button2,.button3{background:#666666;padding:6px;display:block;float:left;margin-right:5px; cursor: pointer;}
	.active{background:#FFFFFF;padding:6px;display:block;float:left;outline:none;}
	.clear{clear:both;}
	
	

 #sunslide {width:278px;overflow:hidden;position: relative;height:373px;margin:0 0 20px 0; }
 
	#sunslide .cover{
		width:840px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
		position: absolute;
		height:357px;
		margin: 13px 0 0 0;
	}
 
	#sunslide .mystuff { width:278px; float:left; height: 357px; margin: 0 0 0 2px; }
	
	
	 #smslide {width:278px;overflow:hidden;position: relative;height:373px;margin:0 0 20px 0; }
 
	#smslide .cover{
		width:840px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
		position: absolute;
		height:357px;
		margin: 13px 0 0 0;
	}
 
	#smslide .mystuff { width:278px; float:left; height: 357px; margin: 0 0 0 2px;}
 
 #button, #sunbutton, #smbutton {
		padding: 12px 0 0 12px; 
		float: left;
 }
	