.glidecontentwrapper{
	position: relative; /* Do not change this value */
	margin: 0;	
	padding: 0;
	width: 228px;
	height: 257px; /* Set height to be able to contain height of largest content shown*/
	color: black;
		margin: 0;	
overflow: hidden;
	z-index:1;		
	border: 0px;
left: 0px;
top: 0px;
right: 0px; 
bottom: 0px; 
 background:  url('../images/monitor/moniteur_pic_blank.jpg') no-repeat top center;
}



.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */		
	visibility: hidden;
	color: black;
	width: 228px;
	height: 257px; /* Set height to be able to contain height of largest content shown*/
	z-index: 2;
left: 0px;
top: 0px;
right: 0px; 
bottom: 0px; 
}
.name a{
   position: absolute;
   margin: 10px 0 0 20px;
	padding:0;
	text-decoration: none;
	color: #000;
	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: 228px;
	height: 257px; /* Set height to be able to contain height of largest content shown*/
	padding: 0px;
left: 0px;
top: 0px;
right: 0px; 
  margin: 0px 0px 0px 0px;
	
}
.image:hover{		
	border: 0px;
	width: 228px;
	height: 257px; /* Set height to be able to contain height of largest content shown*/
-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	z-index:4;		
}
.description{
   position: absolute;
	float: left;
   margin: 50px 5px 0 20px;
	width: 228px;
	height: 257px; /* Set height to be able to contain height of largest content shown*/
	padding: 0;	
	font: normal 13px Verdana;
	text-align: justify;
	cursor: pointer;	
}
.description:hover{
	cursor: pointer;
}
