/* portfolio page css */
#tl2013 { margin: 4px 0 0 0px }
#tl2012 { margin: 4px 0 0 52px }
#tl2011 { margin: 4px 0 0 52px }
#tl2010 { margin: 4px 0 0 52px }
#tl2009 { margin: 4px 0 0 52px }
#tl2008 { margin: 4px 0 0 52px }
#tl2007 { margin: 4px 0 0 52px }
#tl2006 { margin: 4px 0 0 52px }
#tl2005 { margin: 4px 0 0 52px }
#tl2004 { margin: 4px 0 0 52px }

#portfolioText {
	margin-top: 20px;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

div#timeline
{
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: white;
	padding: 5px 0;
	height: 77px;
	width: 660px;
	
	color: #ccc;
	font-weight: bold;
	
	margin: -10px 0 0 -5px;
}

#timeline #imageHolder {
	position: relative;
	left: 23px;
/*	background-color: #CFCFCF;*/
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	width: 615px;
}

.arrow {
	position: absolute;
	display: inline-block;
	z-index: 10;
	width: 12px;
	height: 77px;
	cursor: pointer;
}

#arrow_l
{
	left: 5px;
	background: url("../portfolio/img/b_l_arrow_.gif") no-repeat 0 center;
}

#arrow_r
{
	background:url("../portfolio/img/b_r_arrow_.gif") no-repeat 0 center;
	right: 5px;
}

#imgs
{
	border-width: 0px;
	height: 77px; /*img size + 2px border*/
	overflow: hidden;
}

#timeline #dates
{
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	
	color: #999999;	 
}

#timelineImages {
	position: relative;
	left: 0px;
	display: inline-block;
	white-space: nowrap;
}

#timelineImages img{
	cursor: pointer;
}

#timelineDates {
	display: inline-block;
	white-space: nowrap;
	margin: 5px 0 10px 0;
	cursor: pointer;
}

#imgs *
{
	display: inline;
}

#imgs a img
{
	border: 0px;
	margin: 0px;
	padding: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#imgs a:hover img
{
	background-color: #000000;
}

#display
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	height: 250px;
	width: 300px;
	border-width: 0px;
	border-style: solid;
	border-color: #ddd;
}