$(function(){

//Funkar i IE8 (?)    
$("#showcase_right").showcase({
    animation: { type: "fade" },
    
    navigator: { autoHide: true,
	    showNumber: false,
	        css : { "margin":"0 30px 0 0" },
	        		item: {
	        				css: {
	        						"height":"16px",
	        						"line-height":"16px",
	        						"width":"16px",
	        						"-moz-border-radius": "0px",
	        						"-webkit-border-radius": "0px",
	        						"background": "none",
	        						"color":"#fff",
	        						"border":"none",
	        						"margin": "0px",
	        						"text-align": "center",
	        						"vertical-align": "middle"
	        						
	        						
	        				} /* Slut item css*/
	        		} /* Slut item*/
	        	
	        	}, /* Slut navigator*/
	        	
		       titleBar: {  
						enabled: false,
						autoHide: false,
						position: "bottom",
						cssClass: null,
							
							css: {
									"opacity": 0.7,
									"color": "#fff",
									"background":"#000 url(http://sandsoul.se/wp-content/themes/sandsoul2/images/blockquote-liten.png) 23px 23px no-repeat",
									"padding":"20px 20px 28px 70px",
									"height": "34px",
									"line-height":"22px",
									"width":"70%",
									fontColor: "#444444",
									fontStyle: "italic",
									fontWeight: "bold",
									fontSize: "13px",
									fontFamily:"Georgia",
									"-moz-border-radius-topright": "10px",
									"-webkit-border-top-right-radius": "10px" 
									
							
							
							} /* Slut css*/
						
		       	
		       } /* Slut titleBar */
	        
});      
}); 
