/* outmost wrapper element */
#scrollable {
	background-color:#efefef;
	border:1px solid #ddd;
	width:440px;
	height:65px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	display: block;
}

/* container for the scrollable items */
div.items {
	height:66px;
	margin-left:8px;
	float:left;
	width:352px !important;
	overflow: hidden;
	display: inline;
	margin-right: 0px;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:80px;
	height:60px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
div.items a:hover {
	color:#999;
}
div.items a.active {
	background-position:-174px 0;
	color:#555;
	cursor:default;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a.prev {
	background:url(../images/plan/button-left.gif);
}
a.prev:hover {
	background:url(../images/plan/button-left-over.gif);
}
a.next {
	background:url(../images/plan/button-right.gif);
}
a.next:hover {
	background:url(../images/plan/button-right-over.gif);
}
/* navigator */
div.navi {
	position:relative;
	top:-20px;
	left:250px;
	margin-left:-50px;
	width:50px;
}

/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/plan/dots.png) 0 0 no-repeat;
	cursor:pointer;
	display: inline;
	overflow: hidden;
}
div.navi span:hover {
	background-position:0 -8px;
}
div.navi span.active {
	background-position:0 -16px;
} 	
            #scrollable {
	margin-top:1em;
}
            .items span {
                display:block;
                background-color:transparent;
                background-repeat:no-repeat;
                background-position:center 5px;
                height:60px;
            }
			#scrollable .items a img {
	height: 60px;
	width: 80px;
	display: inline;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

