$(document).ready( function() { $('#showcase').showcase({ images: [{ url: "images/showcase/show_1.jpg", description: "Land with a mobile home, 26.000 euros", link: "field.php?id=63"}, { url: "images/showcase/show_2.jpg", description: "Restored village house, 85.000 euros", link: "field.php?id=61"}, { url: "images/showcase/show_3.jpg", description: "Olive plot of land with a house, 54.000 euros", link: "field.php?id=62"}, { url: "images/showcase/show_4.jpg", description: "Plot of land with a well and mains electricity, 132.000 euros", link: "field.php?id=60"}, { url: "images/showcase/show_5.jpg", description: "Irrigation water and good access, 72.000 euros", link: "field.php?id=47"} ], width: "500px", height: "375px", border: "none", animation: { type: "fade", interval: 4500, stopOnHover: false }, navigator: { item: { width: "4px", height: "4px" } }, titleBar: { css: { backgroundColor: "#232323", fontColor: "#ffffff" , fontStyle: "normal", fontWeight: "normal", fontSize: "1em"} } }); });