@charset "utf-8";
/* CSS Document */

body{font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#FFF; margin:0px; padding:0px; background-color:#000}
#wrapper{width:900px; margin-top:0px; margin-right:auto; margin-bottom:0px; margin-left:auto; background-color:#666}

ul.gallery{margin:0px; padding:0px; list-style-type:none}

ul.gallery li{width:300px; height:200px; float:left; padding:0px; margin:0px}
ul.gallery li a{display:block; position:relative}

ul.gallery li a img{position:absolute; z-index:1; border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none}

ul.gallery li span{display:block; height:200px; width:300px; position:absolute; z-index:2}

