.jcarousel-skin-tango .jcarousel-container {    
    /* background: #000000; */
    /* background: #f2f2f2 url(../images/home_career_middle.jpg) repeat-y; */
	text-align: center;
	backgound: transparent;
    /* border: 1px solid #000000; */
}

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

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 115px;
    height: 100px;
     padding: 17px 0px 10px 10px;
	/* padding: top right bottom left; */
	text-align: center;
	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  125px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  125px;
    height: 101px;
	text-align: center;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 115px;
    height: 100px;
}

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

.jcarousel-skin-tango .jcarousel-item-vertical {
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    left: 285px;
    width: 40px;
    height: 64px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
	 background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
	 background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	 

}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 64px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -64px 0;
	  background: transparent url(../images/prev-horizontal.jpg) no-repeat;
}

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

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	
	 
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -25px;
    left: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    /* background: transparent url(../images/next-vertical.gif) no-repeat 0 0; */
    background: url(../images/scroll_bottom.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
	/*  background: transparent url(../images/next-vertical.gif) no-repeat 0 0; */
	 background: url(../images/scroll_bottom.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
	/* scroll_top.jpg background: transparent url(../images/next-vertical.gif) no-repeat 0 0; */
	scroll_top.jpg background: url(../images/scroll_bottom.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
   /* background: transparent url(../images/prev-vertical.jpg) no-repeat 0 0; */
    background: url(../images/scroll_top.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
	/* background: transparent url(../images/prev-vertical.jpg) no-repeat 0 0; */
	background: url(../images/scroll_top.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
	/* background: transparent url(../images/prev-vertical.jpg) no-repeat 0 0; */
	background: url(../images/scroll_top.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
