/** Recent work Thumbnail Rollover **/
#recentproject{
	border:0px;
	text-align:left; 
	position:relative; 
	top:155px;
	height:40px;
	right:240px; 
	margin-right:-305px; 
	margin-bottom:180px;
}

.recent-container{
border:1px solid #b4525a; 
height:150px;
overflow:hidden;
margin-bottom:5px;

}

.recentthumb ul {
	list-style:none;
	margin:0;
	margin-bottom:10px;
	padding:0;
}
.recentthumb li {
	width:230px;
	height:150px;
	margin:0;
	float:left;
	margin-right:15px;
	margin-bottom:55px;
	text-align:left;
}
.recentthumb li a {
	display:block;
	padding:5px;
	color:#FFF;
	text-decoration:none;
}

.recentthumb li a:hover {
background-color:#FFFFFF;

}

#recentthumb a {
}

#recentpic{
	width:220px;
	height:140px;
	overflow:hidden;
}


.recentthumb img{
	border:0;
}


/** Thumbnail Rollover **/
#project{
	border:0px;
	text-align:left; 
	position:relative; 
		height:40px;
	top:90px; 
	right:170px; 
	margin-right:-150px; 
	margin-bottom:100px;
}

.thumb{
width:750px;
float:right;
padding-top:9px;
}

*:first-child+html .thumb{
padding-top:0px;
padding-bottom:100px;
}


.thumb ul {
	list-style:none;
	margin:0;
	margin-bottom:10px;
	padding:0;
	z-index:-1;
}

*:first-child+html .thumb ul{
margin-bottom:50px;
}


.thumb li {
	width:160px;
	height:85px;
	overflow:hidden; !important
	margin:0;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #b4525a; 
	margin-bottom:5px;
	text-align:center;
}
.thumb li a {
	display:block;
	padding:5px;
	color:#FFF;
	text-decoration:none;
}



.thumb li a:hover {
background-color:#FFFFFF;
}


#pic{
	width:150px;
	height:75px;
	overflow:hidden
}

*:first-child+html #pic{
overflow:hidden;
}



.thumb img{
	border:0;
}