/* Portfolio Block */
body {
	background-color:#FFF;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.port-back {
	width:960px;
	height:300px;
	position:relative;
}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width:960px;
	height:300px;
	left: 0px;
	top: 0px;
}


.stepcarousel .belt {
	position: absolute;
	left: 0px;
	top: 0px;
}

.stepcarousel .panel {
	float: left;
	overflow: hidden;
	margin: 0px;
	width:960px;
}

#portfolio-cycle img {
	border: none;
}


.ContainerCarrusel {
	width:960px;
	height:300px;
	text-align:center;
}



/* Extra styling for each panel*/
#panel {
	height:300px;
}

#panel ul {
list-style:none;
margin:0px;
padding:0;
}

	#panel ul li {
		padding:0px;
		color:#557482;
		
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}