.dragdealer {
	/*height: 30px;
	background: #000EEE;
	background-image:url(../img/fondo_dragdealer.png);
	background-repeat:repeat-x;
	top:330px;*/
	position:relative;
	padding-top:10px;
	float:right;
	margin-bottom:-50px;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}

.dragdealer .disabled {
	background: #898989;
}


/******************************/

/* Slideshow */

#slideshow {
	width: 961px;
	height:70px;
	overflow: hidden;
}
	#slideshow .handle {
		width: 6730px;  /* esto es (#slideshow width) x (Cantidad de imagenes) */
		}
		
		#slideshow .handle .slide {
			float: left;
			width: 961px;
		}

#slideshow .handle .icon {
	float:left;
	display:inline;
	margin:0;
	background-image:url(../img/spry.png); 
	background-repeat:no-repeat; 
	width:200px; 
	height:60px; 
	background-position:-400px -115px;
}

#slideshow .handle #texto {
	float:left;
	display:inline;
	width:50px;
	background-color:red;
	line-height:normal;	
}

#slideshow .handle p {
	margin:0;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
	line-height:13px;
	width:710px;
	margin-left:220px;
	font-weight:100;
}

#slideshow-menu-wrapper{
	position:relative;
	top:-15px;
	float:right;
	z-index:8;
	}
	
.listaItems li{
	float:left;
	margin-left:20px;
	}

/********************************************************************************/


.feature1 a, .feature2 a, .feature3 a, .feature4 a, .feature5 a, .feature6 a {
float:left;
display:inline;
width:48px;
height:50px;
background:url(../img/spry.png) no-repeat;
}

.feature1 a {
background:url(../img/spry.png) no-repeat -15px -105px;
width:75px;
}

.feature1 a:hover {
background:url(../img/spry.png) no-repeat -5px -160px;
}

.feature1 a.active {
background:url(../img/spry.png) no-repeat -5px -105px;
}

.feature2 a:hover {
background:url(../img/spry.png) no-repeat  -100px -160px;
}

.feature2 a.active, .feature2 a  {
background:url(../img/spry.png) no-repeat  -100px -105px;
width:40px;
}

.feature3 a:hover {
background:url(../img/spry.png) no-repeat  -160px -160px;
}

.feature3 a.active, .feature3 a {
background:url(../img/spry.png) no-repeat  -160px -105px;
}

.feature4 a:hover {
background:url(../img/spry.png) no-repeat  -220px -160px;
}

.feature4 a.active, .feature4 a {
background:url(../img/spry.png) no-repeat  -220px -105px;
}

.feature5 a:hover {
background:url(../img/spry.png) no-repeat  -280px -160px;
}

.feature5 a.active, .feature5 a {
background:url(../img/spry.png) no-repeat  -280px -105px;
}

.feature6 a:hover {
background:url(../img/spry.png) no-repeat  -340px -160px;
}

.feature6 a.active, .feature6 a {
background:url(../img/spry.png) no-repeat  -340px -105px;
}


/******************************************************************/