#portfolioCont {

	position:absolute; 
    top:0px; 
    left:-21px;

}
.panel {
    height:425px;
	padding:40px 25px 45px 25px; 
	position:relative;
	width:677px;
	color:#000;
	font-size:12px;
	
}
.panel h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -1.5px; 
}
.overview a {
	color: #01b6e8;
	text-decoration: none;
}

.overview a:hover {
	color: #727272;
	background-color: #01b6e8;
	text-decoration: none; 
}

.panel p {
	color: #000;
}

#portfolio {
	position: relative;
	width: 666px;
	background:transparent url(../images/panel.jpg) no-repeat scroll 0 0;
}
#portfolio .panel .overview {
	margin: 10px 0 10px 0;
}
#portfolio .panel .overview img {
	float: left;
	margin: 0 20px 11px  0;
	border: 1px solid #000;
}
#portfolio .panel .extended {
	clear: left;
}
#portfolio .carouselContainer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.carouselContainer li {
	width: 570px;
}
.scrollButton {
	text-indent: -3000em;
	position: absolute;
	top: 168px;
	display: block;
	width: 40px;
	height: 40px;
}
#scrollLeft {
	background:transparent url(../images/arrows.png) no-repeat scroll 0 0;
	left:0;
	top:142px;
	z-index:9999;
}
*html #scrollLeft {
	background:transparent url(../images/arrows.gif) no-repeat scroll 0 0;
}
#scrollLeft:hover,  #scrollLeft.hover {
	cursor: pointer;
	background-position: -40px 0  ;
}
#scrollRight {
	right: 0px;
	top:142px;
	background:transparent url(../images/arrows.png) no-repeat scroll  0 -40px;
	z-index:9999;
}
*html #scrollRight {
	background:transparent url(../images/arrows.gif) no-repeat scroll  0 -40px;
}
#scrollRight:hover,  #scrollRight.hover {
	cursor: pointer;
	background-position: -40px -40px;
}

.site_name {
	font-weight:bold;
	font-size:14px;	
}
