.jcarousel-skin-recent .jcarousel-container {
	width: 					900px;
	}

.jcarousel-skin-recent .jcarousel-container-horizontal {
    width: 					910px;
	}

.jcarousel-skin-recent .jcarousel-clip-horizontal {
    width:  				770px;
    height: 				200px;
	margin-left:			69px;
	}

.jcarousel-skin-recent .jcarousel-item {
    width: 					175px;
    height: 				190px;
	background:				#fff;
	border:					1px solid #dedede;
	padding:				4px;

}

.jcarousel-skin-recent .jcarousel-item img {
	width:175px;
	height:130px;
	}

.jcarousel-skin-recent .jcarousel-item .recent-information {
	width:100%;
	text-align:center;
	color:#777;
	}

.jcarousel-skin-recent .jcarousel-item .recent-information a,
.jcarousel-skin-recent .jcarousel-item .recent-information a:visited {
	font-weight:bold;
	color:#2b4854;
	font-size:120%;
	text-decoration:none;
	}

.jcarousel-skin-recent .jcarousel-item .recent-information a:hover {
	text-decoration:underline;
	}


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

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






/**
 *  Horizontal Buttons
 */
 
 
.jcarousel-skin-recent .jcarousel-next-horizontal {

	display:		block;
	background:url('next.gif') no-repeat top left;
	width: 60px;
	height: 200px;
	
  	float:right;
    
	margin-right:2px;
    
    cursor: pointer;
	

}


.jcarousel-skin-recent .jcarousel-next-disabled-horizontal,
.jcarousel-skin-recent .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-recent .jcarousel-next-disabled-horizontal:active {
    cursor: default;

	background:url('next-disabled.gif') no-repeat top left;
}

.jcarousel-skin-recent .jcarousel-prev-horizontal {

	display:block;
	background:url('prev.gif') no-repeat top left;
	width: 60px;
	height: 200px;

  	float:left;
    cursor: pointer;

}

.jcarousel-skin-recent .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-recent .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-recent .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-recent .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-recent .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

	background:url('prev-disabled.gif') no-repeat top left;
}

