body

{

background:#fff;

border: 0;


}

.jcarousel-skin-tango .jcarousel-container {

    background: white;

    border: 0;

}

.jcarousel-skin-tango .jcarousel-container-vertical {

    padding-top:15px;

	width: 130px;

    height: 222px;

     border:0;

}

.jcarousel-skin-tango .jcarousel-clip-vertical {

    width:  234px;

    height: 200px;

    border:0;

}

.jcarousel-skin-tango .jcarousel-item {

    width: 224px;
    border:0;

}


.jcarousel-skin-tango .jcarousel-item-vertical {



	

    

}



.jcarousel-skin-tango .jcarousel-item-placeholder {

    background: white;

    color: #363636;

    border:0;

}





/**

 *  Vertical Buttons

 */

.jcarousel-skin-tango .jcarousel-next-vertical {

    position: absolute;
    bottom: 10px;
    width: 224px;

    height: 17px;

    cursor: pointer;

    background: transparent url(red_down.jpg) no-repeat 0 0;

    border:0;

}





.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;

      background: #fff  url(red_down.jpg) no-repeat 0 0;

    border:0;

}



.jcarousel-skin-tango .jcarousel-prev-vertical {

    position: absolute;

    top: 3px;

 

    width: 224px;

    height: 17px;

    cursor: pointer;

    background: #fff url(red_up.jpg) no-repeat 0 0;

    border:0;

}

#mycarousel li table{
	margin:3px 0;
}

#mycarousel li table tr td {
	padding:0 !important;
}



.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 px;

      background: transparent url(red_up.jpg) no-repeat 0 0;

    border:0;

}

