.jcarousel-skin-spot .jcarousel-container {
/*	-moz-border-radius: 10px;
	background: #F0F6F9;
	border: 1px solid #346F97;*/
	margin-top:20px;
	z-index:98;
}

.jcarousel-skin-spot ul {
	list-style:none;
	margin:0;
	padding:0;
}

.jcarousel-skin-spot ul li {
	list-style:none;
	margin:0;
	padding:0;
}

.jcarousel-skin-spot .jcarousel-container-horizontal {
	width: 930px;
/*	padding:30px 90px;*/
}

.jcarousel-skin-spot .jcarousel-clip-horizontal {
    width:  930px;
    height: 400px;
}

.jcarousel-skin-spot .jcarousel-item {
    width: 930px;
    height: 400px;
}

.jcarousel-skin-spot .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-spot .jcarousel-item-horizontal img {
	border:0;
	width:930px;
	height:400px;
}

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

/* Horizontal Buttons */
.jcarousel-skin-spot .jcarousel-next-horizontal {
	position: absolute;
	width: 465px;
	height: 70px;
	right: 0px;
	bottom:-10px;
	cursor: pointer;
	background: transparent url(../img/ileri_1.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-next-horizontal:hover {
	background: transparent url(../img/ileri_2.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-next-horizontal:active {
	background: transparent url(../img/ileri_3.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-next-disabled-horizontal,
.jcarousel-skin-spot .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-spot .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../img/ileri_4.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-prev-horizontal {
	position: absolute;
	left: 0px;
	bottom:-10px;
/*	top: 30px;
	right: 22px;*/
	width: 465px;
	height: 70px;
	cursor: pointer;
	background: transparent url(../img/geri_1.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-prev-horizontal:hover {
	background: transparent url(../img/geri_2.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-prev-horizontal:active {
	background: transparent url(../img/geri_3.png) no-repeat;
}

.jcarousel-skin-spot .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-spot .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-spot .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background: transparent url(../img/geri_4.png) no-repeat;
}

