#portfolio-bar{
	height:99px;
	background:url('/images/layout/midbar_bg.jpg') no-repeat center center;
}
#portfolio-bar table{
	width:600px;
	margin:auto;
}
#portfolio-bar a{
	color:black;
}

#portfolio-scroller{
	position:relative;
	height:85px;
	width:600px;
	overflow:hidden;
	padding:5px 0;
	color:black;
}
#portfolio-scroller .preview{
	float:left;
	height:85px;
}

#portfolio-scroller .preview.left{
	width:268px;
	padding-right:28px;
	background:url('/images/sep_bar.gif') repeat-y right;
}
#portfolio-scroller .preview.right{
	width:264px;
	padding-left:35px;
	padding-right:5px;
}

#portfolio-scroller .preview .image{
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

#portfolio-bar .previous{
	display:block;
	width:10px;
	height:13px;
	background:url('/images/slide_left.gif') no-repeat center left;
}
#portfolio-bar .previous:hover{
	background-image:url('/images/slide_left_over.gif');
}
#portfolio-bar .next{
	display:block;
	width:10px;
	height:13px;
	background:url('/images/slide_right.gif') no-repeat center right;
}
#portfolio-bar .next:hover{
	background-image:url('/images/slide_right_over.gif');
}
