.glidecontentwrapper{
background: white;
position: relative; /* Do not change this value */
margin-left: 10px; /* 65 */
width: 560px; /* 600 */
height: 200px; /* 230 Set height to be able to contain height of largest content shown*/
border-top: 1px solid  #b6de2a; /* thin a9a9a9 */
border-left: 1px solid  #b6de2a;
border-right: 1px solid  #b6de2a;
-moz-border-radius-topleft: 0px; /* 7 Crée un arrondi en haut du cadre */
-moz-border-radius-topright: 0px; /* 7 Crée un arrondi en haut du cadre */
overflow: hidden;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 530px; /* 580 */
height: 150px;
padding: 15px 10px 10px 20px; /* 5 10 10 10 */
margin: 0px;
-moz-border-radius-bottomleft: 0px; /* 5 Crée un arrondi en haut du cadre */
-moz-border-radius-bottomright: 0px; /* 5 Crée un arrondi en haut du cadre */
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/
.title{
	color: white;
	/*padding-left:10px;
	padding-top: 5px;
	/*padding-bottom: 5px;*/
	/*background: ButtonFace;*/
	background-image: url("images/les_nouveautes.png");
	/*background-color: #cc0000;*/
	margin: 2px 2px 0px 2px; /* Marges autour du cadre titre */
	-moz-border-radius-topleft: 0px; /* 7 Crée un arrondi autour du cadre */
	-moz-border-radius-topright: 0px;  /* 7 Crée un arrondi autour du cadre */
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
}

.newProduct{
	margin: 0;
	padding: 0;
}

.name{
	font-family: Calibri, Arial;
	margin: 0;
	padding:0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: black;
	position: relative;
	/*float: right;*/
	/*padding: 0;*/
	margin-left: 130px; /* 150 */
}

.price{
	font-family: Calibri, Arial;
	font-size: 14px;
	color: red;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	position: relative;
	/*float: right;*/
	/*padding: 0;*/
	margin-left: 130px; /* 150 */
}

.image{
   position: inherit;
	float: left;
	margin: 0px;
	padding: 0px;	
}

.description{
   position : relative;  
	/*float: right;*/ 
	padding: 0;
	margin-left: 130px;	/* 150 */
}

.bouton{ 
 position:relative;
 /*float: right;*/
 padding: 0;
 margin-left: 400px;  /* 220 */
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 550px; /* 590 */
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #a9a9a9; /* 2e6ab1 */
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #a9a9a9; /* e4effa */
color: black;
}

.glidecontenttoggler a:hover{
background: #a9a9a9; /* e4effa */
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}