/* Easy Slider */
#sliderContent{
	width:173px;
	position:relative;
    }

#slider
{
	width:173px;
	height:720px;
	background: url(images/topvente/tp_bg.jpg) repeat-y;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li{ 
	width:173px;
	height:720px;
	overflow:hidden;
	margin-top:10px;
	}

#prevBtn a{ position:absolute; top:29px; display:block; width:173px; height:31px; 
            background:url(images/topvente/tp_fleche_haut.png) no-repeat;
			background-position:center;
          }
#nextBtn a{ position:absolute; bottom:1px; display:block; width:173px; height:31px;
			background:url(images/topvente/tp_fleche_bas.png) no-repeat;
			background-position:center;
          }	

.tp-item
{
	/*height:125px;*/
	/*border:1px solid gray;*/
	margin-bottom:30px;
	text-align:center;
	text-decoration:none;
}

.tp-img { border:1px solid #ccc; }
.tp-txt { font-family:Tahoma; font-size:11px; color:#333333; text-align:center; width:150px; margin:3px auto; text-decoration:none;	}
.tp-prix { font-family:Tahoma; font-size:11px; color:#0099cc; text-align:center; font-weight:bold; text-decoration:none;}
