div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width: 540px; 
	height: 193px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:540px;
	height:193px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 10000px;
}
#glider-display{
	width:540px;
	height:193px;
	display:block;
	float:left;
	background: url(../img/bg-grid2.gif) repeat;
	position:relative;
	}
.controls {
	width:540px;
	display:block;
	float:left;
	}
.controls img{
	border:none;
	float:left;
	}
.glider-pic{
	display:block;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	border:#afd1c8 4px solid;
	width:150px;
	height:150px;
	margin-top:17px;
	margin-left:17px;
}
.glider-description{
	width:320px;
	color:#dce6e3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	padding-left:17px;
	padding-top:50px;
	text-align: justify;
	height: 150px;
}
.glider-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	display:inline;
	float:left;
	}
.glider-text a{
	
	color:#dce6e3;
	text-decoration:none;
}
.glider-text a:hover{
	color:#C6FF00;
	text-decoration:none;
}
.glider-pret{
	width:190px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	display:inline;
	float:left;
	padding-top:10px;
}
.glider-buy{
	width:126px;
	height:36px;
	background:url(../img/addcart.gif) top left no-repeat;
	display:inline;
	float:left;
}
.glider-buy-headshop{
	width:126px;
	height:36px;
	background:url(../img/addcart-headshop.gif) top left no-repeat;
	display:inline;
	float:left;
}
