.projects-wrapper
{
	padding: 25px 20px 0 50px;
}

.projects-wrapper a:hover
{
	text-decoration: none;
}

.projects-wrapper .jcarousel-container-horizontal 
{
    width: 100%;
}

.projects-wrapper .jcarousel-clip
{
    overflow: hidden;
}

.projects-wrapper .jcarousel-clip-horizontal 
{
    width:  100%;
}

.projects-wrapper .jcarousel-item-horizontal 
{
	margin-left: 0;
    margin-right: 20px;
    min-height: 50px;
}

.projects-wrapper .jcarousel-direction-rtl .jcarousel-item-horizontal 
{
	margin-left: 20px;
    margin-right: 0;
}

.projects-wrapper .jcarousel-next-horizontal
 {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.projects-wrapper .jcarousel-prev-horizontal 
{
    position: absolute;
    top: 50%;
    left: -50px;
    width: 15px;
    height: 25px;
    cursor: pointer;
}
