/*
  style.css
  ==
  These CSS markups are for styling purposes only.
*/

div#showcase {
    width: 936px;
    background: white;
}

div#showcase ul.indexwork {
	position: absolute;
	top: 5px;
	left: 5px;
    margin: 0px;
    padding: 0px;
}

div#showcase ul.indexwork li {
    float: left;
    list-style: none;
	font-weight: bold;
	margin-right: 2px;
}

div#showcase ul.indexwork li a {
	background: white;
	color: #ae2840;
	padding: 2px 5px;
}

div#showcase div.caption {
    position: absolute;
	right: 10px;
	bottom: 0px;
}

div#showcase a.prevwork { float:left; padding:4px; }
div#showcase a.nextwork { float:left; padding:4px; }

div#showcase ul.layers {
    width: 936px;
    height: 334px;
    background: #FFF;
}

div#showcase ul.layers li {
	width: 936px;
	height: 334px;
   background: #FFF;
}
div#showcase ul.layers li div.container { padding:20px; }

div#showcase ul.layers li { margin-right:5px; }



