#block_portfolio{
	float:left;
	width:264px;
}

#block_portfolio .foot .btn {
	float: right;
	text-transform: uppercase;
	position:relative;
	right: 10px;
	top: 12px;
	display: block;
}

#left_bar_main {
	float: right;
	width: 410px;
	margin-right: 50px;
}


#contact_photos .photocont {
	width: 220px;
	height: 165px;
	position: relative;
	overflow: hidden;
}

#contact_photos .photocont .img{
	position: absolute;
	width: 220px;
	height: 165px;
	top:0px;
	left:0px;
}

#contact_photos .thumbscont {
	margin-top: 12px;
}

#contact_photos .thumbscont .thumb {
	display: block;
	margin-right: 6px;
	float: left;
	width: 45px;
	height: 33px;
	overflow: hidden;
	position: relative;
}

#contact_photos .thumbscont .thumb .img {
	cursor: pointer;
	position: absolute;
	top:0px;
	left:0px;
	display: block;
}

