

.portfolio-section{
	position:relative;
	min-height:400px;
	*height:auto !important;
	*height:400px;
}
	.portfolio-section .paperclip {
		position: absolute;
		width: 100px;
		height: 100px;
		left: -37px;
		top: 50px;
		background: url(/lib/images/portfolio/clip.png) 0 0 no-repeat transparent !important;
		*background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lib/images/portfolio/clip.png");
		}
	.portfolio-section .portfolio-image-shadow{
		position:absolute;
		left:-35px;
		top:0;
		width:510px;
		height:310px;
		background: url(/lib/images/portfolio/frame.png) 0 0 no-repeat transparent !important;
		*background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/lib/images/portfolio/frame.png"); 						
		}
	.portfolio-section .portfolio-image{
		position:absolute;
		left:-30px;
		top:5px;
		width:500px;
		height:300px;
		background-color:#fff;
		}
	.portfolio-section .portfolio-content{
		padding: 0 20px 0 500px;
		font-family:"Courier New", Courier, monospace;
		width:280px;
		}	
		.portfolio-section .portfolio-content h3{
			font-family: "Courier New", Courier, monospace;
			font-weight:normal;
			font-size: 32px;
			letter-spacing: -3px;
			color: #333;
			line-height:90%;
			}
		.portfolio-section .portfolio-content h4 {
			display: inline;
			clear: right;
			padding: 2px;
			font-family:"Courier New", Courier, monospace;
			font-weight:normal;
			font-size: 12px;
			background-color: #f8f8de;
			}
		.portfolio-section .portfolio-content ul{				
			margin: 12px 0;
			}
		.portfolio-section .portfolio-content ul,
		.portfolio-section .portfolio-content ul li{
			list-style:none;
			font-size:12px;
			}
		
		.nextPrevNav{
			}
		
			.nextPrevNav a,
			.nextPrevNav a:visited,
			.nextPrevNav a:hover{
				padding:10px 10px 10px 15px;
				font-size:12px;
				color:#333;
				text-decoration:none;
				float:right;
				display:block;
				font-weight:bold;
				text-transform:uppercase;
				line-height:20px;
				}
			.nextPrevNav span{
				font-family: "Arial Unicode", "Lucida Sans Unicode";
				}				
			.nextPrevNav a.next,
			.nextPrevNav a.next:visited,					
			.nextPrevNav a.next:hover{
				font-size:20px;
				background-color:#333;
				color:#fff;
				}
			.nextPrevNav a:hover,
			.nextPrevNav a.next:hover{
				background-color:#64aa00;
				color:#fff;
				}
			