.slidemenu{
	position:relative;
	width:95%;
	background:#9B9AA0;
	border:6px #7A7777 solid;
	height:130px;
	padding:0.2em 0 0 0;
}

.slidemenu .nextbuttom, .slidemenu .buttomprev {
width:3%;
padding: 5em 0 0 0;
}

.slidemenu .buttomprev {
float:left;
}

.slidemenu .nextbuttom {
float:right;
}

.slidemenu .buttomprev a, .slidemenu .nextbuttom a {
font-weight:bold;
color:#fff;
font-size:2.5em;
}


.next, .prev{
	cursor:pointer;
}


.slideshow{
	overflow:hidden;
	width:89%;
	float:left;
}

	.slideshow ul{
		width:3900px;
		padding-left:225px;
	}

		.slideshow li{
			float:left;
			margin:0 0 0 0px;
			cursor:pointer;
			width:265px;
			height:128px;
			background:url(../../images/backFichaSlide.jpg) top center no-repeat;
			padding:0.5em 0em 0.5em 0.2em;
		}


.slideshow ul li div.descItem {
float:left;
width:58%;
}

.slideshow ul li div.descItem .detalle a {
font-weight:bold;
color:#D26A6B;
}

.slideshow ul li div.descItem .detalle a:hover {
text-decoration:underline;
}


.slideshow ul li div.descItem .comprar {
margin:1em 0 0.85em 0;
}

.slideshow ul li div.descItem .comprar a{
background:transparent url(../../images/comprarBack.gif) center left no-repeat;
padding:1em 3em 0.6em 0.5em;
text-transform:uppercase;
color:#fff;
font-size:0.95em;
}

.slideshow ul li div.descItem .comprar a:hover {
text-decoration:underline;
}


.slideshow ul li .imgCell {
float:left;
width:38%;
padding:0.5em 0 0 0;
margin: 0 0.5em 0 0;
}

.slideshow ul li .imgCell img {
width:100%;
}


