﻿

#wrapper {
	width: 1050px;
	margin: 0 auto;
}

#intro {
	padding-bottom: 10px;
}

		 #slider {
			width: 940px;
			margin: 10px 5px;
			position: relative;
		}

		.scroll {
			/*height: 250px;*/
			width: 940px;
			position: relative;
			clear: left;
			border:1px solid
		}

		.scrollContainer div.panel {
			padding: 0 20px;
			/*height: 210px;*/
			width: 950px;
			min-height:650px;
		}
		
		#shade {
			background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
			height: 50px;
		}

		ul.navigation {
			list-style: none;
			margin: 10px 0 0 0;
			padding: 0;
		}

	   ul.navigation li {
			display: inline;
			margin-right: 0px;
		float:left;}	 
	/* .ul.navigation li { 
		display:inline;
		text-indent:0;
		padding:0 10px;
		margin:0 !important;
		list-style-image:none !important; 
	}*/

		ul.navigation a {
			padding:0 10px;
			color: #000;
			text-decoration: none;
            background: url('../Images/tabs/blue140.png') no-repeat 0 0;
	        font-size: 14px;
	        height: 30px;
	        line-height: 30px;
	        width: 120px;
            display: block;
		}

		ul.navigation a:hover {
			background-position: -0px -31px;	
	        color:#fff;
		}

		ul.navigation a.selected
{
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

		ul.navigation a:focus {
			outline: none;
            background-position: 0px -62px;		
	
	color:#000 !important;
		}
	   /* ul.navigation a   cursor:default !important; 
{
	background: url('../Images/tabs/blue140.png') no-repeat 0 0;
	font-size: 11px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
}

ul.navigation a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image ul.navigation 
a:hover {
	background-position: -0px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. 
.tabs .selected, .tabs .selected:hover, .tabs li.selected a {
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#000 !important;
}*/

		/*.scrollButtons {
			position: absolute;
			top: 150px;
			cursor: pointer;
		}

		.scrollButtons.left {
			left: -20px;
		}

		.scrollButtons.right {
			right: -20px;
		}

		.hide {
			display: none;
		}*/
