
#floor .carousel  {
   padding:0;margin:0;
   position:relative;
}

#floor .digg {
/*  position:absolute;
  left:610px; top:110px;
  */
}

#floor .main {
/*  margin-left:40px;*/
}

#floor .demo em {
/*  color:#ff3300;
  font-weight:bold;
  font-size:60%;
  font-style:normal;
  */
}
#floor .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
  float:left;
}              
#floor .carousel a.prev, #floor .carousel a.next {
	display:block;
	float:left;
	width:23px; 
	height:175px;
	text-decoration:none;
	background:url("/images/jquery/imageNavLeft.gif") left center no-repeat;
  margin: 0 4px;
}

#floor .carousel a.next {
  background:url("/images/jquery/imageNavRight.gif") right center no-repeat;
}
#floor .carousel a.next:hover {
  background-image:url("/images/jquery/imageNavRightHover.gif");
}
#floor .carousel a.prev:hover {
  background-image:url("/images/jquery/imageNavLeftHover.gif");
}    
#floor .carousel a:hover, #floor .carousel a:active {
  border:none;
  outline:none;
}
#floor .carousel .jCarouselLite {
  float:left;
  _padding-right:10px;
  _height:115px;
  background-color:#fff;
  position:relative;
  visibility:hidden;
  left:-5000px;
}
#floor .carousel ul {
  overflow:hidden;
  margin:0; padding:0;
}
#floor .carousel li img {
  background-color:#fff;
  width:154px; height:114px;
  _width:164px; _height:124px;
  list-style:none;
  margin:0; 
  padding:0;
  overflow;hidden; 
}
#floor .carousel li {
  background-color:#fff;
  width:154px; height:134px;
  _width:164px; _height:144px;
  list-style:none;
  margin:17px 5px; 
/*
  margin-top: 17px ;
  margin-left: 5px ;
  margin-right:5px ; 
  margin-bottom: 17px;
*/
  padding:0;
  _margin:10px 5px;
}

#floor .widget img {
  cursor:pointer;
}
#floor .mid {
  margin-left:80px;
  width:548px; height:300px;
}
#floor .vertical {
  margin-left:170px;
}
#floor .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
  width:170px;
}
#floor .imageSlider li img, 
#floor .imageSlider li p, 
#floor .imageSliderExt li img , 
#floor .imageSliderExt li p {
/*  width:400px; height:300px;*/
  width:548px; height:198px;
}
