.jcarousel-skin-tango .jcarousel-container-horizontal  {
    width:1000px;
	height:200px;

}

.jcarousel-skin-tango .jcarousel-container-vertical  {
    width:1000px;
	height:200px;

} 
.jcarousel-skin-p {
width:400px;
height:200px;
float:left;
} 

.jcarousel-skin-p  h4{
font-size:18px;
color:#000;
margin:3px auto;

} 

.img_vetrina {
margin-top:12px;
margin-left:20px;
height:160px;
}

.vetrina_pdf {
float:left;
width:150px;
height:40px;
padding-left:45px;
color:#666;
background:  url(pdf.png) no-repeat center left;
padding-top:20px;
}
.news_pdf {
width:150px;
height:40px;
padding-top:60px;
color:#666;
background:  url(pdf.png) no-repeat center center;

}

.ban_pdf {
width:35px;
height:35px;

background:  url(lpdf.png) no-repeat;

}
.ban_doc {
width:35px;
height:35px;

background:  url(doc.png) no-repeat;

}

.modul_pdf {
width:35px;
height:35px;
display:block;
float:left;
margin:1px 2px 0px 1px;
background:  url(lpdf.png) no-repeat;

}
.modul_doc {
width:35px;
height:35px;
display:block;
float:left;
margin:1px 2px 0px 1px;
background:  url(doc.png) no-repeat;

}
.jcarousel-skin-p  div{
font-size:12px;
float:left;
margin:15px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal  {
    width:  1000px;
    height: 200px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical  {
    width:  1000px;
    height: 200px;	
	background: transparent url(NewContentVuoto.png) no-repeat 0 0;
	
	
}


.jcarousel-skin-tango .jcarousel-item {
    width:1000px;
	height:200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-right: 10px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 85px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 85px;
    left: 400px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical {

/*freccina dx*/
    position: absolute;
    top: 85px;
    right: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;    
	background: url(right.gif) no-repeat center center;
}




.jcarousel-skin-tango .jcarousel-prev-vertical {
/*freccina sx*/
    position: absolute;
    top: 85px;
    left: 360px;
    width: 42px;
    height: 42px;
    cursor: pointer;    
	background: url(left.gif) no-repeat center center;
	
}


