.scrollBanner{
	width:100%;
	position:relative;
	overflow: hidden;
	/*top:90px;*/
}

.scrollBanner .alone, .scrollBanner .item {
	top:0px;
	right:0px;
    left:0;
    right:0;
	height: inherit;
    background-size:cover;
    background-attachment:scroll;
    background-color:transparent;
    background-position:center center;
    position:absolute;
	/*position:relative;*/
}

.scrollBanner .alone {
    margin: 0 auto;
}

.scrollBanner .img{
    display:none;
	/*height: 100%;
    width: 100%;*/
}

.scrollBanner .alone .pic img, .scrollBanner .item  .img img{

	width: 100%;
	min-width:1024px;
}

    .scrollBanner .alone .data, .scrollBanner .item .data {
        position: absolute;
        bottom: 0px;
        bottom: -100px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 303px;
        z-index: 100;
        opacity: 0;
        -moz-transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        background: url(/FitxersWeb/67923/fons_text_banner.png) repeat-x scroll 0 0 transparent;
        color: white;
    }

.scrollBanner .alone .data table, .scrollBanner .item .data table{
	margin:0 auto;
	width:980px;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}

.scrollBanner:hover .alone .data, .scrollBanner:hover .item .data{
	opacity:1;
}

/* tabs (those little circles below slides) */
.scrollBanner #tabs {
	height: 13px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 430px;
    width: 490px;
	z-index:30;
    display:none;
}

/* single tab */
.scrollBanner #tabs div {
    background:url(/FitxersWeb/67923/slideshow_tab.png) 0 0 no-repeat;
    display: inline-block;
    font-size: 1px;
    height: 13px;
    width: 13px;
	padding:0px 5px;
}

/* mouseover state */
.scrollBanner #tabs div:hover {
	background:url(/FitxersWeb/67923/slideshow_tab_actiu.png) 0 0 no-repeat;
	cursor:pointer;
}

/* active state (current page state) */
.scrollBanner #tabs div.current {
    background:url(/FitxersWeb/67923/slideshow_tab_actiu.png) 0 0 no-repeat;
}


/*****ALTRES*/

.mascara_banner {
	height:226px;
	width:100%;
	background: url(/FitxersWeb/67923/mascara_banner.png) no-repeat center center;
	bottom:0px;
	right:0px;
}



.no-opacity .data{
	display:none;
}

.no-opacity .scrollBanner:hover .data{
	display:block;
}