
#wrapperportfolio {
    width: 690px;
    margin: 25px 0;
}

#intro {
    padding-bottom: 10px;

}

#slider {
    width: 600px;
    margin:10px 0 0 40px;
    position: relative;
	border: 10px solid #1d7da5;
}

.scroll {
	overflow: hidden;
	width: 600px;
    height:650px;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px 80px;
    width: 274px;
	height: 318px;
	float:left;
	margin-left:-155px;


}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	
	background: url(images//leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(images//rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #83a5af;

}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 150px;

}

.inside h2 {
	font-weight: normal;
	color:#345b66;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px !important;
	color:#57808c;
	text-align:justify;
}

p a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

p a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}