  a > img { border: none; }
  
  html, body {
          background-color: #bfbfbf;
          font-family: Verdana;
          font-size: 11px;
          color: #767575;
          padding: 0px;
          margin: 0px auto;
  }
  #container {
          width: 905px;
          height: auto;
          min-height: 850px;
          padding: 0px;
          margin: 0px auto;
          padding-top: 20px;
          background-color: white;
          text-align: center;
  }
  
  #container a {
          color: #00aeef;
          text-decoration: none;
  }
  
  #container a:hover,
  #container a.hover {
          text-decoration: underline;
  }
  
  #header {
		  margin: 0 auto;
		  padding: 0px;
		  background: url( 'images/header.png' ) no-repeat;
		  width: 1092px;
		  height: 187px;
		  border: 0px solid #000;
		  text-align: center;
  
  }
  
  #container > #content {
		  margin: 0px;
		  margin-bottom: 20px;
		  padding: 0px;
		  width: 905px;
		  height: 373px;
		  background: url( 'images/content.png' ) repeat;
		  text-align: left;
		  overflow-y: auto;
  
  
  }
  
  #container > #content > #text {
		  margin: 10px;
		  padding: 0px;
		  color: #FFF;
		  font-size: 11px;
		  font-weight: normal;
  
  
  }
  
  #container > #content > #text h1 {
		  font-size: 13px;
		  color: #FFF;
  
  
  }
  
  #container > #slider {
		  margin: 0px;
		  margin-left: 15px;
		  padding: 0px;
		  background: url( 'images/scrolldesigns.png' ) no-repeat;
		  width: 900px;
		  height: 379px;
		  border: 0px solid #000;
		  text-align: center;
  
  }
  
  #container > #slider > #designs {
		  margin: 0px;
		  padding: 0px;
		  margin-top: 65px;
		  margin-left: 15px;
		  float: left;
		  width: 845px;
		  height: 200px;
  
  }
  
  #container > #top {
	      float: left;
	      margin: 0px;
	      padding: 0px;
	      width: 905px;
	      min-height: 0px;
	      margin-left: 15px;
	      margin-right: 35px;
	      margin-bottom: 15px;
  
  }
  
  #container > #top > #left {
	      margin: 0px;
	      padding: 0px;
	      float: left;
	      background: url( 'images/home.png' ) no-repeat;
	      height: 200px;
	      width: 355px;
	      margin-right: 160px;
	      
  
  }
  
  #container > #top > #left:hover {
		  background: url( '../designs/1_on.png' ) no-repeat;
		  
  }
  
  #container > #top > #right {
		  margin: 0px;
	      padding: 0px;
	      float: left;
	      background: url( 'images/aboutcontact.png' ) no-repeat;
	      height: 200px;
	      width: 355px;
	      
  
  
  }
  
  #container > #top > #right:hover {
		  background: url( '../designs/3_on.png' ) no-repeat;
		  
  }
  
  #container > #bottom {
		  float: left;
	      margin: 0px;
	      padding: 0px;
	      width: 905px;
	      min-height: 0px;
	      margin-left: 15px;
	      margin-right: 15px;
  
  }
  
  #container > #bottom > #left {
		  margin: 0px;
	      padding: 0px;
	      float: left;
	      background: url( 'images/designs.png' ) no-repeat;
	      height: 200px;
	      width: 355px;
	      margin-right: 160px;
  
  }
  
  #container > #bottom > #left:hover {
		  background: url( '../designs/4_on.png' ) no-repeat;
		  
  }
  
  #container > #bottom > #right {
		  margin: 0px;
		  padding: 0px;
		  float: left;
		  background: url( 'images/products.png' ) no-repeat;
		  height: 200px;
	      width: 355px;
  
  }
  #container > #bottom > #right:hover {
		  background: url( '../designs/2_on.png' ) no-repeat;
		  
  }
		.scroll-pane { overflow: auto; width: 99%; float:left; }
		.scroll-content { width: 2440px; float: left; }
		.scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px; font-size: 3em; line-height: 96px; 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; }
		.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%; }
