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

body {
    background: #0F110E;
    }

div#container {
    width: 640px;
    margin: 0px auto;
}

div.showcase {
    float: left;
    width: 640px;
    background: #000;
    margin-right: 0px;
    }

div.showcase ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div.showcase ul.indexwork li {
    float: left;
    padding: 0px 0px 0px 0px;
    list-style: none;
    }
    
div.showcase div.caption {
    float: right;
    padding: 4px 14px 4px 4px;
    }

div.showcase ul.layers {
    width: 640px;
    height: 385px;
    background: #000;
    }

    div.showcase ul.layers li {
        width: 640px;
        height: 385px;
		background: #000;
		font:Verdana, Geneva, sans-serif;
		font-size:10px;
        padding: 0px;
        }

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

    div#showcase3 ul.layers li { margin-left:0px; margin-right:0; }

div#example {
    width: 640px;
    background: #000;
    margin-bottom: 50px;
    }

div#example ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div#example ul.indexwork li {
    float: left;
    padding: 4px 8px 4px 8px;
    list-style: none;
    }

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

div#example ul.layers {
    width: 640px;
    height: 385px;
    background: #FFF;
    }

    div#example ul.layers li {
        width: 640px;
        height: 385px;
        background: #DDD;
        }
    div#example ul.layers li div.container { padding:20px; }

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


br { clear:both; }

