/* create space between heading and previous element */   
 .featured-title-module .header {padding-top:5px;}          /* set the width of each item and the space between items */    .featured-title-module .featured-title-slide > div { width:120px; margin-right:0px; }    .featured-title-module .featured-title-slide > div:first-child {margin-right:0px; }        /* set the fixed height of image area, as some time the size of image may be different */    .featured-title-module .featured-title-slide > div > div:first-child { height:185px; }         /* set fixed width on image*/    .featured-title-module .featured-title-slide > div img {width:100px; }      /* adjust the position of button*/    .featured-title-module .featured-title-slide .ui-button {margin-top:120px; }      /* adjust the space between title and price */    .featured-title-module .featured-title-slide > div .title {padding-bottom:0px;  overflow:hidden;}      .featured-title-module .featured-title-slide > div .desc {padding-top:5px; }      .featured-title-module .featured-title-slide > div .price {padding-top:0px;}              /* The following example is for text-list mode */      /* set the fixed space between each item */    .featured-title-module .featured-title-list > div { margin-bottom:10px; }         /* Set Author class to non-italics */    .aut {font-style:normal;font-weight:bold;color:#505050}        /*Set text class to non-italics */    .enbref {font-style:normal}  
