.ILStyleBoxfg .jcarousel-clip 
{
    /*margin-left:10px;*/
    position: relative;
    overflow: hidden;	
    width: 775px;
    z-index:0;
}

.ILStyleBoxfg .jcarousel-list li,
.ILStyleBoxfg .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 170px;
    height: 150px;
    overflow: hidden;
    margin-left:1px;
    margin-right:6px;
    padding:4px;
    background:#CC9933;
}

.ILStyleBoxfg .jcarousel-item a{
    color: #FFF;	
	text-decoration:none;
}

.ILStyleBoxfg .jcarousel-item a:hover{
    color: #FFF;	
	text-decoration:underline;
}

.ILStyleBoxfg .jcarousel-container-horizontal {
    width: 750px;
    padding: 0px 36px 0px 7px;
    position: relative;
}


.ILStyleBoxfg .jcarousel-item img{
   /* width: 170px;
    height: 120px;*/
  display:none;
  min-height:120px;
  max-height:120px;

}

.ILStyleBoxfg .jcarousel-item .imgCont
{
	width: 170px;
    height: 120px;
    text-align:center;
    
}

#preloader
{
	background:url(../../Images/myPreloader.gif) no-repeat scroll center center;
	display:block;
	height:100%;
	width:100%;
	z-index:1;
}


.ILStyleBoxfg .jcarousel-list {
	position:relative;
	position:relative;
	width:600px;
}

/**
 *  Horizontal Buttons
 */
.ILStyleBoxfg .jcarousel-next-horizontal {
	height:150px;
	width:41px;
	padding-top:35px;
	cursor: pointer;
    /*background: transparent url(Images/shared/button_right.png) no-repeat 0 0;*/
    background: url(../../Images/shared/frecciaAvanti.png) no-repeat 0 0;
    position:absolute;
    margin-left:785px;
    z-index:1;
}

.ILStyleBoxfg .jcarousel-prev-horizontal 
{
    position:absolute;
	height:150px;
	padding-top:35px;
	width:41px;
	cursor: pointer;
    /*background: transparent url(Images/shared/button_left.png) no-repeat 0 0;*/
    background: url(../../Images/shared/frecciaIndietro.png) no-repeat 0 0;
    left: 0px;
    margin-left:0px;
    z-index:1;
}

.ILStyleBoxfg .imgName{
    margin-top: 5px;
    color:#FFFFFF;
}
