@charset "UTF-8";
/* CSS Document */


#portfolio {
	width: 800px;
	height: 700px;
	margin: 0 auto;
	border: none;
}

#portfolio_thumbs {
	height: 103px;
	padding: 0;
	background-color: #fff;
}

#portfolio_thumbs_frame {
	width: 700px;
	height: 106px;
	display: block;
	margin: 25px auto;
	overflow: hidden;
	float: left;
	padding: 0;
}

.p_thumb {
	width: 126px;
	height: 106px;
	display: block;
	float: left;
	background-color: #FFF;
	padding: 0;
	margin: 0 7px;
	display: inline;
	background-image: url(../portfolio/thumbs/ajax-loader.gif);
}

.p_thumb a {
	display: block;
/*	width: 126px;
	height: 106px;
*/
	width: 122px;
	height: 100px;
	border: 3px solid #000;
}

#portfolio_content {
	background: #fff /* url(../portfolio/thumbs/clicktobegin.gif); */
	background-attachment: fixed;
	background-position: center; 
	background-repeat: no-repeat;
	width: 700px;
	height: 540px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.portfolio_element {
	background-color: #fff;
	width: 700px;
	height: 540px;
}

.portfolio_element img {
	float: right;
/*	padding-left: 14px;
*/
	margin-left: 14px;
	border: 3px solid #000;
}

.portfolio_element p {
	padding-top: 0;
/*	font-size: 12px; */
}

.portfolio_element h3 {
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
/*	color: #000; */
}


.portfolio_element div.scoped {
	width:165px;
	background:#000;
	color:#FF0;
	font-size:12px;
	margin:2px 0;
	padding:2px 5px;
	text-transform:uppercase;
}

.portfolio_element div.noscope {
	width:165px;
	background:#999;
	color:#FFF;
	font-size:12px;
	margin:2px 0;
	padding:2px 5px;
	text-transform:uppercase;
}

#left_arrow {
	display: block;
	width: 25px;
	height: 100px;
	background-image: url(../portfolio/thumbs/l_arrow_full.png);
	background-position: left;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 25px;
	display: inline;
}

#left_arrow:hover {
	cursor: pointer;
	background-position: right;
}

#right_arrow {
	display: block;
	width: 25px;
	height: 100px;
	background-image: url(../portfolio/thumbs/r_arrow_full.png);
	background-position: left;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

#right_arrow:hover {
	cursor: pointer;
	background-position: right;
}

#portfolio_nav {
	border-bottom: 1px dashed #736357;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#portfolio_nav p { 
	color: #736357;
	float: left;
	font-weight: bold; 
	font-size: 12px;
	text-transform: uppercase;
}

#portfolio_nav ul {
	float: left;
}

#portfolio_nav li {
	display: inline;
	padding: 0 0 0 14px;
}

#portfolio_nav a:link, #portfolio_nav a:visited {
	font-weight: normal;
	font-style: italic;
}


a.classiclink {
	color: #00F;
/*	font-size: 12px; */
	font-weight: bold;
}

img.externality {
	border: 0;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	float: none;
}

.portfolio_element a:hover {
	text-decoration: underline;
}

p.webber {
	text-align: center;
	margin-top: 15px;
}

div.nosite {
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

/*

div#backfloat {
	z-index: -4;
	background-image:url(../portfolio/thumbs/clicktobegin.gif);
	background-repeat:no-repeat;
	height:109px;
	margin:0 auto;
	position:inherit;
	width:80px;
}

*/