.jcarousel-skin-tango .jcarousel-container 
{
	/* start custom */
	
	border: 1px solid;
	text-align: left;
	/* end custom */
	/*
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97; */
}

.jcarousel-skin-tango .jcarousel-container-horizontal 
{
	/* start custom */
	/* background-color:Transparent; */
	/* border-width: 1px;
	border-color: #FF0000; */
	 padding-bottom:0px;
	/* end custom */
    width: 200px;
    height:450px;
    /* padding: 20px 40px; */
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 240px;
    height: 200px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal 
{
	/* start custom */
	/* end custom */
    width:  200px;
    height: 450px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  200px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item 
{
	/* start custom */
	/* end custom */
    width: 200px;
    height: 450px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal 
{
	/* start custom */
	margin-bottom: 0px;
	/* end custom */
	/* margin-right: 10px; */
}

.jcarousel-skin-tango .jcarousel-item-vertical 
{
	/* start custom */
	/* end custom */
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder 
{
	/* start custom */
	/* background-color:Transparent; */
	color:Black;
	/* end custom */
	
    /* background: #fff;
    color: #000; */
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal 
{
	/* start custom */
	top: 400px;
	/* end custom */
	
    position: absolute;
    /* top: 43px; */
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 1;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover 
{
	/* start custom */
	/* end custom */
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active 
{
	/* start custom */
	/* end custom */
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active 
{
	/* start custom */
	/* end custom */
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal 
{
	/* start custom */
	top: 400px;
	/* end custom */
    position: absolute;
    /* top: 43px; */
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 1;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.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: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.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: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.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;
}
