.stepcarousel{
	position: relative; /*leave this value alone*/
/*	border: 1px solid black; */
	overflow: scroll; /*leave this value alone*/
/*	width: 800px; */ /*Width of Carousel Viewer itself*/
	height: 190px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding-top: 20px;
}

.stepcarousel .release-item{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
}

div#carousel-release-view {
	width: 100%;
/*	width: 800px; */
	margin-left: auto;
	margin-right: auto;
}

div.release-nav {
	font-size: 12px;
	margin-bottom: 10px;
}

.release-item {
/*	width: 160px; */
	width: 188px;
/*	height: 140px; */ /* was 119px */
}

.video-info {
	color: rgb(68, 68, 68);
	display: block;
	font-size: 11px;
	line-height: 1.8;
}

.play {
	height: 32px;
	left: 76px; /* 12px margin + (160-32)/2 */
	position: absolute;
	top: 27px;
	width: 33px;
	z-index: 10;
}

.release-item a {
	color: rgb(76, 76, 76);
	font-weight: bold;
	font-size: 12px;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

.release-item > .debug-info {
	display: none;
}


div.release-nav div.right-release-nav {
	float: right;
	height: 1.5em;
}

div.release-nav div.left-release-nav {
	height: 1.5em;
}

div.release-nav ul {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}

div.release-nav ul li {
	display: inline;
/*	margin-left: 1ex; */
	cursor: pointer;
/*	padding: 2px 5px; */
	color: rgb(85, 136, 187);
}

div.release-nav ul li.active {
	font-weight: bold;
	color: rgb(34, 34, 34);
}

div.release-nav .first, div.release-nav .last {
	background: url('../images/arrows.gif') no-repeat;
	padding: 0px 7px;
}

div.release-nav .next, div.release-nav .prev {
	background: url('../images/arrows.gif') no-repeat;
	padding: 0px 5px;
}

div.release-nav li.goto input {
	width: 20px;
	height: 13px;
	margin-left: 3px;
	border: 1px solid grey;
	text-align: center;
}

div.release-nav .next {
	background-position-x: -28px;
	background-position-y: 1px;
	background-position: -28px 1px;
}

div.release-nav .next:hover {
	background-position-x: -28px;
	background-position-y: -14px;
	background-position: -28px -14px;
}

div.release-nav .prev {
	background-position-x: -14px;
	background-position-y: 1px;
	background-position: -14px 1px;
}

div.release-nav .prev:hover {
	background-position-x: -14px;
	background-position-y: -14px;
	background-position: -14px -14px;
}

div.release-nav .first {
	background-position-x: 0px;
	background-position-y: 1px;
	background-position: 0px 1px;
}

div.release-nav .first:hover {
	background-position-x: 0px;
	background-position-y: -14px;
	background-position: 0px -14px;
}

div.release-nav .last {
	background-position-x: -42px;
	background-position-y: 0px;
	background-position: -42px 0px;
}

div.release-nav .last:hover {
	background-position-x: -42px;
	background-position-y: -14px;
	background-position: -42px -14px;
}

div.release-nav li.max_pages {
	padding-left: 4px;
}


div.loading-graphic {
	background-image: url(../images/loaderA32.gif);
	width: 32px;
	height: 32px;
	display: block;
	margin: 10px auto 10px auto;
}

div.no-results {
	display: block;
	text-align: center;
	margin: 10px auto 10px auto;
}
