@font-face {
	font-family:"Decker";
	src:url("../fuentes/Decker.eot?") format("eot"),
	    url("../fuentes/Decker.woff") format("woff"),
	    url("../fuentes/Decker.ttf") format("truetype"),
	    url("../fuentes/Decker.svg#Decker") format("svg");font-weight:normal;font-style:normal;
	    }
	    
@font-face {
	font-family:"Oswald";
	src:url("../fuentes/Oswald.eot?") format("eot"),
	    url("../fuentes/Oswald.woff") format("woff"),
	    url("../fuentes/Oswald.ttf") format("truetype"),
	    url("../fuentes/Oswald.svg#Oswald") format("svg");font-weight:normal;font-style:normal;
	    }


#example {
	width:600px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	/*position:absolute;*/
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

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

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

#slides .slide {
	/*padding:20px;*/
	width:960px;
	height:670px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	/*position:absolute;*/
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	float: right;
	width:100px;
}

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

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

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


#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}