@charset "utf-8";
/* CSS Document */

#myslide {width:970px;overflow:hidden; position: relative; height:250px; margin-bottom:5px; background-color:#FFF; background-repeat:repeat-x; background-image:url(../img/slide_bg.gif); margin-top:-1px;}
 
	#myslide .cover{
	width:5820px; /*------- class mystuff width * number of mystuff divs (970 * 6)---------- */
	position: absolute;
	height:250px;
	}
 
	#myslide .mystuff {width:950px; height:230px; float:left; margin:10px;}
	.button1 {float:left; margin-right:30px;}
	.button2,.button3,.button4{float:left;margin-right:25px; margin-top:20px;font-family:Arial, Helvetica, sans-serif; color:#004f96; text-decoration:none; font-weight:bold;}
	.active{float:left;outline:none;}
	.clear{clear:both;}

