/*  slider container(s) */ 
#slider{
    position: relative;
    width: 298px;
    height: 505px;
    overflow: auto;
}
#slider li{
	width: 298px;
    height: 500px;
    overflow:hidden;
}

.imgSlideAnn{
    height:82px;
	overflow:auto;
	position:relative;
	width:600px;
}
.imgSlideAnn li{
	float:left;
	height:80px;
	margin-left:0;
	overflow:hidden;
	width:auto;
	position: relative;
}

#slider li dl{
	position: relative;
	width:172px;
	height:219px;
	border:1px solid #d0d0d0;
	background:#fcfcfc;
	float:left;
	margin-right:15px;
}
#slider li dl dt{
	padding:7px;
}
#slider li dl dt, #slider li dl img{
	width:158px;
	height:103px;
}
#slider li dl dt a{
	display:block;
}
#slider li dl dd{
	position:relative;
	padding:0 9px;
	height:104px;
	line-height:18px;
}
#slider li dl dd .voir_detail1, #slider li dl dd .selectionner1, #slider li dl dd .supprimer1{
	position:absolute;
	bottom:1px;
	padding:0;
}
#slider li dl dd .voir_detail1{
	left:0;
	border-left:0;
	width:80px;
}
#slider li dl dd .selectionner1, #slider li dl dd .supprimer1{
	right:0;
	border-right:0;
	width:91px;
}

/* controls styling */
#controls{
	display: block;
    width: 298px;
	height: 27px;
	border-right:0;
	background:url(../images/commun/annonces/nav.png) no-repeat scroll 50% 0;
	text-align:center;
	margin-top:20px;
}
#prev_btn, #next_btn{
	display:inline-block;
    width: 43px;
    height: 27px;
}
#prev_btn{
     background: url(/images/commun/annonces/prev.png) 50% 50% no-repeat;
}
#prev_btn:hover{
    background: url(/images/commun/annonces/activ_prev.png) 50% 50% no-repeat;
}
#next_btn{
    background: url(/images/commun/annonces/des_next.png) 50% 50% no-repeat;
}
#next_btn:hover{
    background: url(/images/commun/annonces/next.png) 50% 50% no-repeat;
}

#comparePage #controls{
	position: static;
    display: block;
    width: 166px;
	height: 28px;
	border: none;
	background: none;
	border: none;
	overflow:hidden;
}
#comparePage #prev_btn, #comparePage #next_btn{
	position: absolute;
	top: -10px;
	border: 1px solid #1c1c1c;
    width: 134px;
    height: 26px;
    text-indent: 0px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
}
#comparePage #prev_btn{
	left: 235px;
    background: transparent url(../images/commun/bg-prev.gif) 0px 0px no-repeat;
	padding: 0 0 0 30px;
	text-align: left;
}
#comparePage #prev_btn:hover{
    background: url(/images/commun/annonces/activ_prev.png) 50% 50% no-repeat;
}
#comparePage #next_btn{
	right: 1px;
	background: transparent url(../images/commun/bg-next.gif) 0px 0px no-repeat;
	padding: 0 30px 0 0;
	text-align: right;
}
#comparePage #next_btn:hover{
    background: transparent url(../images/commun/bg-next.gif) 0px 0px no-repeat;
}

#slider .ann{
	margin: 10px 20px;
}

#slider .ann div.ville {
	padding-top:5px;
}

#slider .ann div.prix {
	padding-top:5px;
}

#slider .ann dl{
	width: 258px;
	border: none;
	border-bottom: 1px solid #DEDEDE;
	height: auto;
	margin-bottom:10px;
	padding-bottom:10px;
}

#slider .ann.lst dl{
	border-bottom: 0;
}

#slider .ann dl dt{
	width: 80px;
	height: auto;
	float: left;
}

#slider .ann dl dd{
	width: 160px;
	float: right;
	padding: 0;
}
#slider .ann dl dt img{
	width: 80px;
	height: 80px;
}
