div#content{
display: table;}

div#showcase_container{
padding-top: 50px;
padding-bottom: 80px;}

div.spacer{
height: 50px;
clear:both;}

div.side_spacer{
width: 1px;
display:table-cell}

div#image_container{
	width: auto;
	margin: 50px auto;
	display: table-cell;}

div#image_container img{
	border: 1px dotted #767769;
	padding: 10px;
	background-color:#ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;}

div#infoBox{
	display:table-cell;
	vertical-align:middle;
	padding-left: 40px;
	max-width:200px;}
	div#infoBox #title{
		font-size:24px;
		color:#9abb50;
		text-align: right;}	
	div#infoBox #description{
		margin-top: 5px;
		text-align: right;}	
	div#infoBox #date{
		margin-top: 2px;
		text-align: right;}	
	div#infoBox #author{
		margin-top: 5px;
		text-align: right;
		font-style:italic;}
div#nav_box{
display:table;
height: 60px;
margin: 10px auto 0px auto;}

div#image_container #nav_box .nav{
width: 40px;
height: 55px;
background-repeat:no-repeat;
cursor: pointer;
display: table-cell;}

div#image_container #nav_box *{
display:inline;}

	div #showcaseGraphic{
		position: absolute;
		bottom: 0px;
		right: 40px;
		background-image:url(../images/showcase/showcase.jpg);
		width: 393px;
		height: 137px;}
