/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


 $(document).ready(function(){
					$(".cell").hover(function () {
						$(this).stop().animate({
							    left:"-15px",
			    				top: "15px"
						}, "fast");
					},
					function () {
						$(this).stop().animate({
							    left:"0px",
			    				top: "0px"
						}, "fast");
					});
  				});



       $(document).ready(function(){
					$(".dcell").hover(function () {
						$(this).stop().animate({
							    left:"-10px",
			    				top: "10px"
						}, "fast");
					},
					function () {
						$(this).stop().animate({
							    left:"0px",
			    				top: "0px"
						}, "fast");
					});
  				});


$(document).ready(function(){
					$(".scell").hover(function () {
						$(this).stop().animate({
							    left:"-7px",
			    				top: "7px"
						}, "fast");
					},
					function () {
						$(this).stop().animate({
							    left:"0px",
			    				top: "0px"
						}, "fast");
					});
  				});



 $(document).ready(function(){
					               

 $("#block-views-music_tracks * li").css({
                                padding:"0px",
                                marginRight:"-35px",
                                marginLeft:"0px",
                                marginTop:"0px",
                                marginBottom:"-45px",
                                height:"85px",
			    				width: "85px"
                            });
 $("#block-views-music_cds * li").css({
                                padding:"0px",
                                marginRight:"-35px",
                                marginLeft:"0px",
                                marginTop:"0px",
                                marginBottom:"-45px",
                                height:"85px",
			    				width: "85px"
                            });
 $("#block-views-music_score * li").css({
                                padding:"0px",
                                marginRight:"-35px",
                                marginLeft:"0px",
                                marginTop:"0px",
                                marginBottom:"-45px",
                                height:"85px",
			    				width: "85px"
                            });
$("#block-views-music_projects * li").css({
                                padding:"0px",
                                marginRight:"-35px",
                                marginLeft:"0px",
                                marginTop:"0px",
                                marginBottom:"-45px",
                                height:"85px",
			    				width: "85px"
                            });
$("#block-views-music_programme_notes * li").css({
                                padding:"0px",
                                marginRight:"-35px",
                                marginLeft:"0px",
                                marginTop:"0px",
                                marginBottom:"-45px",
                                height:"85px",
			    				width: "85px"
                            });


 /*

              $(".jcarousel-list").css({
                     backgroundColor:"#666666",
                     width:"500px",
                     margin:"0px",
                     padding:"0px"
                });

*/


				});




  $(document).ready(function(){
                // on mouse over
                $("#block-uc_ajax_cart-0").hover(function () {

                $(this).stop().animate({
                        height:"207px"
                }, "slow");
                },
                // on mouse out
                function () {

                $(this).stop().animate({
                        height:"15px"
                }, "fast");
                });
                });

 $(document).ready(function(){
                // on mouse over
                $(".login").hover(function () {

                $(this).stop().animate({
                        height:"230px"
                }, "slow");
                },
                // on mouse out
                function () {

                $(this).stop().animate({
                        height:"20px"
                }, "fast");
                });
                });

