.stepcarousel
{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
/*	width: 720px; /* Valeur pour 3 items */
width: 710px;
	/*height: 335px; Height should enough to fit largest content's height*/
	/*height:305px;*/
	height:250px;
}

.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 230px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

p.samplebuttons
{
	width: 320px;
	text-align: center;
}

p.samplebuttons a
{
	color: #2e6ab1;
	padding: 1px 2px;
	margin-right: 3px;
	text-decoration: none;
}


.anylinkcss
{
	position: absolute;
	visibility: hidden; /* border: 1px solid black;*/
	border-bottom-width: 0;
	font: normal 10px Tahoma;
	/*line-height: 20px;*/
	z-index: 9999999; /*    background-color: #E9FECB;*/
	width: 129px;
	height: 47px;
	vertical-align: middle;
	background-image:url('/_layouts/images/moulinex/menubg.gif');
	text-align:left;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	/*text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;*/
	color: Gray;
	margin-left: 13px;
}

.anylinkcss a:hover
{
	/*hover background color*/ /* background-color: black;     color: white;*/
	text-decoration: underline;
}

.anylinkcss ul
{
list-style-type: none;
list-style-image:none;
padding: 0;
margin: 0;
}

.anylinkcss li
{
background-image: url('/_layouts/images/moulinex/showroommenuicon.gif');
background-repeat: no-repeat;
background-position: 0 .4em;
margin-left: 8px;
margin-top: 5px;
}

.newbutton
{
	height: 36px;
	width: 122px;
	/*top: 170px;*/
	top:100px;
	/*top: 140px;*/
	position: absolute;
	left: 80px;
	background-image: url('/_layouts/images/moulinex/newballoon.gif');
	font-weight:bold;
	padding-top:4px;
	padding-left:15px;
	background-repeat:no-repeat;
}

.showroomproducttitle
{
	text-align:center;
}
