#productDiv {
   margin : 0 20px;
}

.sliderContentDiv {
  padding : 50px;
  text-align : center;
}

#sliderContent {
	width: 800px;
	margin: 0 auto;
	position:relative;
	background-position: top right;
	background-repeat: no-repeat;
}

.scroll {
	overflow:hidden;
}
.scroll .content {
	position:relative;
	display:block;
	left:0;
}
.scroll .content .section {
	float:left;
}
.displaypanel {
	width:700px;
	height:241px;
	position:relative;
	margin:0 0 4px 50px;
	z-index:1;
  text-align : left;
}
.displaypanel.plus {
  width   :715px; 
  height  :254px; 
  margin-top:-10px;
}
.displaypanel * {_zoom:1}

.displaypanel .content {
	width   : 4200px;
	height  : 241px;
	left    : 0px; 
}
.displaypanel .section {
	width   :700px;
	height  :241px;
}
.displaypanel.plus .section { 
  height  :254px; 
  padding :0 15px 0 0; 
}

.displaypanel .content .layout {
  padding : 15px;
}

.hltdbox img, .productbox img {
   border : none;
}

.hltdbox 
{
  margin : 2px 2px;;
  float : left;
  width : 148px;
  padding : 2px 3px;
  height : 449px;
}

.hltdbox h1 {
	font: 18px Arial, Helvetica, Geneva, Verdana, sans-serif;
  font-weight : bold;
}

.hltdbox p {
	font: 16px Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-align:left;
	padding:4px 9px 4px 5px;
	color:#171717;
}

.productbox 
{
  margin : 20px 1px;
  float : left;
  width : 134px;
  height : 415px;
  padding : 2px;
	z-index:6;
}

.productbox h1 {
	font: 16px Arial, Helvetica, Geneva, Verdana, sans-serif;
  font-weight : bold;
	
}





.productbox p {
	font: 13px Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-align:left;
	padding:4px 9px 4px 5px;
	color:#555;
}

.productbox .container {
   padding : 4px;
}






