/*** 
    This is Allows the Navigation rollover.
***/
$(function() {
$("#btnPaypal").hover(
function() { $("#thirsty").toggle(); },
function() { $("#thirsty").toggle(); }
);
 });
$(function() {
dp.SyntaxHighlighter.ClipboardSwf = '/js/clipboard.swf';
 dp.SyntaxHighlighter.HighlightAll('code');
        
$("#showCase1").showcase({
images: [
{ url: "images/port/index/i1.jpg", description: "Villandry Kitchen", link: "villandry.htm" }, 
{ url: "images/port/index/i2.jpg", description: "Lovebox Magazine", link: "lovebox.htm" }, 
{ url: "images/port/index/i3.jpg", description: "Laura Mackness", link: "laura-mackness.htm" }, 
 
],
width: "720px",
height: "300px",
animation: { type: "fade", interval: 4000, stopOnHover: false },
navigator: { item: { width: "4px", height: "4px" } },
	titleBar: { css: { backgroundColor: "#000", fontColor: "#ffffff" } }
});
});
//-->
