.carouselStatic {
	background: url(../img/carouselBg.jpg) top left no-repeat;
	margin-top: 6px;
	padding: 5px 0px 5px 14px;
	clear: both;
}

.carouselStatic .carouselHeader {
	padding: 19px 23px 0px 0px;
	font-size: 90%;
	width: 180px;
	float: left;
}

.carouselStatic .carouselHeader h2,
.carouselStatic .carouselHeader p {
	padding: 0px;
	margin: 0px;
}

.carouselStatic .carouselHeader h2 {
	color: #bb1100;
	padding: 8px 0 0;
}

.carouselStatic .carouselHeader p a {
	background: url(../img/iconArrow.gif) right 5px no-repeat;
	padding-right: 12px;
	color: #666;
}

.carousel {
	background: url(../img/carouselBg.jpg) top left no-repeat;
	float: left;
}

#mycarousel {
	padding: 5px 0px;
	height: 54px;
}

.jcarousel-skin-tango .jcarousel-container {
	 width:  500px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 0px 23px;
	width: 455px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	background: transparent;
    width:  455px;
    height: 66px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 175px;
    height: 56px;
}

.jcarousel-item img {
	border: solid #666666 1px;
	margin-right: 4px;
	float: left;
}
.jcarousel-skin-tango .jcarousel-item a {
	font-size: 92%;
	width: 175px;
	height: 56px;
	display: block;
	padding: 0px;
	color: #bb1100;
}
.jcarousel-skin-tango li.nolink{
	font-size: 69%;
	font-weight: bold;
}

q.jcarousel-skin-tango .jcarousel-item a:hover img {
	border: 1px solid #bb1100;
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 7px;
	margin-left: 1px;
	width: 175px;
	height: 56px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #ff6633;
    color: #000000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(../img/carouselNext.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 23px;
    height: 66px;
    cursor: pointer;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(../img/carouselPrev.gif) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 66px;
    cursor: pointer;
}



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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: 122px;
    height: 54px;
}




/**
 * 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-item { position: relative; }

.jcarousel-item .nowPlaying {
	border: 1px solid #bb1100;
	background-color: #000000;
	position: absolute;
	color: #ffffff;
	width: 95px;
	height: 44px;
	z-index: 3;
	top: 0px;
	left: 0px;
	
	padding: 10px 0px 0px 4px;
	
	/*These wont validate and no W3C way of achieving this*/
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

q.jcarousel-item span {
	display: block;
	color: #666;
}
.jcarousel-skin-tango .jcarousel-item,
.jcarousel-skin-tango .jcarousel-item a,
.jcarousel-skin-tango .jcarousel-item-horizontal {
    width: 215px;
}









