#glidercontainer{
	width:743px;
	height:241px;
	display:block;
	float:left;
	background-image:url(../img/bg-gliderContainer.jpg);
	padding-left:22px;
	position:relative;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width: 729px; 
	height: 241px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:729px;
	height:241px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 10000px;
}
.controls{
	width:168px;
	display:block;
	float:left;
	height:35px;
	position:absolute;
	right:13px;
	bottom:35px;
	z-index:99999;
	}
#glider-display{
	width:729px;
	height:241px;
	display:block;
	float:left;
	position:relative;
	}
.glider-pic{
	display:inline;
	float:left;
	text-align:left;
	width: 230px;
	height: 230px;
	margin-left: 15px;
	margin-right: 40px;
}
.glider-details{
	display:inline;
	float:left;
	text-align:left;
	width: 430px;
	height: 230px;
	font-family:Tahoma, Arial, Helvetiva, sans-serif;
	color:#333333;
	font-size:12px;
}
.glider-details strong{
	color:#e90000;
	font-size:14px;
	font-weight:bold;
}
.glider-details a{
	text-decoration:none;
}
.glider-details .cadou{
	height:20px;
	background:url(../img/cadou.jpg) top left no-repeat;
	display:inline;
	float:left;
	padding-left:36px;
	padding-top:8px;
	font-weight:bold;
	margin-bottom:10px;
}

.glider-details .cadou a{
	color:#333333;
	text-decoration:none;
}
.glider-details .pret{
	height:16px;
	/*background:url(../img/coolArrow.gif) top left no-repeat;*/
	display:inline;
	float:left;
	padding-left:26px;
	margin-left:10px;
	font-weight:bold;
	color:#0168ab;
	font-size:14px;
}
.glider-details .pret_banner{
	height:13px;
	/*background:url(../img/coolArrow.gif) top left no-repeat;*/
	display:inline;
	float:left;
	padding-left:26px;
	margin-left:10px;
	font-weight:bold;
	color:#0168ab;
}
.glider-details .pret .catalog_price{
	float:left;
}
#qTip {
	padding: 10px;
	display: none;
	background: #FFF;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width:160px
}

