#portfolio-box {
	position:relative;
	width:922px;
	padding:7px 0 0 7px;
	height:402px;
	background:#fff url('../images/portfolio/thumbnail-bg.gif') 7px 7px repeat-x;
}

.thumbnails {
	position:relative;
	float:left;
	height:402px;
	width:217px;
	font-size:1.1em;
}

.thumbnails ul {
	width:217px;
	height:354px;
	padding:9px 0 2px 0;
}

.thumbnails ul li {
	float:left;
	width:60px;
	height:60px;
	padding:2px 0 8px 9px;
}

.thumbnails ul li img {
	background:#eee;
	width:60px;
	height:60px;
}

.thumbnails ul li.current {
	width:64px;
	height:64px;
	padding:0px 0px 6px 7px;
	margin-right:-2px;
}
.thumbnails ul li.current img {
	padding:2px;
	background:#BC0015;
}

.thumbnails a {
	border:none;
}

/* Page Links
-------------------------- */
.pagination {
	position:absolute;
	top:373px;
	left:0;
	height:20px;
	text-align:left;
	font-size:1.1em;
}

.back,
.next,
#pages {
	float:left;
}

.back {
	text-align:right;
	width:45px;
}

span.next,
span.back {
	color:#c1c1c1;
}

.next {
	text-align:left;
	width:45px;
}
#pages {
	text-align:center;
	width:125px;
}

#pages a,
#pages span {
	margin:0 3px;
	padding:0;
}

#pages span {
	font-size:1.2em;
	font-weight:bold;
	color:#CF080F;
}

/* Large Picture
--------------------------- */
.large {
	float:left;
	height:402px;
	width:698px;
/*	background:#262325;*/
	vertical-align:middle;
}
.large a,
.large a:hover {
	border:none;
}
.description {
	float:left;
	width:698px;
	font-size:1.1em;
	line-height:30px;
/*	background:#262325;*/
	color:#262325;
}



#main {
	padding:0;
	background:url('../images/layout/plain-logo-top.gif') bottom left no-repeat;
}

#content {
	padding:27px 420px 18px 58px;
}
