.portfolio {
	position: relative;
	}
.portfolio h2 {
	margin: 0 0 0 10px;
	padding: 3px 5px;
	background-color: #000;
	color: #ccc;
	font-size: 13px;
	float: left;
	clear: both;
	}
.portfolio h2 a {
	color: #ccc;
	}
.portfolio h2 a:hover {
	color: #fff;
	}
.portfolio div {
	width: 359px;
	margin: 0 8px 30px 8px;
	padding: 0;
	font-size: 11px;
	line-height: 1.7em;
	float: left;
	}
.portfolio h3 {
	margin-bottom: 0;
	color: #333;
	font-size: 11px;
	}
.portfolio p {
	text-align: justify;
	}
.portfolio p a {
	color: #666;
	}
.portfolio p a:hover {
	color: #06f;
	}
.watch_video {
	position: absolute;
	top: 265px;
	right: 45px;
	}

/* THUMBS */
.thumbs .thumb {
	width: 240px;
	margin: 0 4px 35px 4px;
	padding: 0;
	float: left;
	}
.thumbs .thumb h2 {
	margin: 0 0 3px 5px;
	padding: 3px 5px;
	background-color: #000;
	color: #ccc;
	font-size: 11px;
	float: left;
	}
.thumbs .thumb h2 a {
	color: #ccc;
	}
.thumbs .thumb h2 a:hover {
	color: #fff;
	}
.thumbs .thumb img {
	width: 240px;
	height: 146px;
	float: left;
	}
	
/* NAVIGATION */
#navigation {
	width: 160px;
	border-top: #ccc 1px solid;
	padding: 10px 20px;
	font-size: 11px;
	text-align: center;
	color: #666;
	background-color: #eee;
	position: fixed;
	bottom: 0; 
	left: 0;
	z-index: 1;
	}
#navigation a {
	color: #666;
	text-transform: uppercase;
	}
#navigation a:hover {
	color: #06f;
	}