/* Page wrapper */

#outerContainer
{
	width: 960px;
	height: 520px;
	margin: 0 auto;
	position: relative;
	background: #FFF none;
}
a#learnMoreButton
{
	display: block;
	width: 175px;
	position: absolute;
	left: 725px;
	top: 20px;
	cursor: pointer;
}
#ContentContainer
{
	width: 180px;
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
}
#ContentContainer h1
{
	font-size: 25px;
	font-weight: normal;
	line-height: 27px;
	color: #C71;
	margin-bottom: 18px;
}
#ContentContainer h2
{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #6384B0;
	margin-bottom: 18px;
}
#ContentContainer h3
{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #C71;
}
#ContentContainer p
{
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666;
	margin-bottom: 10px;
}
#ContentContainer a
{
	color: #C71;
	text-decoration: underline;
}
#ContentContainer a:hover
{
	text-decoration: none;
	text-shadow: #B60 0 0 4px;
}



/* Scrollable settings */

div#projectOuterContainer 
{
	width: 702px;
	height: 455px;
	float: left;
	display: inline;
	margin: 60px 0 0 40px;
	position: relative;
}
div#projectOuterContainer #leftProjectScrollArrow, div#projectOuterContainer #rightProjectScrollArrow
{
	display: block;
	width: 20px;
	height: 35px;
	margin: 178px 0 0 0;
	cursor: pointer;
}
div#projectOuterContainer #leftProjectScrollArrow
{
	float: left;
	background: url(/images/arrow_slide_left.gif) no-repeat 0 0;
}
div#projectOuterContainer #rightProjectScrollArrow
{
	float: right;
	background: url(/images/arrow_slide_right.gif) no-repeat 0 0;
}
div#projectOuterContainer #leftProjectScrollArrow.disabled 
{
	background: url(/images/arrow_slide_left_disabled.gif) no-repeat 0 0;
	cursor: default;
}
div#projectOuterContainer #rightProjectScrollArrow.disabled 
{
	background: url(/images/arrow_slide_right_disabled.gif) no-repeat 0 0;
	cursor: default;
}
div#projectOuterContainer div#scrollInnerContainer
{
	width: 614px;
	height: 447px;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #CCC;
	position: relative;
	background: #FFF url(/images/project_footer_bg.gif) no-repeat 2px 389px;
}

/* minimal settings */

div.projectScroll
{
	
	/* required settings for the root element */
	overflow:hidden;
	width: 614px;	
	
	/* configurable styling */
	position:relative;
	margin: 0 auto;
	padding: 0;
	height:387px;
}

div.projectScroll div.items
{ 	
	position:relative;
	left: 0;
	top: 0;
	width:20000em;	
}

div.projectScroll div.items div.item
{
	width: 614px;	
	height:387px;
	margin-right: 10px;
	float:left;
}
div.projectScroll div.items div.item img
{
	display: block;
}

#pagingContainer
{
	width: 55px;
	position: absolute;
	left: 557px;
	top: 397px;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}
.captionHidden
{
	visibility: hidden;
}
#captionContainer
{
	width: 525px;
	position: absolute;
	left: 20px;
	top: 397px;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
}
#shareContainer
{
	width: 445px;
	position: absolute;
	left: 82px;
	top: 430px;
}
#shareContainer a
{
	display: block;
	float: left;
	cursor: pointer;
}
#shareContainer a#label
{
	width: 40px;
}
#shareContainer a#email
{
	width: 45px;
}
#shareContainer a#twitter
{
	width: 51px;
}
#shareContainer a#linkedin
{
	width: 61px;
}
#shareContainer a#facebook
{
	width: 67px;
}
#shareContainer a#digg
{
	width: 40px;
}
#shareContainer a#stumbleupon
{
	width: 85px;
}
#shareContainer a#youtube
{
	width: 56px;
}




