.ag-makeScroll {
	
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 375px;
	overflow:hidden;
	
}

.ag-makeScroll .ag-innerBox {
	
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 280px;
	padding-right: 20px;

}


.scrollLarge .ag-makeScroll {
	
	position: relative;
	overflow: hidden;
	width: 474px;
	height: 375px;
	overflow:hidden;


}


.scrollLarge .ag-makeScroll .ag-innerBox {
	
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 424px;
	padding-right: 20px;
	
}



.ag-track {
	height: 10px;
	width: 5px;
	float: left;
	background: transparent url(../images/ascenseur2.png) repeat-y;
	
}



.ag-handle {
	height: 10px;
	width: 7px;
	background-color:#35b0c4;
	background-image:url(../images/ascenseur1.png);
	background-repeat:no-repeat;
	position:relative;
	cursor: pointer;
	
}


.ag-flecheBottom
{
	background-image:url(../images/ascenseur3.png);
	background-repeat:no-repeat;
	background-position:bottom;

}



