/**
 * jQueryUI scroller plugin
*/
.scroller {
	position: relative;
	text-align: left;
	padding: 0px 56px;
	margin: 0px 0px;
	/*width: 100% !important;*/
}

.scroller div.arrow {
	background-repeat: no-repeat;
	width: 25px;
	height: 46px;
	position: relative;
	top: auto;
	z-index: 60;
	cursor: pointer;
	cursor: hand;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.scroller div.arrow.left {
	background-image: url('/img/pictures_left_arrow.png');
	background-repeat: no-repeat;
	margin-left: -40px;
	float: left;
}

.scroller div.arrow.right {
	background-image: url('/img/pictures_right_arrow.png');
	background-repeat: no-repeat;
	margin-right: -40px;
	float: right;
}

.scroller div.arrow.hidden {
	visibility: hidden;
}

.scroller div.container {
	width: auto;
	height: 280px;
	overflow: hidden;
	position: relative;
	top: 10px;
}

.scroller ul.scroller-ul {
	position: absolute;
	left: auto;
	z-index: 70;
}

.scroller ul.scroller-ul li.scroller-li {
	list-style-image: none;
	list-style-type: none;
	width: auto;
	height: auto;
	position: relative;
	float: left;
	margin-right: 11px;
	z-index: 61;
}

.scroller ul.scroller-ul li.scroller-li.active {
	z-index: 62;
}

/* additional styles */
.scroller ul.scroller-ul li.scroller-li .tags {
	position: relative;
	width: 200px;
	float: left;
}

.scroller ul.scroller-ul li.scroller-li .tags a {
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
}

.scroller ul.scroller-ul li.scroller-li .tags .logo {
	display: block;
	float: left;
	background: url('/img/attachment_screen.png') center left no-repeat;
	width: 13px;
	height: 10px;
}