/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 940px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	position: relative;
	z-index: 100;
	overflow:hidden;
	border:1px solid #ccc;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
	
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	color: #c2bfbf;
}

#slideshow .slides ul {
	width: 2700px;

}

#slideshow .slides li {
	width: 940px;
	height: 320px;
	margin:0px;
	padding: 0;
	float: left;
	z-index:-999;
}

#slideshow .slides h2 {
	margin: 0 0 20px 0;
 	color:#ccc;
  	letter-spacing:-1px;
}

#slideshow .slides p {
	width: 600px;
	margin:0;
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	float: left;
	margin: 0 15px 0 0;
	border:0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {

	float:left;
	height:16px;
	overflow:hidden;
	position:absolute;
	left:805px;

	width:400px;
	z-index:999;
}

#slideshow .slides-nav li {
	margin: 0 6px 0 0;
	float: left;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 0 no-repeat;
	font-size:0px;
	line-height:0px;
}

#slideshow .slides-nav li a:hover {
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 -16px no-repeat;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 -96px no-repeat;
	}

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 32px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 135px;
	background: url(../../../templates/nandroid960/images/flechas-slide.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index:999;
}

.js #slideshow #cycle_prev:hover{

	background: url(../../../templates/nandroid960/images/flechas-slide.png) 0 -32px no-repeat;

}

.js #slideshow #cycle_next{
	height: 32px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 135px;
	background: url(../../../templates/nandroid960/images/flechas-slide.png) 0 -64px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index:999;
}

.js #slideshow #cycle_next:hover{

	background: url(../../../templates/nandroid960/images/flechas-slide.png) 0 -96px no-repeat;

}

.js #slideshow #cycle_pause{
	margin: 0;
	padding: 10px;
	cursor: pointer;
	float: left;
	font-size:0px;
	line-height:0px;
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 -64px no-repeat;
	height:10px;
		z-index:999;
}

.js #slideshow #cycle_pause:hover{
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 -80px no-repeat;
}

.js #slideshow #cycle_resume{
	margin: 0 -4px 0 5px;
	padding: 10px;
	cursor: pointer;
	float: left;
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 -32px no-repeat;
	height:10px;
	font-size:0px;
	line-height:0px;
	
	height:16px;
	overflow:hidden;
	position:absolute;
	left:805px;

	width:400px;
	z-index:999;
}

.js #slideshow #cycle_resume:hover{
	background: url(../../../templates/nandroid960/images/botones-slide.png) 0 -48px no-repeat;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
} 

.botones-slide {
	margin:-46px 10px 0 0;
	width:300px;
	float:right;
}

.botones-slide-interior {
	float:right;
	height:16px;
	overflow:hidden;
}

