.jcarousel-skin-feat_proj .jcarousel-container {
	margin-left:0px;
}

.jcarousel-skin-feat_proj .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-feat_proj .jcarousel-container-horizontal {
    width:565px;
	float:left;
}


.jcarousel-skin-feat_proj .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-feat_proj .jcarousel-item-horizontal {
    width: 565px;
	height:220px;
	margin-right:20px;
}

.jcarousel-skin-feat_proj .jcarousel-item-horizontal ul{
    width: 295px;
}

.jcarousel-skin-feat_proj .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-feat_proj .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

#next_proj
{
    position: absolute;
    bottom: 11px;
    height: 15px;
	overflow:hidden;	
    right: 227px;
	display:block;
	z-index:10;
}

.jcarousel-skin-feat_proj .jcarousel-next-horizontal div {
    width: 15px;
    height: 30px;
    cursor: pointer;
	margin-top:-15px;
    background: transparent url(../images/arrow_next.gif) no-repeat;
}

#prev_proj
{
    position: absolute;
    bottom: 11px;
    height: 15px;
	overflow:hidden;	
    right: 243px;
	display:block;
	z-index:10;	
}
.jcarousel-skin-feat_proj .jcarousel-prev-horizontal div{
    height: 30px;
    width: 15px;
    cursor: pointer;
	margin-top:-15px;
    background: transparent url(../images/arrow_prev.gif) no-repeat;
}











