/* CSS Document */
#glidercontainer {
	width:662px;
	border:1px solid #ddd;
	padding:1px;
	float:left;
	overflow:hidden;
}
#glider-display {
 	width:664px;
	height:173px;
	background:url(images/glider_bg.jpg);
	overflow:hidden;
 }
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	/*display:block;*/
	width: 664px; 
	height: 173px;
	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:664px;
	height:173px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 662px;
}
div.section .pic {
		width:167px;
		height:165px;
		border-right:1px solid #ddd;
		text-align:center;
		float:left;
		display:inline;
		margin-top:3px;
	}
div.section .info {
		width:380px;
		height:80px;
		text-align:justify;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		font-size:11px;
		float:left;
		display:inline;
		margin-top:13px;
		margin-left:20px;
	}
div.section .info .heading{
	font-weight:bold;
	font-size:14px;
	color:#c20e0e;
	text-decoration:none;
	width:auto;
}
div.section .price{
	width:263px;
	height:67px;
	float:left;
	display:inline;
	background:url(../imgs/bg-bannerPrice.gif) top left no-repeat;
	color:#333;
	margin-left:20px;
}
div.section .price a{
	width:253px;
	height:42px;
	float:left;
	display:inline;
	color:#333;
	text-decoration:none;
	padding-top:25px;
	padding-left:10px;
	line-height:1em;
}