
#slidertitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #333;
	width: 778px;
	height: 39px;
	padding: 15px 0 0 30px;
	display: block;
	letter-spacing: -1px;
	margin: 0 0 -15px -15px;
	background: url('imgs/slider-top.png') no-repeat;
}

.jcarousel-skin-tango .jcarousel-container {
    
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 778px;
    height: 200px;
    margin-left: -15px;
    
    background: url('imgs/sliderbg.png') top no-repeat;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  660px;
    height: 203px;
    margin: 0 60px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 123px;
    height: 213px;
    margin-top: 30px;
}

.jcarousel-skin-tango .jcarousel-item img {
	display: block;
	margin:0 auto;
}

.jcarousel-skin-tango .jcarousel-item p {
	text-align: center;
	margin: 3px 0 0 0;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
   
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url('imgs/right-arrow.png') no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url('imgs/left-arrow.png') no-repeat 0 0;
}




