/*-----------------------------------------------------
slide
-------------------------------------------------------*/
#slide{
	width:630px;
	height:122px;
	position:relative;
	margin: 0 0 0 0;
}
#slide div.inside{
	height:122px;
}

.jcarousel-skin-tango .jcarousel-container {
    width: 630px;
    padding: 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 540px;
    height: 122px;
    margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	height:122px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 267px;
    height: 122px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 6px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 1px;
    width: 38px;
    height: 37px;
    cursor: pointer;
    background: transparent url(../../images/report_nextbtn.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: transparent url(../../images/report_nextbtn.jpg) no-repeat 0 bottom;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(../../images/report_nextbtn.jpg) no-repeat 0 bottom;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 1px;
    width: 38px;
    height: 37px;
    cursor: pointer;
    background: transparent url(../../images/report_backbtn.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background: transparent url(../../images/report_backbtn.jpg) no-repeat 0 bottom;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: transparent url(../../images/report_backbtn.jpg) no-repeat 0 bottom;
}
