
.jcarousel-container {
    position: relative;
    display:block;
    width:575px;
    margin:-3px auto 0 auto;
	_margin-top:-6px;
	z-index:500
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:  525px;
    height: 108px;
    margin: 0px 25px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


.jcarousel-item {
    float: left;
    list-style: none;
    width: 105px;
    height: 108px;
    text-align:center;
    
    
}
.jcarousel-item a {
	float:left; 
	display:block; color:#4e584f;
    font-size:11px;
    font-weight:normal;
    background-image: url(../images/slider-items-light.png);
    background-repeat:no-repeat;
    background-position:-105px 0;
	padding:6px 0 0 0;
	text-decoration:none;
	height: 102px;
	width:105px;
	cursor:hand;
	cursor:pointer;
}
	
.jcarousel-item a.dark { background-image: url(../images/slider-items-dark.png); }
.jcarousel-item a.actived, .jcarousel-item a:hover { background-position: 0 0; font-weight:bold; color:#222; top:-1px; position:relative}
.jcarousel-item img {margin-top:10px}


.jcarousel-next, .jcarousel-prev {
    z-index: 3;
    display: none;
}

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


.jcarousel-next {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 43px;
    cursor: pointer;
    background: url(../images/next.gif) no-repeat 0 0;
    display:block
}

.jcarousel-next:hover {
    background: url(../images/next.gif) no-repeat 0 0;
}

.jcarousel-next:active {
    background: url(../images/next.gif) no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: url(../images/next.gif) no-repeat 0 0;
}

.jcarousel-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 43px;
    cursor: pointer;
    background: transparent url(../images/prev.gif) no-repeat 0 0;
    display:block
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}

#photos img { cursor:hand; cursor:pointer; }