
#portfolio {
	overflow:hidden;
	width:700px;
	position:relative;
	height:352px;
	float:left;
}

.section{
	width:1900px;
	position:relative;
	clear:both;
}

	.section .sub{
		position:relative;
		float:left;
		width:700px;
		height:352px;
	}
		.section .sub p{
			width:550px;
			margin:0px 0;
			padding:0;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}

