.glidecontentwrapper{
	position: relative; /* Do not change this value */
	margin: 0;	
	padding: 0;
	width: 650px;
	height: 200px; /* Set height to be able to contain height of largest content shown*/
	color: black;
	overflow: hidden;
	z-index:1;		
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */		
	visibility: hidden;
	background: #FCF1D5;	
	color: black;
	width:648px;
	height:200px;	
	padding: 0;	
	border-left: 1px solid  #a9a9a9;
	border-right: 1px solid  #a9a9a9;
	z-index: 2;
}
.title{	
	width: 648px;	
	height: 25px;	
	color: white;
	background: #009900;	
	text-align: center;	
	border-top: 1px solid  #a9a9a9;
   border-left: 1px solid  #a9a9a9;
   border-right: 1px solid  #a9a9a9;
	-webkit-border-top-left-radius: 7px;
   -webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;  /*h - b - d - g */	
}
.name a{
   position: absolute;
   margin: 10px 0 0 20px;
	padding:0;
	text-decoration: none;
	color: #990000;
	font: bold 15px Arial; /* Change 12px as desired */   
}
.price{
   position: absolute;
   margin: 30px 0 0 20px;
	padding: 0;	
	font: bold 15px Arial;
	color: black;			
}
.bouton{
   position: absolute;
	margin: 160px 0 0 20px;
	padding: 5px 5px 0 0;
	
}
.image{
   position: absolute;
	width : 170px;	
	height: 170px;	
	margin: 15px 0 0 450px;
	padding: 5px;
	
}
.image:hover{		
	border: 1px solid #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	z-index:4;		
}
.description{
   position: absolute;
	float: left;
   margin: 50px 5px 0 20px;
	width: 400px;	
	padding: 0;	
	font: normal 13px Verdana;
	text-align: justify;
	cursor: pointer;	
}
.description:hover{
	cursor: pointer;
}
