/*
	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.
*/

/* Insignificant stuff, for demo purposes */

	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 ; width: 618px; height:174px;}
	.coda-slider { background: #CCC ; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 155px; width: 615px; overflow: auto !important; padding-right: 20px ;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 609px; height: 136px !important; overflow:hidden;border:0px solid red;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 617px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 ;}
	
	.coda-slider-wrapper.arrows {float:left;}
	
	/* Arrow styling */
	.coda-nav-left, .coda-nav-right {position:relative;top:30px;border:1px solid red;}
	
	.coda-nav-left{float:left;}
	.coda-nav-right{float:right;}
	
	.coda-nav-left a { color: #000; width: 17px; height:20px;  background: #FFF url('../slider/arrow-l.png') no-repeat scroll top left;}
	.coda-nav-right a { color: #000; width: 17px; height:20px; float:right;background: #FFF url('../slider/arrow-r.png') no-repeat scroll top left;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #f9461d; 
		background: #f9461d url('../slider/indicate.png') no-repeat scroll top center;
		 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 ;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 0; text-align: center }
	.coda-slider .title {display:none;}
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav { width:614px; height:30px; background-color: #fff;}
	.coda-nav ul {  height:30px; clear: both; display: block; margin: 0; overflow: hidden }
	.coda-nav ul li { display: inline; width:204px; height:30px; overflow:hidden; }
	.coda-nav ul li a { background: #b2b1af; color: #fff; width:203px; height:30px; display: block; float: left; text-align:center; margin: 0; padding-top: 8px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto ;}
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/*	
	.coda-nav .tab1 a {font: normal normal bold 13px Arial, Helvetica, Sans-Serif;}
*/	
	.phealth {
		width:617px;
		height:150px;
		background: #FFF url('../slider/personal-bg1.jpg') no-repeat scroll top left;
		
	}
	
	.phealth .slide_content1 {
		position:relative;
		top:20px;
		left:30px;
		width:540px;
		font: normal normal bold 13px Arial, Helvetica, Sans-Serif;
		text-align:left;
	}
	
	.phealth a .LogoButton {
		position:relative;
		top:10px;
		left:10px;
		width:480px;
		height:60px;
		cursor:hand;
	}
	
	.phealth .slide_content1 p {
		width:360px;
	}
	
	
	.org_health {
		width:617px;
		height:150px;
		background: #FFF url('../images/organisational-bg1.jpg') no-repeat scroll top left;
		
	}
	
	.org_health .slide_content1 {
		position:relative;
		top:20px;
		left:30px;
		width:540px;
		font: normal normal bold 13px Arial, Helvetica, Sans-Serif;
	}
	
	.org_health a .LogoButton {
		position:relative;
		top:10px;
		left:10px;
		width:480px;
		height:60px;
		cursor:hand;
	}
	
	.org_health .slide_content1 p {
		width:340px;
	}
	
	.sresults {
		width:617px;
		height:150px;
		background: #FFF url('../images/health_solutions_bg.jpg') no-repeat scroll top left;
		
	}
	.sresults a .LogoButton {
		position:relative;
		top:3px;
		left:10px;
		width:380px;
		height:35px;
		cursor:hand;
	}
	
	
	.sresults .slide_content1 {
		position:relative;
		top:80px;
		left:40px;
		width:540px;
		font: normal normal bold 14px Arial, Helvetica, Sans-Serif;
	}
	
	
	