#slides {
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
	height: 300px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .prev {
	position:absolute;
	top:-170px;
	left:-15px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	position:absolute;
	top:-170px;
	left:945px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

/*
	Pagination
*/

.pagination {
	width:100px;
	margin-top: 38px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

#tallas {
	height: 17px;
	width: 40px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00AACB;
	border-bottom-color: #00AACB;
	border-left-color: #00AACB;
	padding-top: 3px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00AACB;
	background-color: #FFFFFF;
}
#tallas2 {
	height: 17px;
	width: 40px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00AACB;
	border-bottom-color: #00AACB;
	padding-top: 3px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00AACB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00AACB;
	background-color: #FFFFFF;
}
#clear {
	clear: both;
}
#btno {
	height: 25px;
	width: 69px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#pieses {
	background-image: url(../images/bg_naranja.jpg);
	height: 260px;
	width: 100%;
	clear: left;
}
