/* CSS Document */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	/*display:block;*/
	width: 564px; 
	height: 177px;
	overflow: hidden;
	position:relative;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:564px;
	height:177px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 10000px;
}

#glider-display {
 	width:564px;
	height:177px;
	background:url(../images/glider_bg.jpg);
	overflow:hidden;
 }
 .leftside {
 	width:390px;
	height:135px;
	float:left;
	margin:20px 10px 0 15px; 
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
 }
 	.title { margin-bottom:10px; }
	.title a { font-weight:bold; font-size:14px; color:#F84600; }
	.info { font-size:12px; margin-bottom:8px; }
	.hline {
		width:370px;
		height:1px;
		background:#FFF;
		margin:10px 0 5px 0;
		overflow:hidden;
		line-height:1px;
	}
	.glider-pret { font-weight:bold; font-size:12px; vertical-align:top; margin-top:4px; margin-right:20px; float:left; }
	.cumpara {
		width:60px;
		height:19px;
		line-height:21px;
		background:#F84600;
		float:left;
		text-align:center;
		overflow:hidden;
	}
	.cumpara a { color:#fff; font-size:10px; }

.glider-pic {
	float:left;
	margin-top:20px; 
}

