#wrap
{
	background: #F0F0F0;
	float: left;
	margin-bottom: -5px;
	width: 944px;
}

#wrap a
{
	background: #FFFFFF url('../Images/jCarouselimages/loading-small.gif') no-repeat 50% 50%;
	float: left;
	display: block;
	height: 120px;
	width: 159px;
}

#wrap a img
{
	border: 0;
	float: left;
}

#wrap p.hiddenExtraText,
#wrap h4.hiddenExtraText
{
	display: none;
	visibility: hidden;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container
{
	background: #F0F0F0;
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal
{
    padding: 10px 46px 10px 46px;
	width: 852px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal
{
    width: 852px;
    height: 120px;
}

.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: 159px;
    height: 120px;
}

.jcarousel-skin-ie7 .jcarousel-item img
{
    width: 159px;
    height: 120px;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal
{
    margin: 0 14px 0 0;
}

/**
 * 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,
.jcarousel-prev {
    z-index: 3;
    display: none;
}


/***  Horizontal Buttons */
.jcarousel-skin-ie7 .jcarousel-next-horizontal
{
    position: absolute;
    top: 60px;
    right: 19px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Images/jCarouselimages/rightscrollarrow.gif) no-repeat center center;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 19px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Images/jCarouselimages/leftscrollarrow.gif) no-repeat center center;
}