$(document).ready( function() { $('#showcase').showcase({ images: [{ url: "images/showcase/show_1.jpg", description: "4 bedrooms villa near Tortosa, 180.000 euros", link: "field.php?id=87"}, { url: "images/showcase/show_2.jpg", description: "Beautiful location, 53.000 euros", link: "field.php?id=88"}, { url: "images/showcase/show_3.jpg", description: "Breathtaking views to the Delta, 125.000 euros", link: "field.php?id=105"}, { url: "images/showcase/show_4.jpg", description: "Villa with pool and mains electricity, 215.000 euros", link: "field.php?id=100"}, { url: "images/showcase/show_5.jpg", description: "Nice country house ready to live, 55.000 euros", link: "field.php?id=25"} ], 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"} } }); });