.home #PortraitIndex .wrapper { float: left; padding: 0px 0px 0px 0px; }

#PortraitIndex ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

	#PortraitIndex ul li {
		float: left;
		margin: 0 0 40px 0;
		padding: 0;
		overflow: hidden;
		zoom: 1;
	}
	
	#PortraitIndex .wrapper {
		position: relative;
		width: 172px;
		height: 180px;
	}
	
	#PortraitIndex .frame {
		position: absolute;
		width: 172px;
		height: 163px;
		top: 0;
		left: 0;
		text-align: center;
	}
	
	#PortraitIndex .portrait {
		position: absolute;
		width: 139px;
		height: 148px;
		top: 8px;
		left: 18px;
		overflow: hidden;
	}
	
	#PortraitIndex .author {
		font: normal 14px "Museo500", Helvetica, sans-serif;
		position: absolute;
		width: 137px;
		height: 39px;
		line-height: 39px;
		color: white;
		bottom: 0;
		left: 7px;
		padding: 0 10px;
		background: transparent url('../img/portrait/namecard.png') no-repeat center center;
	}
	
	#PortraitIndex a:hover .author {
		text-decoration: underline;
	}
	
	#PortraitIndex a img { border: none; }
	
	#PortraitIndex .draw-your-own { position: relative; margin: 0 0 20px 0; }
	.draw-your-own p {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 10px;
		padding-right: 250px;
	}
	#PortraitIndex .draw-your-own .line {
		position: absolute;
		top: 50px;
	}
	#PortraitIndex .draw-your-own .cta {
		position: absolute;
		top: 4px;
		left: 356px;
		
	}
	.draw-your-own h2 {
		padding-bottom: 50px;
	}
	
#PortraitIndex .pagination {
	font: normal 13px Arial, Helvetica, sans-serif;
	width: 700px;
	height: 45px;
	background: transparent url('../img/bg_paginate.png') no-repeat top left;
}

	#PortraitIndex .pagination .controls {
		float: right;
		font-size: 13px;
		margin: 8px 10px 5px;
	}
		.pagination .controls { font-weight: bold; }
		.pagination .controls a { color: black; text-decoration: none; }
		
		.pagination .controls a.numbers:hover,
		.pagination .controls a.next:hover,
		.pagination .controls a.prev:hover {
			background-color: black; color: white; 
		}
		
		.pagination .controls span.current,
		.pagination .controls a.numbers {
			float: left;
			display: block;
			height: 25px;
			width: 25px;
			text-align: center;
			line-height: 25px;
			margin: 0 3px;
		}
		
		.pagination .controls a.numbers {
			border: 1px solid #80907e;
			background-color: #c5ddc8; 
		}
		
		.pagination .controls span.current { 
			border: 1px solid #f1f7f2;
			background-color: white; 
		}
	
		.pagination .controls a.next,
		.pagination .controls a.prev {
			float: left;
			display: block;
			height: 25px;
			line-height: 25px;
			border: 1px solid #80907e;
			background-color: #c5ddc8; 
			margin: 0 5px;
		}
		
		.pagination .controls .prev-disabled,
		.pagination .controls .next-disabled {
			background-color: transparent;
			color: #6a7e6b;
			border: 1px solid #88a288;
			float: left;
			display: block;
			line-height: 25px;
			height: 25px;
			margin: 0 5px;
			padding: 
		}
		
		.pagination .controls .prev-disabled { padding: 0  5px 0 25px; }
		.pagination .controls .next-disabled { padding: 0 25px 0  5px; }
		.pagination .controls a.prev         { padding: 0  5px 0 25px; }
		.pagination .controls a.next         { padding: 0 25px 0  5px; }
		
	#PortraitIndex .pagination .text {
		margin: 0 0 0 10px;
		line-height: 45px;
		float: left;
		font-size: 12px;
	}
	
#PortraitView .author {
	font-size: 16px;
}

#PortraitView a {
	font-size: 16px;
}

#PortraitView p.author, #PortraitView p.image {
	text-align: center;
}
.drawing-access #content {
	width: 920px;
}
#accessInstructions {
	overflow: hidden;
	padding-bottom: 30px;
}
#accessInstructions div {
	float: left;
	display: inline;
}
#accessInstructions .colRight {
	width: 500px;
	padding-left: 20px;
}
#accessInstructions .colLeft {
	width: 400px;
}

