/**
 * 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: 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;
}

/* CAROUSEL UI/SKIN */
.jcarousel-skin-folders .jcarousel-container {
	background: #eeeeee;
	border: 1px solid #cecece;
	width: 668px;
}

.jcarousel-skin-folders .jcarousel-container-horizontal {
	padding: 20px 45px;
}

.jcarousel-skin-folders .jcarousel-clip-horizontal {
	width: 667px;
	height: 75px;
	border-left: 1px solid #cecece;
}

.jcarousel-skin-folders .jcarousel-item {
	width: 124px;
	height: 75px;
	text-align: center;
	border-right: 1px solid #cecece;
}

.jcarousel-skin-folders .jcarousel-item:hover {
	
}

.jcarousel-skin-folders .jcarousel-item-horizontal {
	margin-right: 10px;
}

.jcarousel-skin-folders .jcarousel-item-placeholder {
	
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-folders .jcarousel-next-horizontal {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	background: transparent url(/images/shared/arrow-carousel-r.gif)
		no-repeat top center;
}

.jcarousel-skin-folders .jcarousel-next-horizontal:hover {
	
}

.jcarousel-skin-folders .jcarousel-next-horizontal:active {
	
}

.jcarousel-skin-folders .jcarousel-next-disabled-horizontal,.jcarousel-skin-folders .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-folders .jcarousel-next-disabled-horizontal:active
	{
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-skin-folders .jcarousel-prev-horizontal {
	position: absolute;
	top: 40px;
	left: 5px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	background: transparent url(/images/shared/arrow-carousel-l.gif)
		no-repeat top center;
}

.jcarousel-skin-folders .jcarousel-prev-horizontal:hover {
	
}

.jcarousel-skin-folders .jcarousel-prev-horizontal:active {
	
}

.jcarousel-skin-folders .jcarousel-prev-disabled-horizontal,.jcarousel-skin-folders .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-folders .jcarousel-prev-disabled-horizontal:active
	{
	cursor: default;
	background-position: -96px 0;
}

.folderImg {
	margin: 0 auto 0 auto;
	height: 30px;
	width: 85px;
	background: url(/images/shared/folder2-off.gif) top center no-repeat;
}

.selected .folderImg {
	background: url(/images/shared/folder2-on.gif) center no-repeat;
}

.folderName {
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #9eb3c3;
}

.selected .folderName {
	color: #4976a1;
}

.folderItems {
	margin: 0;
	font-size: 10px;
	color: #aaa9a9;
}

.selected .folderItems {
	color: #888888;
}