﻿/*---slider---*/
.sliderHomeContainer {
	margin:0 auto;
	width:320px;
}
.sliderHomeContainer .jcarousel-container {
	background: #FFF;
	width: 320px;
	border: 1px solid #414141;
	background:#000000 none repeat scroll 0 0;
}
.sliderHomeContainer .jcarousel-container-horizontal {
	width: 318px;
	border: 1px solid #414141;
}
.sliderHomeContainer .jcarousel-clip-horizontal {
	width:  318px;
	height: 240px;
}
.sliderHomeContainer .jcarousel-item {
	width: 318px;
	height: 240px;
}
.sliderHomeContainer .jcarousel-item-horizontal {
	width: 318px;
	height: 240px;
}
.sliderHomeContainer .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.sliderHomeContainer .jcarousel-next-horizontal {
	position: absolute;
	top: 110px;
	right: 10px;
	width: 16px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/buttons/Slideshow_arrow_right.gif) no-repeat left top;
}
.sliderHomeContainer .jcarousel-next-horizontal:hover {
	background: transparent url(../images/buttons/Slideshow_arrow_right.gif) no-repeat left bottom;
}
.sliderHomeContainer .jcarousel-next-horizontal:active {
	background: transparent url(../images/buttons/Slideshow_arrow_right.gif) no-repeat left bottom;
}
.sliderHomeContainer .jcarousel-next-disabled-horizontal, .sliderHomeContainer .jcarousel-next-disabled-horizontal:hover, .sliderHomeContainer .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.sliderHomeContainer .jcarousel-prev-horizontal {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 16px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/buttons/Slideshow_arrow_left.gif) no-repeat left top;
}
.sliderHomeContainer .jcarousel-prev-horizontal:hover {
	background: transparent url(../images/buttons/Slideshow_arrow_left.gif) no-repeat left bottom;
}
.sliderHomeContainer .jcarousel-prev-horizontal:active {
	background: transparent url(../images/buttons/Slideshow_arrow_left.gif) no-repeat left bottom;
}
.sliderHomeContainer .jcarousel-prev-disabled-horizontal, .sliderHomeContainer .jcarousel-prev-disabled-horizontal:hover, .sliderHomeContainer .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	width: 320px;
	height: 248px;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
