﻿/*Page Scrolling*/
/*by Niall Doherty: Coda Slider 1.1.1*/


		.csw .loading { position:absolute; top:0; left:0; text-align: center; display:none}
		
.menu
		{ position: absolute;
		  Top :102px;
		  z-index:500;
		  background-image:url("App_Themes/G3M/Images/menu_bg.png");
		  background-repeat:repeat-x;
		  width:900px;

		}
		.menu img
		{
		 border:none;
		}

		.stripViewer { /* This is the viewing window */
			position:absolute;
			top:0;
			overflow: hidden; 
			/*border: 1px solid white; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 670px;
			clear: both;
		}
		
		.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: absolute;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			height:100%;
			/* -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: 900px; /* Also specified in  .stripViewer  above */
			height:100%;
			padding-top:115px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			padding-top: 25px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
	
		.stripNavL {
		 display:none;
			left: 0;
		}
		
		.stripNavR {
		display:none;
			right: 0;
		}
		

		.panel1
		{
		 /*background-image:url("App_Themes/G3M/Images/home_bg.png");*/
    	}
		.panel2
		{
		 background-image:url("App_Themes/G3M/Images/services_bg.jpg");
		}
		.panel3
		{
		 background-image:url("App_Themes/G3M/Images/about_bg.jpg");
		}
		.panel4
		{
		 background-image:url("App_Themes/G3M/Images/contact_bg.jpg");
		}
		.panel5
		{
		 background-image:url("App_Themes/G3M/Images/portfolio_bg.jpg");
		}
		.panel6
		{
		 background-image:url("App_Themes/G3M/Images/blog_bg.jpg");
		}
		
