/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#recentlyaddedcontainer{
/*	display: block;
*/	margin-top: 15px;
	position: relative;
	margin-bottom: 50px;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 144px;
    height: 157px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* jcarousel-container jcarousel-container-horizontal */

#recentlyaddedcontainer{
    background: url('../images/items-ending-soon.gif') no-repeat top left;
    height: 197px;
/*    width: 535px; */
    padding-left: 3px;
    overflow: hidden;
	position: relative;
	float: right;
}

.jcarousel-skin-tango .jcarousel-container {
	margin-top: 43px;
    width: 531px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	height: 137px;
	padding-top: 13px;
	padding-right: 24px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 531px;
	height: 137px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 146px;
    height: 124px;
	padding-left: 3px;
	overflow: hidden;	
	cursor:pointer;	
}


.carouseltexttitle{
	overflow: hidden;
	width: 146px;
	white-space: nowrap;
	font-weight: bold;
}

.jcarousel-item a:link, .jcarousel-item a:active, .jcarousel-item a:hover, .jcarousel-item a:visited{
	text-align: center;
	display: block;
	text-decoration: none;
	color: #6c7a86;
	font-family: tahoma;
}

.jcarousel-item a:hover, .jcarousel-item a:active{
	text-decoration: underline;
	color: #000000;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
	left: 508px;
    width: 24px;
    height: 126px;
    cursor: pointer;
    background: transparent url('/images/carousel-next-button.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    width: 24px;
    height: 126px;
    cursor: pointer;
    background: transparent url('/images/carousel-previous-button.png') no-repeat 0 0;
}