div.projectMenu
{
	height:100%;
	position:relative;
	float:left;
	text-align:left;
	padding-top:0px;
	display:inline-block;
	width:16%;
}

ul.projectMenu
{
	list-style-type:none;
	margin-top:0px;
	padding-left:10px;
}


li.projectMenu
{
	background-color:#aaa;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
	margin-bottom:3px;
	padding:0px;
	border-left:solid 0px #ddd;
	-moz-border-radius: 5px;
	border-radius:5px;
}

li.projectMenu:hover
{
	border-left-width:4px;
	border-left-color:#417300;
}

li.projectMenuSelected
{
	border-left-width:4px;
	border-left-color:#ACD704;
	background-color:#ccc;
}

a.projectMenu
{
	text-decoration:none;
	color:black;
}

h3.projectMenu
{
	font-size:1em;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
}

div.projectDescription
{
	position:relative;
	display:inline-block;
	text-align:left;
	margin:20px;
	width:75%;
	min-height:500px;
}

.projectVideo
{
}

div.projectImageGallery
{
	position:relative;
}

div.projectImageContainer
{
	width:100%;
	height:100%;
}

img.projectImage
{
	width:100%;
	height:100%;
	border:solid;
	border-width:2px;
}

div.previousImage
{
	position:absolute;
	left:0px;
	top:41%;
	cursor:pointer;
	background-color:black;
	width:30px;
	height:30px;
	text-align:center;
	background-image:url(arrow_left.png);
}

div.nextImage
{
	position:absolute;
	right:-2px;
	top:41%;
	cursor:pointer;
	background-color:black;
	width:30px;
	height:30px;
	text-align:center;
	background-image:url(arrow_right.png);
}

div.spinner
{
	display:none;
	position:absolute;
	top:45%;
	left:46.75%;
	width:5%;
	height:3.25%;
}

img.spinner
{
	height:100%;
}

div.thumbnailContainer
{
	width:100%;
	height:100px;
	min-height:150px;
	text-align:center;
}

img.thumbnail
{
	border:solid;
	border-width:2px;
	border-color:black;
	max-width:200px;
	margin-right:10px;
	opacity:0.5;
}

img.thumbnail:hover
{
	border-color:orange;
	cursor:pointer;
	opacity:1;
}

img.selectedThumbnail
{
	border-color:red;
	opacity:1;
}

h1.projectTitle
{
	font-size:1.2em;
	display:inline;
}

div.projectVideoGallery
{
	position:relative;
}

div.videoContainer
{
	display:inline-block;
	width:80%;
}

div.videoThumbnailContainer
{
	display:inline-block;
	width:15%;
	top:0px;
	right:0px;
	position:absolute;
	text-align:center;
}

img.videoThumbnail
{
	border:solid;
	border-color:black;
}

img.videoThumbnail:hover
{
	border-color:orange;
	cursor:pointer;
}

img.videoThumbnailSelected
{
	border-color:red;
}

div.demoGalleryPrevious
{
	position:absolute;
	left:0px;
}

div.demoGalleryTitleContainer
{
	position:absolute;
	left:50%;
}

div.demoGalleryTitle
{
	position: relative; 
	left: -50%;
}

div.demoGalleryNext
{
	position:absolute;
	right:0px;
}