.glidecontentwrapper{
background: #FFFFFF;
position: relative; /* Do not change this value */
margin: 0;	
padding: 0;
width: 100%;
height: 100px; /* Set height to be able to contain height of largest content shown*/
border-top: thin solid  #33CC33;
border-left: thin solid  #33CC33;
border-right: thin solid  #33CC33;
color: black;
overflow: hidden;
z-index:1;		
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */	
background: #FFFFFF;	
visibility: hidden;
color: black;
width: 100%;
height:100px;	
padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;
z-index: 2;
}

.title{	
width: 100%;	
height: 25px;	
color: white;
background: black;	
text-align: center;	
border-top: 1px solid  #a9a9a9;
border-left: 1px solid  #a9a9a9;
border-right: 1px solid  #a9a9a9;	
}

.image{
position: absolute;
padding: 0px 0px 0px 0px;
margin:  2px 5px 2px 17px;
}

.image:hover{		
border: 2px solid #e7e7e7;
z-index:4;		
}

.name a{
position: absolute;
padding: 0px 0px 0px 0px;
margin:  10px 0px 0px 120px;
text-align: left;
font-family: TAHOMA, Verdana, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: #000098;
}

.price{
position: absolute;  
padding: 0px 0px 0px 0px;
margin:  35px 0px 0px 120px;	
text-align: right;
font-family: TAHOMA, Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FF8C00;
}

.price2{
position : absolute;   
padding: 0px 0px 0px 0px;
margin:  35px 0px 0px 190px;	
text-align: right;
font-family: TAHOMA, Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: #9a9a9a;
}

.categories a{
position : absolute;   
padding: 0px 0px 0px 0px;
margin:  40px 5px 0px 400px;	
font-family: TAHOMA, Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #9a9a9a;
}

.description{
position: absolute;
float: left;
margin: 50px 5px 0 20px;
width: 400px;	
padding: 0;	
font-family: TAHOMA, Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: justify;
cursor: pointer;	
}

.description:hover{
cursor: pointer;
}

.bouton{ 
position:absolute;
padding: 55px 5px 5px 5px;
margin-left: 220px;  
font-family: TAHOMA, Verdana, Arial, sans-serif;
font-size: 10px;
}
