.jCarousellite
{
	float:left;
}
.carousel  {
    position: relative;     
}
.carousel .control_direction
{
	text-align:right;
	margin-bottom:5px;
}             
.carousel a.prev:before, .carousel a.next:before {
 font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
    }
.carousel a.prev:before         { content: "\f053"; }
.carousel a.next:before        { content: "\f054"; }
        
         .carousel li img, 
{
            background-color: #fff;
			margin:0 10px;
			max-width:100%;
        }
.carousel li .item_bg
{
	padding:0 10px;
}        
.carousel li .item
{
	border:1px solid transparent;
}          