.category {
}
.category .previewer {
	vertical-align:bottom;;
	background-repeat:no-repeat;
	background-position: center bottom;
	cursor: default;
	overflow: hidden;
	height: 600px;
	width: 100%;
}
.category .previewer.draggable {
	cursor: url('../img/openhand.cur'), move;
}
.category .previewer.draggable.dragging {
	cursor: url('../img/closedhand.cur'), move;
}
.caption {
	/**
	text-align:left;
	color: #fff;
	background-color: #333;
	border: 1px solid #aaa;
	padding: 4px;
	margin: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;/**/
	float:left;
	text-align:left;
	color: #000;
	width: 670px;
	margin-top: 4px;
	padding: 1px 2px;
	height: 32px;
	line-height: 1em;
	overflow-y: auto;
	font-size: 0.8em;
}
.category.buttons {
	text-align: right;
	width: 800px;
}
.category.button {
	margin: 1px;
	padding: 0 4px 0 6px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #000;
}
.category.buttons a:hover {
	background-color: #ddd;
}
.category.buttons a.disabled {
	color: gray;
}
.category.counter {
	display:inline;
	font-size: 0.7em;
	font-weight: bold;
}
#category_children {
	clear: both;
	padding: 1px 2px;
	width: 800px;
	text-align:left;
	height: 6.5em;
}
#category_children li {
	letter-spacing:2px;
	float: left;
}
#category_children li a {
	display: block;
	padding: 0 1em 0 0;
	margin: 0 1px 0 0;
}
.textslider li a, .textslider li a:visited {
	color: #555;
}
.textslider li a:hover {
	color: #000;
}
.category .slider {
	display:none;
}

.category.button {
	margin: 1px;
	padding: 0 4px 0 6px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #000;
}

.category.button.prev {
	background: url("../img/prev.png") no-repeat 50%;
}
.category.button.next {
	background: url("../img/next.png") no-repeat 50%;
}
.category.button.play {
	background: url("../img/play.png") no-repeat 50%;
}
.category.button.pause {
	background: url("../img/pause.png") no-repeat 50%;
}
.category.button.disabled {
	color: #fff;
	cursor: default;
	display: none;
}
