/*** glider css ***/

div.scroller {
  width: 951px;
	height: 459px;
	overflow: hidden;

  margin:0px auto 0 auto;
}
div.scroller div.section {
	width:951px;
	height:459px;
	overflow:hidden;
	float:left;
	padding:0 0;
  text-align:center;
}

div.scroller div.content {
	width: 10000px;
}
#my-glider{
  position:relative;
  top:0px;
}


#my-glider a.backlink{
  position:absolute;
  z-index:100;
  left:22px;
  text-indent:-10000em;
  top:165px;
  width:17px;
  height:34px;
  cursor:pointer;

}

#my-glider a.forwardlink{
  position:absolute;
  cursor:pointer;
  z-index:100;
  text-indent:-10000em;
}

#my-glider .controls{
  text-align:center;
}
#my-glider .controls a, #my-glider .controls a:link,
#my-glider .controls a:active, #my-glider .controls a:visited, #my-glider .controls a:hover{
  margin:0 25px;
  color:#fff;
  text-decoration:none;
}
#my-glider .controls .sliderbar{
  position:relative;
  background: transparent url(/static/images/product/product_slider.png) no-repeat center bottom;
  width:99%;
  
  /*height:4px;*/
  /*margin:10px 0;*/
}
#my-glider .controls .sliderbar .sliderarrow{
  width:131px;
  position:absolute;
  height:45px;
  background: transparent url(/static/images/product/arrowpng24.png) no-repeat 0 0px;
  top:-15px;
  z-index:10;
}

.contentswap{
  width:50%;
  float:left;
  margin-left:65px;
}
.contentswap p{
  font-size:81%;
}
.bottom-content{
  padding:20px 0;
}
