.topmenu
	{
		float: left;
		width: 977px;
		height: 61px;
		background-image: url('../images/topmenu/back.gif');
	}
.topmenu-without
	{
		float: left;
		width: 977px;
		height: 11px;
		background-image: url('../images/topmenu/topmen.gif');
	}	
.topmenu-item
	{
		
		height: 61px;
	
		background-image: url('../images/topmenu/men_std_1px.gif');
		vertical-align: middle;
		float: left;	
	}
#wrapper {
	background-image: url('../images/topmenu/men_back10.gif');
	background-position: right top;
	background-repeat: no-repeat;
	
	}	
.topmenu-item-right
	{
		width: 20px;
		height: 61px;
		background-image: url('../images/topmenu/men_std.gif');
		background-repeat: no-repeat;
		
		float: left;	
	}	
.topmenu-item-active
	{
		
		height: 61px;
		background-image: url('../images/topmenu/men_mid_1px.gif');
		float: left;	
	
	}
.topmenu-item-right-active
	{
		width: 20px;
		height: 61px;
		background-image: url('../images/topmenu/men_rgt_1.gif');
		background-repeat: no-repeat;
		float: left;
		
	}
.topmenu-item-left-active
	{
		width: 20px;
		height: 61px;
		background-image: url('../images/topmenu/men_lft_1.gif');
		background-repeat: no-repeat;
		float: left;	
	}	
.topmenu-item-leftstart-active
	{
		width: 32px;
		height: 61px;
		background-image: url('../images/topmenu/men_lft_end_1.gif');
		background-repeat: no-repeat;
		float: left;	
	}	
.topmenu-item-leftstart
	{
		width: 32px;
		height: 61px;
		background-image: url('../images/topmenu/men_lft_end_0.gif');
		background-repeat: no-repeat;
		float: left;	
	}		
.topmenu-item-rightend-active
	{
		width: 20px;
		height: 61px;
		background-image: url('../images/topmenu/men_rgt_last_1.gif');
		background-repeat: no-repeat;
		float: left;	
	}	
.topmenu-item-rightend
	{
		width: 20px;
		height: 61px;
		background-image: url('../images/topmenu/men_rgt_last_0.gif');
		background-repeat: no-repeat;
		float: left;	
	}			
	
.topmenu-item a, .topmenu-item a:link, .topmenu-item a:visited, .topmenu-item a:hover, .topmenu-item a:active
	{
		color: #000000;
font-weight: normal;
		font-size: 10px;
		margin-top: 15px;

		display: block;
	} 
.topmenu-item-active a, .topmenu-item-active a:link, .topmenu-item-active a:visited, .topmenu-item-active a:hover, .topmenu-item-active a:active
	{
		display: block;
		color: #990000;
	font-weight: normal;
		font-size: 10px;
		margin-top: 15px;

	} 	
.topmenu-static
	{
		float: left;
		height: 61px;	
	}
.topmenu-dynamic
	{
		float: left;
		height: 61px;	
	}
.topmenu-buttons
	{
		float: left;	
	}


	
.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: 0px 0;
			position: relative;
			width: 967px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 35px; background: #fff; overflow: scroll; float: left;}
		.csw .loading {margin: 10px 0 10px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			
			position: relative;
			overflow: hidden;
			margin: auto;
			width: 767px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 35px;
			clear: both;
			background: #fff;
			height:61px;
		}

		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			float: left;
			position: relative;
			left: 0; top: 0;
			width: 767px;
			list-style-type: none;
			height:61px;
			/* -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 */
			height: 100%;
			position: relative;
			float: left;
			/*width: 130px;*/ /* 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;*/
			float: left;
		}



		.stripNavL a, .stripNavR a {
			height: 35px;
			width: 20px;
			
		}


	
