ul.jcarousel-list {
	margin: 0 !important;
}

.jcarousel-container {
    width:  798px;
    padding: 6px 36px;
    margin: 0 auto;
    background: url(/images/slider/projects_slider_bg.gif) no-repeat center;
	z-index: 1;
}

.home .jcarousel-container {
    width:  830px;
    padding: 0 0 0 0;
    float: right;
    background: none;
}

.jcarousel-clip {
    width:  798px;
    height: 106px;
}

.home .jcarousel-clip {
    width:  830px;
    height: 35px;
}

.jcarousel-list {
    width:  746px;
    height: 106px;
    margin: 0 auto !important;
}

.home .jcarousel-list {
    width:  830px;
}

.jcarousel-list li {
    width: 176px;
    height: 100px;
	padding: 6px 8px 0;
    margin-right: 10px;
    background: #f4f4f4;
	font-size: 11px;
	text-transform: uppercase;
}

.home .jcarousel-list li {
    width: 825px;
    height: 29px;
	padding: 5px 0 0 5px;
    background: none;
	font-size: 12px;
	text-transform: none;
}

.jcarousel-list a {
	text-decoration: none;
	color: #696969;
}

.home .jcarousel-list a {
	text-decoration: none;
	color: #808080;
}

.home .jcarousel-list a:hover {
	text-decoration: underline;
	color: #666;
}

.jcarousel-list a span {
	float: left;
	margin-top: -1px;
}

.jcarousel-list a img{
	border: none;
	padding: 0;
	margin: 0;
}

.jcarousel-item-placeholder {
    background: url(/images/slider/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 118px;
    cursor: pointer;
    background: transparent url(/images/slider/projects_right.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: 0 -118px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: none;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
	width: 26px;
    height: 118px;
    cursor: pointer;
    background: transparent url(/images/slider/projects_left.gif) no-repeat 0 0;

}

.jcarousel-prev-horizontal:hover {
    background-position: 0 -118px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none;
}

