$(document).ready(function() {
						   
// Links the entire div on the photo gallery home page instead of just the a tag
$("#content #photos div div").wrap("<a href='" + $("#content #photos div div a").attr("href") + "'></a>");

// The carousel functionality
$(".#sidebar2 ul#mycarousel").css("overflow","visible").css("top","0");
$(".#sidebar2 ul#mycarousel > li").css("padding-bottom","5px");
$(".#sidebar2 ul#mycarousel > li img").css("padding-right","1.5px");
});