/**
 * 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;
	height:155px;
}

.jcarousel-list li, .jcarousel-item
{
	float: left;
	list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 75px;
	height: 75px;
}

/**
 * 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-skin-tango-wrap
{
	clear: both;
	width:550px;
	*width:540px;
	height:195px;
	border: 5px solid #ddd;
	float:left;
	margin-bottom: 20px;
	margin-top:5px;
}

.jcarousel-skin-tango-wrap .jcarousel-container-horizontal
{
	padding: 15px 35px 25px 40px;
	float:left;
	*padding-bottom:10px;
	*padding-right:30px;
}

.jcarousel-skin-tango-wrap .jcarousel-clip-horizontal
{
	width: 460px;
	height: 155px;
	margin-left:10px;
}


.jcarousel-skin-tango-wrap .jcarousel-item
{
	width: 95px;
	position:relative;
	height:auto;}

.jcarousel-skin-tango-wrap .jcarousel-item-horizontal
{
	margin-right: 25px;
}


.jcarousel-skin-tango-wrap .jcarousel-item-placeholder
{
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-wrap .jcarousel-next-horizontal
{
	position: absolute;
	top: 83px;
	right: -13px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(arrow_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango-wrap .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active
{
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-skin-tango-wrap .jcarousel-prev-horizontal
{
	position: absolute;
	top: 83px;
	left: 10px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(arrow_left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango-wrap .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango-wrap .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango-wrap .jcarousel-prev-disabled-horizontal:active{
	background: none;
}

a img{
	border: 0;
}
.jcarousel-control{
	margin: 0 0 10px 190px;
	float: left;
	text-align: left;display:inline;
	clear:both;
}
table dl.jcarousel-control {margin:0}
.jcarousel-control dt {float:left}
.jcarousel-control a{
	text-decoration: none;
	padding: 0 4px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: 0;
	font: 10px Times New Roman;
	float: left;
	width: 3px;
	height: 10px;
	*width:13px;
	*height:13px;
}

.jcarousel-control a span{
	display:none;
}
.jcarousel-control a.current-page{
	background: #999;
}

div.jcarousel-see-all {
	position: absolute;
	right: 5px;
	bottom: 35px;
	*bottom:10px;
}

.digital-content {position:absolute;left:5px;bottom:-20px}
