
/*   PROJECTS MENU CSS  */



.stepcarousel{
	position: relative; /*leave this value alone*/
	border-left: 28px solid #2d72b3;
	border-right: 28px solid #2d72b3;
	border-top-width:0px;
	border-bottom-width:0px;
	/*padding:22px;*/
overflow: scroll; /*leave this value alone*/
	height: 184px; /*Height should enough to fit largest content's height*/
	background-color:#2d72b3;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 0px 0px 0px; /*margin around each panel*/
width: 295px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.projects_headding{
	clear:both;
	position:relative;

	
}
.projects_bottom{
	clear:both;
	position:relative;

}
.projects{
	margin-bottom:10px;
}
.3d_portfolio{
	text-align:center;
	clear:both;
	margin-top:10px;
}
.3d_portfolio a{
	color:#ea5507;
	line-height:30px;
	text-decoration:none;
}
.3d_portfolio a:hover{
	color:#323232;

}

