/*** glider css ***/

div.scroller {
  width: 931px;
	height: 420px;
	overflow: hidden;

  margin:0px auto 0 auto;
}
div.scroller div.section {
	width:931px;
	height:420px;
	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;
	background-image: url(static/images/product/product_slide_arrows.png);

}

#my-glider a.forwardlink{
	position:absolute;
	cursor:pointer;
	z-index:100;
	right:20px;
	text-indent:-10000em;
	top:165px;
	width:17px;
	height:34px;
}

#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:#ffffff;
	text-decoration:none;
}
#my-glider .controls .sliderbar{
	position:relative;
	width:940px;
	height:4px;
	margin:10px 0;
	background-color: transparent;
	background-image: url(static/images/product/product_slider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#my-glider .controls .sliderbar .sliderarrow{
	width:14px;
	position:absolute;
	height:0px;
	top:-6px;
	background-color: transparent;
	background-image: url(static/images/product/product_slider.png);
	background-repeat: no-repeat;
	background-position: -267px top;
}

.contentswap{
  width:50%;
  float:left;
  margin-left:65px;
}
.contentswap p{
  font-size:81%;
}
.bottom-content{
  padding:20px 0;
}

