/*#main {
      width: 538px;
    }

    #content-slider {
      width: 522px;
      height: 16px;
      margin-top:4px;
      border:1px solid #58595b;
      background: #BBBBBB;
      position: relative;
      margin-bottom:4px;
    }

    #content-slider .ui-slider-handle {
     position: relative;
      top: -1px;
      height:16px;
      width:100px;
      background: #58595b;
      margin-left:10px;
      margin-right:210px;
    }
    
    #content-slider .ui-slider-horizontal .ui-slider-range-min {
    	left:4px;
    }

    #content-scroll {
      width: 538px;
      overflow: hidden;
    }

    #content-holder {
      width: 1794px;
    }
*/


		.scroll-pane { overflow: auto; width: 99%; float:left; }
		.scroll-content { width: 1288px; float: left; height:124px;}
		.scroll-content.aaa { width: 1870px; float: left; height:124px;}
		.scroll-content-item { width: 174px; height: 108px; float: left; margin: 5px; margin-top:0px; font-size: 1em; text-align: center; }
		* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
		.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; margin-left:0px;}
		.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
		.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
		.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
		.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }


    .content-item {
      float:left;
      padding-right:4px;
      text-align:center;
  	}
  	.content-item img{
      display:block;
  	}
  	.content-item a {
  		font-size:13px;
  		display:block;
  		margin-top:4px;
  	}
