.jcarousel-skin-ttm{
	padding:0;
}

.jcarousel-skin-ttm .jcarousel-container {
    x-moz-border-radius: 10px;
	padding:0;
	margin:0;
}

#mycarousel-outer-box{
	clear:both;
	padding-bottom: 10px;
	padding-top: 0px;
}

.jcarousel-skin-ttm {
}

.jcarousel-container-horizontal {
	width: 912px;
	padding:0;
	margin-top: 15px;
	margin-left: 50px;
}

.jcarousel-skin-ttm .jcarousel-container-vertical {
    width: 218px;
}

.jcarousel-skin-ttm .jcarousel-clip-horizontal {
	width: 912px;
}

.jcarousel-skin-ttm .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-ttm .jcarousel-item {
    width: 218px;
	margin-bottom: 0px !important;
}

.jcarousel-skin-ttm .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-ttm .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-ttm .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ttm .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ttm .jcarousel-next-horizontal {
    background:transparent url(/images/carousel-right.png) no-repeat 0 0;
	background-position: -52px;
	cursor:pointer;
	height:164px;
	position:absolute;
	right:-56px;
	width:56px;
}

.jcarousel-skin-ttm .jcarousel-next-horizontal:hover {
    background:transparent url(/images/carousel-right.png) no-repeat 0 0;
	background-position: 0px;
	cursor:pointer;
	height:164px;
	position:absolute;
	right:-56px;
	width:56px;
}

.jcarousel-skin-ttm .jcarousel-next-horizontal:active {
}

.jcarousel-skin-ttm .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ttm .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ttm .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background:transparent url(/images/carousel-right.png) no-repeat 0 0;
	background-position: -112px;
	height:164px;
	position:absolute;
	right:-56px;
	width:56px;
}

.jcarousel-skin-ttm .jcarousel-prev-horizontal {
    background:transparent url(/images/carousel-left.png) no-repeat 0 0;
	background-position: -56px;
	cursor:pointer;
	height:164px;
	position:absolute;
	left: -56px;
	width:56px;
}

.jcarousel-skin-ttm .jcarousel-prev-horizontal:hover {
    background:transparent url(/images/carousel-left.png) no-repeat 0 0;
	background-position: -108px;
	cursor:pointer;
	height:164px;
	position:absolute;
	left: -56px;
	width:56px;
}

.jcarousel-skin-ttm .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-ttm .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ttm .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ttm .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background:transparent url(/images/carousel-left.png) no-repeat 0 0;
	background-position: 0px;
	height:164px;
	position:absolute;
	right:-56px;
	width:56px;

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ttm .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ttm .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ttm .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ttm .jcarousel-next-disabled-vertical,
.jcarousel-skin-ttm .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ttm .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ttm .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ttm .jcarousel-prev-vertical:hover {
}

.jcarousel-skin-ttm .jcarousel-prev-vertical:active {
}

.jcarousel-skin-ttm .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ttm .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ttm .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}
#mycarousel ul li span.jcarousel-item-text{
display:none;
padding:3px;
height: 70px;
max-height:70px;
}