/* @group Scrollable */

#scrollable-wrapper {
	width: 570px;
	height: 300px;
}

div.scrollable {	 	
	width: 570px;
	height: 300px;
	overflow: hidden;
	top: -24px;
	left: 0;
	position: relative;
}

div.scrollable h5 {
	overflow: visible;
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear: both;
}

div.scrollable div.items div.page {
	width: 570px;	
	-moz-border-radius:5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ebebeb;
	height: 300px;
	float: left;
}

.project-title {
	width: 80px;
	padding-top: 10px;
	float: left;
	padding-bottom: 2px;
	text-indent: 40px;
/*	border-right:1px solid #dfdfdf;*/
	color:#4b4b4b;
	margin-bottom:9px;
}

.project-select {color:#000000;}

.project-info {float:left;width:636px;color:#4b4b4b;padding-left:9px;padding-top:10px;margin-bottom:10px;}
.video {
	margin-top: 70px;
	margin-left: 43px;
}

/* @end */

/* @group Navig */

/*#feature-nav {
	position:relative;
	width:3px;
	height:18px;
	background-color:#fff;
	overflow:hidden;
}*/
a.prev, a.next, a.prevPage, a.nextPage {
	width:53px;
	height:23px;
	background:#fff url(../images/feature-nav.jpg) no-repeat 0 0;
	display: block;
}
a.prev:hover {background:#fff url(../images/feature-nav.jpg) no-repeat 0 -46px;}
a.prev {background:#fff url(../images/feature-nav.jpg) no-repeat 0 -23px;}
.btn-prev {
	float: left;
}

.btn-prev, .btn-next {
	height: 24px;
	width: 54px;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	top:272px;
	left:400px;
	cursor:pointer;
}
a.next, a.nextPage {
	background:#fff url(../images/feature-nav.jpg) no-repeat -54px 0;
	clear: right;
}
a.next:hover {background:#fff url(../images/feature-nav.jpg) no-repeat -54px -46px;}
.disabled a.prev {background:#fff url(../images/feature-nav.jpg) no-repeat;}
.disabled a.next {background:#fff url(../images/feature-nav.jpg) no-repeat -54px -23px;}

#scrollable-wrapper ul.naming-list a {color:#49abeb;}
#scrollable-wrapper ul.naming-list {margin:0;padding:0 10px;}
#scrollable-wrapper ul.naming-list li {border-bottom:1px solid #dfe4e4;}
#scrollable-wrapper ul.naming-list li a {background:transparent url(../images/icon-bubble.gif) no-repeat 0 10px;padding:8px 13px;display:block;}
/* @end */
