/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/		
	/* Change the width of the entire slider (without dynamic arrows)
	.coda-slider, .coda-slider .panel { 
		width: 737px;
		float:none;
		} 
	 */
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 737px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 20px }
	
	
	/* Tab nav när aktiv*/
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

	/* Tabbed nav */
	.coda-nav ul { 
		clear: both; 
		display: block; 
		margin: auto; 
		overflow: hidden;
		z-index:10;
		position:absolute;
		margin-top:-78px;
		padding-top:20px;
		}
	.coda-nav ul li { 
		display: inline; 
		}
		.coda-nav ul li a.current { 
		background-position: -99px 0 !important;
		}
	.tab1 a{
		background:url(images/nav_about.png) top left no-repeat !important;
		width:100px;
		height:51px;
		cursor:pointer;
		margin-left:253px;
		}
	.tab1 a:hover {
		background-position: -199px 0 !important;
		}
	.tab2 a{
		background:url(images/nav_selectedwork.png) top left no-repeat !important;
		width:100px;
		height:51px;
		cursor:pointer;
		margin-left:72px;
		}
	.tab2 a:hover{
		background-position: -199px 0 !important;
		}

	.tab3 a{
		background:url(images/nav_blog.png) top left no-repeat !important;
		width:100px;
		height:51px;
		cursor:pointer;
		margin-left:74px;
		}
	.tab3 a:hover{
		background-position: -199px 0 !important;
		}

	.tab4 a{
		background:url(images/nav_contact.png) top left no-repeat !important;
		width:100px;
		height:51px;
		cursor:pointer;
		margin-left:71px;
		}
	.tab4 a:hover{
		background-position: -199px 0 !important;
		}

		
	.coda-nav ul li a { 
		 float: left; 
		}
	
	.coda-slider-wrapper { 
		clear: both; 
		overflow: hidden;
		
		margin:0px auto;
		}
	.coda-slider {  
		overflow: hidden; 
		background:none;
		float:left;
		min-height:495px;
		height:100%;
		margin-left:180px;
		}
	.coda-slider .panel { 
		display: block; 
		float: left; 
		}
	.coda-slider .panel-container { 
		position: relative;
		}
		/*pilarna*/
	.coda-nav-left {
		float:left;
		margin-top:188px;
		}
	.coda-nav-right { 
		float: left;
		margin-top:188px;
		}
	.coda-nav-left a, .coda-nav-right a { 
		display: block; 
		}
	.coda-nav-left a:hover, .coda-nav-right a:hover { 
		background-position: -61px 0; 
		}
	.coda-nav-left a {
		background:url(images/arrow_left.png) top left no-repeat;
		width:61px;
		height:121px;
		margin-left:160px;
		}
	.coda-nav-right a {
		background:url(images/arrow_right.png) top left no-repeat;
		width:61px;
		height:121px;
		}

		
		/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 495px; overflow: auto !important; padding-right: 20px }
	