    #scrollingBox {
      width:163px;
      height:446px;
      margin:0px;
      padding-top:0px;
      text-align:center;
      background: url(../sysimages/scrollingevents.jpg);
    }
    #springscrollingBox {
      width:163px;
      height:446px;
      margin:0px;
      padding-top:0px;
      text-align:center;
      background: url(../sysimages/springscrollingevents.jpg);
    }
    #summerscrollingBox {
      width:163px;
      height:446px;
      margin:0px;
      padding-top:0px;
      text-align:center;
      background: url(../sysimages/summerscrollingevents.jpg);
    }

    #fallscrollingBox {
      width:163px;
      height:446px;
      margin:0px;
      padding-top:0px;
      text-align:center;
      background: url(../sysimages/fallscrollingevents.jpg);
    }
    #winterscrollingBox {
      width:163px;
      height:446px;
      margin:0px;
      padding-top:0px;
      text-align:center;
      background: url(../sysimages/winterscrollingevents.jpg);
    }
    #scrollingHeader {
      font-weight:bold;
    }


    /* CSS for my first scrolling box */
	#scrollingContainer{
        top:80px;
		width:145px;	/*  pixels in width */
		height:136px;	/* Height of box */

		padding:2px;	/* A little bit of space between border of box and text inside */
			/* I want the text to wrap around the box */

        margin-top:5px;
        margin-left:4px;
        margin-right:3px;	/* Right margin of 10 pixels */
		font-size:1.1em;	/* Smaller font size than the rest of the page */

		overflow:hidden;	/* Hide overflow content */
	}
	/* End css for my first scrolling box */


	/* CSS for my second scrolling box */
	#scrollingContainer2{
		width:150px;	/* Width of second box */
		height:100px;	/* Height of second box */


		padding:2px;	/* A little bit of space between border of box and text inside */
		float:right;	/* I want the text to wrap around the box */
        margin-top:5px;
        margin-left:14px;
    	margin-right:8px;	/* Space at the left of the box */
		font-size:0.9em;	/* Smaller font size than the rest of the page */

		overflow:hidden;	/* Hide overflow content */


	}
	#scrollingContent{
		font-size:0.7em;
	}
	#scrollingContent2{
		font-size:0.7em;
	}

