
	
.clear {
	clear: both; }
	


/* -------------------- Last project -------------------- */
#last_projects {
	width: 432px;
	float: none;
	margin-top: 5px;
}
	
#last_projects a img, #project_view a img {
	background: #E2E2E2;
	padding: 5px;
	border: 1px solid #D0D0D0;
	float: none;
}
	
#last_projects a:hover img, #project_view a:hover img {
	background: #F2F2F2;
	padding: 5px; 
	border: 1px solid #E5E5E5; 
}

.project_b {
	width: auto;
	height: auto;
	border: 1px solid red; }
		
.project_thumb {
	margin-top: 10px;
	width: 432px;
	height: 248px;
	float: none;
}
    
#project_view .project_thumb {
    background-image:none;
}
	
.project_information {
	width: 400px;
	float: none;
	margin: 0px 10px 0px 10px;
}
	
.prev_project {
	background: url("../images/vertical_sep_project_left.jpg") no-repeat;
	width: 40px;
	float: left;
	display: block;
	margin-right: 5px;
}
	
.prev_icon {
	background: url("../images/prev_icon.jpg") top no-repeat;
	width: 28px;
	height: 37px;
	display: block;
	margin-left: 11px;
	margin-top: 10px; }

.prev_icon:hover {
	background: url("../images/prev_icon.jpg") bottom no-repeat; }
	
.next_project {
	background: url("../images/vertical_sep_project.jpg") no-repeat;
	width: 40px;
	float: right;
	display: block;
}
	
.next_icon {
	background: url("../images/nextproject_icon.jpg") top no-repeat;
	width: 28px;
	height: 37px;
	display: block;
	margin-left: 2px;
	margin-top: 10px; }
	
.next_icon:hover {
	background: url("../images/nextproject_icon.jpg") bottom no-repeat; }
	
	
.more_icon {
	background: url("../images/nextproject_icon.jpg") bottom no-repeat;
	width: 28px;
	height: 37px;
	display: block;
	margin-top: 5px;
	margin-bottom: -15px;
	float: right; }
	
.more_icon:hover {
	background: url("../images/nextproject_icon.jpg") top no-repeat; }


/** component: mylo.projects **/
#latest_projects_slider li {
	list-style: none;
	float:left;
}
#latest_projects_slider ul {
	width:432px;
	display:block;
	height:248px;
}                                          
#latest_projects_slider {
	width:432px;
	overflow:hidden;
	clear:none;
	float:left;
	height: 480px;
}
/* end of mylo.projects */

