/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.panel-outer-wrapper {
	width: 217px;
	position: relative;
	display: block;
}
.panel-outer-wrapper-side {
	border-left:1px solid #AFD0E6;
	border-right:1px solid #AFD0E6;
	width:209px;
	height: 300px;
}
.button-order {
	background-image: url(../images/button-bg-slider.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 110px;
	height: 32px;
	display: block;
	margin-left:82px;
}
.button-order:hover {
	background-image: url(../images/button-bg-slider2.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	width: 110px;
	height: 32px;
	display: block;
	margin-left:82px;
}
.panel-outer-wrapper .more {
	color: #444343;
	padding:0;
	font-size:12px;
	font-weight:bold;
	position: relative;
	top: 8px;
	left:24px;
}
.panel-outer-wrapper .more a {
	color: #444343;
	padding:0;
}
.panel-outer-wrapper .more a:hover {
	color: #444343;
	padding:0;
}
.more1 span {
	font-size: 11px;
	color: #444343;
	width:100px;
	position:relative;
	line-height:38px;
	left:29px;

	font-weight:bold;
}
.more span:hover {
	text-decoration: underline;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 196px;
	margin:0 0px;
	height:172px;
	padding:0;
	border-bottom:1px solid #dae1eb;
}

.featuredwork .scrollable{
height:auto;
min-height:205px;
padding-top:0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .pane{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 6px;
	cursor:pointer;
	text-align:left;
	width:220px;
	min-height:170px;
}
.scrollable .items .pane .img-holder {
	width:75px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
	margin-right:8px;
}
.scrollable .items .pane .desc {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
	display: block;
	padding-right:36px;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	margin-top:14px;
}
.scrollable .items .pane .desc a {
	color: #000;
}
.featuredwork .scrollable .pane{
height:auto;
min-height:120px;
}

#rightbar .pager {
	border-top: #afd0e6 1px solid;
	padding: 10px 13px 9px 13px;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
}

#rightbar .pager .holder {
	text-align: center;
	width: 94px !important;
	overflow: hidden;
	float: left;
}
/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}
