.rm_container{
	width:824px;
	overflow:hidden;
	float:left;
	height:473px;
	margin:0 auto;
}
.rm_container ul{
	width:1000px;
}
.rm_container ul li{
	float:left;	
	position:relative;
	overflow:hidden;
	height:473px;	
    z-index: 100;
	/*
	width:310px;
	margin-left:-80px;
	*/
    
	/*border:30px solid #f0f0f0;
	border-width:50px 30px 0px 30px;
	background-color:#f0f0f0;*/
}
.rm_container ul li.image1{
	width: 200px;
}
.rm_container ul li.image2{
	width: 260px;margin-left:-40px;
}
.rm_container ul li.image3{
	width: 260px;margin-left:-30px;
}
.rm_container ul li.image4{
	width: 230px;margin-left:-75px;
}

.rm_container ul li img{
	position:absolute;
	top:0px;
	left:0px;
}
a#rm_prev,a#rm_next{	
	float:left;
	cursor:pointer;
	opacity:0.7;
	margin-top:200px
}
a#rm_next:hover,a#rm_prev:hover{
	opacity:1.0;
}
.rm_controls{
	position:absolute;
	top:0px;
	left:-40px;
	height:20px;
}
.rm_controls a{
	cursor:pointer;
	opacity:0.7;
	padding-left:24px;
	font-size:16px;
	text-transform:uppercase;
	height:20px;
	float:left;
	line-height:20px;
}
.rm_controls a:hover{
	opacity:1.0;
}
.rm_controls a.rm_play{
	display:none;
	background:transparent url(../images/play.png) no-repeat center left;
}
.rm_controls a.rm_pause{
	background:transparent url(../images/pause.png) no-repeat center left;
}
/* Footer Style */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer a.left{
	float:left;
}
#rm_mask{/*background: url("/themes/fragrances/img/decoupe/slider_mask.png") no-repeat scroll 0 0 transparent;
    height: 473px;
    position: relative;
    width: 900px;
    z-index: 300;
	top:-465px;*/
}