
#example {
	/*width:600px;
	height:350px;*/
	width: 728px;
	height: 395px;
	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:570px;
	height:270px;*/
	width: 728px;
	height: 395px;
	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:530px;
	height:230px;*/
	width: 728px;
	height: 395px;	
	display:block;
}


/*
	Pagination
*/

.pagination {
	/*margin:26px auto 0;*/
	/*margin: 5px auto 0;*/
	z-index: 150px;
	
	position: absolute;
	bottom: 8px;
	/*left: 88%;*/
	right: 10px;
	z-index: 150;
}

.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(../novaweb-imatges/pagination.png);
    background-position:0 -12px;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
    background-position:0 0;
}

/*
	Type and anchors
*/

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

.texteSlideNove {
	padding: 10px 0 25px 0;
	background-color:#333;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
	color: #FFF;
	width: 100%;
}


.texteSlideNove span {
    position: relative;
    top: -4px;
}
