#glidercontainer{
	width:932px;
	height:221px;
	margin:0 auto;
	display:block;
	float:left;
	margin-bottom:30px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width:932px; 
	height:221px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:932px; 
	height:221px;
	overflow:hidden;
	float:left;
	color:#333333;
	background:url(../img/bg-glider-section.gif) top left no-repeat;	
}
div.scroller div.content {
	width: 10000px;
}
.controls {
	width:49px;
	height:221px;
	display:block;
	float:left;
	background:url(../img/bg-controls.gif) top left no-repeat;
	}
.controls img{
	border:none;
	}
#glider-display{
	width:932px;
	height:221px;
	display:block;
	float:left;
	background:url(../img/bg-glider.gif) top left no-repeat;
	}
.glider-pic{
	display:block;
	float:left;
	text-align:center;
	width:308px;
	height:197px;
	padding-top:12px;
}
.glider-pic img{
	border:none;
}
.glider-description{
	width:598px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	float:left;
	text-align: justify;
	height: 178px;
	padding:31px 0px 0px 24px;
}
.glider-title{
	font-size:16px;
	width:580px;
	display: block;
	float: left;
	font-weight:bold;
	margin-bottom:10px;
}

.glider-title a{
	color:#333333;
	text-decoration:none;
}
.glider-title a:hover{
	
	text-decoration:underline;
}
.glider-text{
	float:left;
	display:block;
	height:70px;
	width:580px;
	font-size:12px;
	}
.glider-pret{
	float:left;
	display:block;
	height:15px;
	width:580px;
	font-size:12px;
	font-weight:bold;
}
.glider-pret strong{
	text-decoration:underline;
}
.glider-details{
	margin-top:15px;
	margin-right:15px;
	width:565px;
	height:31px;
	float:left;
	display:block;
	text-align:right;
	background:url(../img/hand.gif) no-repeat 435px 0px;
	padding-top:4px;
}
.glider-details a{
	font-size:12px;
	color:#222222;
	text-decoration:underline;
}
.glider-details a:hover{
	text-decoration:none;
}