#works {
	width:728px;
}
#controller {
	position:absolute;
	top:655px;
	left:211px;
	background:url("../img/bg-pages-holder.gif") #0f0f0f repeat-x;
	height:22px;
	width:728px;
	z-index:2;
}	
	#controller #pages {
		padding-left:8px;
		
	}
	#controller #pages a {
		float:left;
		padding:0px 2px;
		line-height:22px;
		cursor:pointer;
		background-repeat:repeat-x;
	}
		#controller #pages a:hover {
			color:#fceb06;
		}
	#controller #titulo {
		float:right;
		padding-right:10px;
		line-height:22px;
	}
#works {
	background:url("../img/bg-works.gif") repeat-y;
	position:absolute;
	top:0;
	left:211px;
	z-index:1;
}
#picHolder {
	background:url("../img/bg-pic.gif") no-repeat;
	background-position:10px 200px;
	height:200;
	overflow:hidden;
	padding-left:5px;
}
.pic {
	text-align:center;
	width:728px;
	height:431px;
	overflow:hidden;
	cursor:pointer;
}
#workinfo {
	background:#0c0c0c;
	margin-left:4px;
	padding-top:20px;
	height:431px;
}
	#workinfo p {
		width:428px;
		margin:6px auto;
	}
	#workinfo p a {
		color:#fceb06;
	}