div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width: 520px; 
	height: 232px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:520px;
	height:232px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 10000px;
}
.controls {
	position:absolute;
	bottom:30px;
	right:0px;
	width:87px;
	display:block;
	float:left;
	background-color:#111111;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;	
	}
.controls img{
	padding:3px 0px 0px 10px;
	border:none;
	}
#glider-display{
	width:520px;
	height:232px;
	display:block;
	float:left;
	background:url(../img/banner-home.jpg) top right #111111 no-repeat;
	position:relative;
	}
/*Content*/
.glider-pic{
	width:200px;
	height:232px;
	display:block;
	float:left;
	text-align:center;
}
.glider-pic img{
	padding:16px 0px 16px 0px;
}
.glider-description{
	width:243px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	float:left;
	padding-left:24px;
	padding-top:24px;
	text-align: left;
	
}
.glider-title{
	font-size:16px;
	height: 60px;
  	display: block;
   	float: left; 
   	width:270px;
}

.glider-title a{
	color: #333333;
	text-decoration:none;
}

.glider-title a:hover{
	color: #ff5000;
	text-decoration:none;
}

.glider-orange{
	color:#fb5803;
	font-style:italic;
}
.glider-summary{
	width:419px;
	height:50px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	float:left;
}
.glider-summary a{
	color:#FFFFFF;
	text-decoration:underline;
}
.glider-summary a:hover{
	text-decoration:none;
}
.glider-pret{
	width:409px;
	height:30px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	background:url(../img/glider-pret.gif) top left no-repeat;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
}
.glider-pret strong{
	text-decoration:underline;
}

.glider-text{
   float:left;
   display:block;
   height:80px;
   width:243px;
   } 
   
 