#slider{
	margin:0 0 30px 0;
}

#slider .jcarousel-container {
	padding:30px 0;
	background:#fff url(img/line1.png) repeat-x 0 bottom;
}

#slider .jcarousel-direction-rtl {
	direction: rtl;
}

#slider .jcarousel-container-horizontal {
    width:980px;
	margin:0 auto;
}
/*
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    padding: 40px 20px;
}*/

#slider .jcarousel-clip {
    overflow: hidden;
}

#slider .jcarousel-clip-horizontal {
    width:900px;
	margin:0 auto;
}
/*
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
}*/

#slider .jcarousel-item {
    width:160px;
	margin:0 10px;
	position:relative;
}

#slider .jcarousel-item a span{
	color:#000;
	font-size:68.75%;
	line-height:140%;
	display:none;
	padding:5px;
	border:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	background:#fff;
	position:absolute;
	bottom:5px;
	left:0;
}

#slider .jcarousel-item a:hover span{
	display:inherit;
	filter:alpha(opacity=90);
	opacity:0.9;
}

/*
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}*/
/*
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}*/
/*
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}*/
/*
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}*/

/**
 *  Horizontal Buttons
 */
#slider .jcarousel-next-horizontal {
    position: absolute;
    top:90px;
    right:0;
    width:10px;
    height:22px;
    cursor: pointer;
    background: transparent url(img/next.png) no-repeat 0 0;
}

#slider .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left:0;
    right: auto;
    background: url(img/prev.png) no-repeat 0 0;
}

#slider .jcarousel-next-horizontal:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}
/*
#slider .jcarousel-next-horizontal:active {
}*/

#slider .jcarousel-next-disabled-horizontal:hover{
    cursor: default;
}

#slider .jcarousel-prev-horizontal {
    position: absolute;
    top:90px;
    left:0;
    width:10px;
    height:22px;
    cursor: pointer;
    background: transparent url(img/prev.png) no-repeat 0 0;
}

#slider .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right:0;
    background:url(img/next.png) no-repeat 0 0;
}

#slider .jcarousel-prev-horizontal:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}
/*
#slider .jcarousel-prev-horizontal:active {
}

#slider .jcarousel-prev-disabled-horizontal:hover{
    cursor: default;
}*/

