.jcarousel-skin-talent img{
border:0;

}
.jcarousel-skin-talent a{
display:block;
margin-bottom:10px;
}
.jcarousel-skin-talent .jcarousel-container {
    -moz-border-radius: 4px;
/*    background: #F0F6F9;
    border: 1px solid #346F97;*/
	background-color:#535353;
}
* html .jcarousel-skin-talent .jcarousel-container { background: url("../../images/winl_t.gif") no-repeat;background-color:#2A2A2A; }
*:first-child+html .jcarousel-skin-talent .jcarousel-container { background: url("../../images/winl_t.gif") no-repeat;background-color:#2A2A2A; }

.jcarousel-skin-talent .jcarousel-container-horizontal {
/*    width: 245px; */
width:150px;
    padding: 20px 33px 20px 23px;
}
* html .jcarousel-skin-talent .jcarousel-container-horizontal { padding: 20px 23px 20px 23px; }
*:first-child+html .jcarousel-skin-talent .jcarousel-container-horizontal { padding: 20px 23px 20px 23px; }

.jcarousel-skin-talent .jcarousel-container-vertical {
/*    width: 75px; */
width:500px;
/*    height: 245px;*/
height:600px;
/*    padding: 40px 20px;*/
}

.jcarousel-skin-talent .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;

width:160px;
height:237px;
}

.jcarousel-skin-talent .jcarousel-clip-vertical {
/*    width:  75px;
    height: 245px;*/
width:200px;
height:500px;
}

.jcarousel-skin-talent .jcarousel-item {
    width: 75px;
/*    height: 75px;*/

height:237px;
}

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

.jcarousel-skin-talent .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-talent .jcarousel-next-horizontal {
    position: absolute;
/*    top: 43px;*/
top:122px;
    right: 1px;
/*    width: 32px;
    height: 32px;*/
	width:20px;
	height:28px;
	
    cursor: pointer;
/*    background: transparent url(next-horizontal.png) no-repeat 0 0;*/
    background: transparent url(next_btn.png) no-repeat 0 0;
	behavior: url("/gallery/lib/iepngfix.htc"); 
}

.jcarousel-skin-talent .jcarousel-next-horizontal:hover {
/*    background-position: -32px 0;*/
    background-position: -20px 0;
}

.jcarousel-skin-talent .jcarousel-next-horizontal:active {
/*    background-position: -64px 0;*/
    background-position: -40px 0;
}

.jcarousel-skin-talent .jcarousel-next-disabled-horizontal,
.jcarousel-skin-talent .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-talent .jcarousel-next-disabled-horizontal:active {
    cursor: default;
/*    background-position: -96px 0;*/
    background-position: -60px 0;
}

.jcarousel-skin-talent .jcarousel-prev-horizontal {
    position: absolute;
/*    top: 43px;*/
top:122px;
/*    left: 5px;*/
left:1px;
/*    width: 32px;
    height: 32px;*/

width:20px;
height:28px;
    cursor: pointer;
/*    background: transparent url(prev-horizontal.png) no-repeat 0 0;*/
    background: transparent url(prev_btn.png) no-repeat 0 0;
	behavior: url("/gallery/lib/iepngfix.htc"); 
}

.jcarousel-skin-talent .jcarousel-prev-horizontal:hover {
/*    background-position: -32px 0;*/
    background-position: -20px 0;
}

.jcarousel-skin-talent .jcarousel-prev-horizontal:active {
/*    background-position: -64px 0;*/
    background-position: -40px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-talent .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
	behavior: url("/gallery/lib/iepngfix.htc"); 
}

.jcarousel-skin-talent .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-talent .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-talent .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
	behavior: url("/gallery/lib/iepngfix.htc"); 
}

.jcarousel-skin-talent .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-talent .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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

