
      .example-desc {
        margin:3px 0;
        padding:5px;
      }
	  #carousel {
        width:650px;
        height:400px;
		margin-bottom: 20px;
        position:relative;
        clear:both;
        overflow:hidden;
      }
      #carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }