.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: white;	
	color: black;
	width:648px;
	height:150px;	
	padding: 0;	
	border-left: 1px solid  #2d7be6;
	border-right: 1px solid  #2d7be6;
	z-index: 2;
}
.title{	
	width: 648px;	
	height: 18px;	
	
	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 */	
	
	font-family: Verdana, Arial, sans-serif;
  	font-size: 13px;
  	font-weight: bold;
  	background: #2d7be6;
  	color: #ffffff;
}
.name a{
   position: absolute;
   margin: 10px 0 0 20px;
	padding:0;
	text-decoration: none;
	color: #000;
	font: bold 12px Verdana; /* Change 12px as desired */   
}
.price{
   position: absolute;
   margin: 30px 0 0 20px;
	padding: 0;	
	font: bold 10px Verdana;
	color: black;			
}
.bouton{
   position: absolute;
	margin: 150px 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: 350px;	
	padding: 0;	
	font: normal 10px Verdana;
	text-align: justify;
	cursor: pointer;	
}
.description:hover{
	cursor: pointer;
}
