/*css for list display*/
.image
{
margin:0px 0px 18px 0px;
padding:0px 0px 10px 0px;
list-style:none;
background:#E9E9E9;
width:775px;

}

.image ul
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style:none;
width:775px;

}
.emptymessage
{
margin:0px 0px 0px 320px;
padding:0px 0px 0px 0px;
color:#4B4B4B;
font:bold 10px verdana,sans-serif;
}
/*css of the div containg the image*/
.imagecontainer
{
margin:10px 0px 0px 8px;
padding:0px 0px 0px 0px;
float:left;
}
html > body .imagecontainer
{
margin:10px 0px 0px 15px;
padding:0px 0px 0px 0px;
float:left;
}
/*end of css of the div containg the image*/

/*css of the div containg description*/
.description
{
margin:10px 0px 0px 10px;
padding:5px 10px 5px 10px;
float:left;
color:#000;
width:600px;
background:#fff;
font:normal 11px verdana,Arial, Helvetica, sans-serif;
line-height:1.6em;
}

.image ul a
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-decoration:none;
}
.image ul a img { border: 2px solid #333; }
/*end of css of the div containg description*/
/*end of list display css*/
