/*
  ## File:     		custom.css 							
  ## Company:  		Precinct.com.au 					
  ## Author:   		Jeremy Pitt 						
  ## Date:	   		18. September 2008 					
*/


/* -----------------------------------*/
/* ---------->>> CUSTOM <<<-----------*/
/* -----------------------------------*/
a:focus { outline:none }
a img{ border: 0;}


#slider-wrapper{
	overflow: hidden; 
	width: 300px; 
	height: 56px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:3em;
}
#slider{
	width: 900px; 
	height: 56px;
}
#slider .slide{
	float: left; 
	width: 260px;
	padding: 20px;
}

		#sliderTitle{
			float:left;
			background-color: #1E4164;
			height:27px;
			width:218px;
		}
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0 20px 0;
			position: relative;
			width: 218px;
			height:205px;
			background-color: #1E4164;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 218; height: 120px; background: #fff; overflow:hidden;float:left;border: 1px solid #1E4164;}
		.csw .loading {margin: 0px 0 0px -2px; text-align: center;position:absolute;top:160px;z-index: 999;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			 /* this is the border. should have the same value for the links */
			margin: auto;
			width: 216px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 120px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			
			height:120px;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 218px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/* padding: 10px; */
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			
			margin:11px 0px 0px 0px;
			width: 33px;
			position:absolute;
			left:169px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 33px;
			
			
		}
		
		.stripNav ul li {
			float: left;
			width:9px;
			height: 11px;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 12px;
			/* background: #c6e3ff; */
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0px;
			
		}
		
		.stripNav li.tab1 a { background: url("../images/tab1_down.gif") no-repeat }
		.stripNav li.tab1 a.current { background: url("../images/tab1_up.gif") no-repeat}
		.stripNav li.tab2 a { background: url("../images/tab2_down.gif") no-repeat }
		.stripNav li.tab2 a.current { background: url("../images/tab2_up.gif") no-repeat}
		.stripNav li.tab3 a { background: url("../images/tab3_down.gif") no-repeat }
		.stripNav li.tab3 a.current { background: url("../images/tab3_up.gif") no-repeat}
		
		
		.stripNav li a:hover {
			/*background: #333;*/
		}
		
		/*.stripNav li a.current {
			background: #000;
			color: #fff;
		}*/
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 12px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 10px;
			width: 10px;
		}
		
		.stripNavL {
			left: 158px;
		}
		
		.stripNavR {
			right: 7px             ;
		}
		
		.stripNavL {
			background: url("../images/arr_left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arr_right.gif") no-repeat center;
		}
		
		#contentBoxes{
			background: #fff;
			border: 1px solid #1E4164;
			border-top: none;
			height: 67px;
			position:absolute;
			left: 0px;
			/*top:148px;*/
			width:216px;
		}
		.cPanels p{
			font: Verdana 10px;
			text-align: left;
			padding: 10px 0px 0px 5px;
			color: #1E4164;
			width:140px;
		}
		a.viewButtons {
			display: block;
			position: absolute;
			top:28px;
			right: 12px;
		}
		
		#cPanel1, #cPanel2, #cPanel3 {
			display: none;
		}

		.PanelPara {
			font-family:Helvetica,Arial,Helvetica,sans-serif;
			position: absolute;
			left: 0px;
		}
		