/* outmost wrapper element */
div.scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	padding:8px;
	-moz-border-radius:5px;
	margin-top:30px;
}

div#featured.scrollable {
	background-color: none;
	border: 0;
	padding: 0;
	-moz-border-radius: 0;
	margin: 0;
	padding: 0;
}

div.horizontal {
	width:530px;
	height:68px;		
}

div.vertical {
	width: 347px !important;
	height: 190px;
	float:left;
}

div#featured.vertical {
	width: 779px !important;
	height: 250px;
	float: left;
	margin: 0;
	padding: 0;
}

div.double {
	height:145px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:66px;	
	margin-left:8px;
	float:left;
	width:480px !important;
}

div.vertical div.items {
	height: 190px !important;
}

div#featured.vertical div.items {
	height: 250px !important;	
}


/* single item */
div.items a, div.noitems a {
	display: block;
	font-size: 14px;
	color: #000;
	padding-bottom: 7px;
	text-decoration: underline;
	cursor: pointer;
	font-family: verdana;
}

div.items a {
	float:left;
}

div.item p {
	line-height: 1.4em;
	font-size: 12px;
	padding: 0px !important;
	margin: 0;
}

div.item {
	height: 190px;
	width: 347px;
	float:left;	
}

div#featured .item {
	height: 250px;
	width: 779px;
	float: left;	
}

div.double div.items a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../images/icons/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	margin: 0 auto;
	cursor:pointer;
}

a.next {
	background-image:url(../images/icons/right.png);
}

a.next#next {
	background-image:url(../images/icons/down.png);
	padding-bottom: 2px;	
}

a.prev#previous {
	background-image:url(../images/icons/up.png);
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}

div.double a.prev, div.double a.next {
	margin-top:50px;		
}

div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/icons/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}	