#controls{
	display:inline;
	float:left;
	width:394px;
	height:214px;
	background:url(../images/bg-glider.gif) top left no-repeat;
	margin-bottom: 30px;
	position:relative;	
}
#controls img{
	position:absolute;
	display:inline;
	float:left;
	position:absolute;
	bottom:-65px;
	left:-3px;
	border:none;
}
#glidercontainer{
	width:583px;
	height:214px;
	margin:0 auto;
	display:inline;
	float:left;
	margin-bottom: 30px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width:583px; 
	height:214px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:583px; 
	height:214px;
	overflow:hidden;
	float:left;
	color:#333333;	
}
div.scroller div.content {
	width: 10000px;
}
#glider-display{
	width:583px;
	height:214px;
	display:block;
	float:left;
	background:none;
	}
.glider-pic{
	display:inline;
	float:left;
	text-align:center;
	width:245px;
	height: 180px;
	margin-top:20px;
	background:url(../images/bg-gliderpic.gif) top left no-repeat;
	padding-left:24px;
	padding-top:14px;
}
.glider-pic img{
	border:none;
	height:130px;
}
.glider-description{
	width:294px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline;
	float:left;
	text-align: justify;
	height: 184px;
	margin:30px 10px 0px 10px;
}
.glider-title{
	font-size:12px;
	width:294px;
	display: inline;
	float: left;
	font-weight:bold;
	margin-bottom:10px;
	color:#ffffff;
}
.glider-text{
	float:left;
	display:inline;
	height:70px;
	width:294px;
	font-size:11px;
	color:#222222;
	}
.glider-pret{
	display:inline;
	height:15px;
	width:294px;
	font-size:12px;
	font-weight:bold;
	color:#222222;	
}
.glider-pret strong{
	text-decoration:underline;
}
.glider-details{
	margin-top:15px;
	width:294px;
	height:31px;
	float:left;
	display:inline;
	text-align:right;
	background:url(../images/hand.gif) no-repeat 245px 0px;
	padding-top:4px;
}
.glider-details a{
	font-size:12px;
	color:#222222;
	text-decoration:underline;
}
.glider-details a:hover{
	text-decoration:none;
}

