@charset "UTF-8";/* CSS Document */#slider-wrapper {	width: 980px;	margin: 0 auto;	height: 355px;	padding-top: 40px;}#slider {    width: 820px;    margin: 0 auto;    position: relative;	text-align:center;}.scroll {    height: 355px;    width: 820px;    overflow: auto;    overflow-x: hidden;    position: relative;    clear: left;	color: #FFFFFF;}.scrollContainer div.panel {    padding: 5px;    height: 355px;    width: 810px;	text-align:left;}.slider-left {	float: left;	width: 363px;	border-right-width: 1px;	border-right-style: dotted;	border-right-color: #333333;	padding-right: 40px;}.slider-right {	float: right;	width: 342px;}.project-preview {	height: 115px;}.project-preview-bottom {	height: 0px;}.project-preview img, .project-preview-bottom img {	float: left;	border: 8px solid #1C1E1F;	margin-right: 12px;}.project-preview img:hover, .project-preview-bottom img:hover {	border: 8px solid #292C2E;}.project-preview img:active, .project-preview-bottom img:active {	border: 8px solid #EC297B;}h3.project-title {	font-size: 18px;	color: #ffffff;	margin: 0px;	padding-top: 8px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	}.project-view-details {	font-size: 11px;	font-weight: normal;	color: #494a4d;}.project-roles {	font-size: 13px;	color: #919599;	line-height: 18px;	padding: 5px;}ul.navigation {    list-style: none;    margin: 0;    padding: 0;	font-size: 10px;}ul.navigation li {    display: inline;    margin-right: 2px;}ul.navigation a {    padding: 2px;    color: #616366;    text-decoration: none;}ul.navigation a:hover {    color: #4EBDFF;}ul.navigation a.selected {    color: #ffffff;}ul.navigation a:focus {    outline: none;}.scrollButtons {    position: absolute;    top: 150px;    cursor: pointer;}.scrollButtons.left {    left: -60px;}.scrollButtons.right {    right: -60px;}.hide {    display: none;}