@charset "utf-8";
/* CSS Document */

.sampleImg{
float:left;
border:2px solid #999999;
padding:4px;
margin-right:5px;
margin-bottom:5px;
background-color:#fff;
width:200px;
height:auto;
}

.imgListLeft{
float:left;
list-style:none;
margin-right:4px;
}

.imgListRight{
float:right;
list-style:none;
margin-left:4px;
}

#imgListInBlack dl, #imgList dl{
float:none;
clear:both;
}

#imgListInBlack dl dd, #imgList dl dd{
	display:inline;
    float:left; 
    list-style-type:none;
    width:210px; 
    text-decoration:none;
	border:none;
	clear:none;
}
#imgListInBlack dl dd span,#imgList dl dd span{
	display:block; 
	width:200px;
    line-height:20px; 
    font-size:14px; 
    text-align:center;   
    white-space:normal; 
    overflow:hidden;
}

#imgList dl dd span{
color:#fff;
}
