			/* Scrollbar & content css */
			#marinescroller {
				background: url(../images/marineScroller.png) no-repeat;
				width: 190px;
				height: 390px;
				padding-top: 36px;
			}
			
			#freshscroller {
				background: url(../images/freshScroller.png) no-repeat;
				width: 190px;
				height: 390px;
				padding-top: 36px;
			}	
								
			#content1 {
				width: 150px;
				height: 390px;
				float:left;
				overflow:hidden;
				padding-left: 10px;
			}
			
			#content1 p{
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#111111;
			}
			
			#content1 ul, li{
				margin-left: 0px;
				padding-left: 2px;
				padding-right: 10px;
				padding-bottom: 6px;
				list-style-type:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#CCCCCC;
			}
			
			#content1 a:link {
				color:#CCCCCC;
				text-decoration: none;				
			}
			
			#content1 a:visited {
				color: #CCCCCC;
				text-decoration: none;	
			}
			
			#content1 a:hover {
				color: #ffffff;
				text-decoration: underline;
			}
			
			
			#content2 {
				width: 150px;
				height: 390px;
				float:left;
				overflow:hidden;
				padding-left: 10px;
			}
			
			#content2 p{
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#111111;
			}
			
			#content2 ul, li{
				margin-left: 0px;
				padding-left: 2px;
				padding-right: 10px;
				padding-bottom: 6px;
				list-style-type:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#CCCCCC;
			}
			
			#content2 a:link {
				color:#CCCCCC;
				text-decoration: none;				
			}
			
			#content2 a:visited {
				color: #CCCCCC;
				text-decoration: none;	
			}
			
			#content2 a:hover {
				color: #ffffff;
				text-decoration: underline;
			}
			
			.scrollbar-vert{
				background: url(../images/marineProduct_scroller.png) no-repeat;
				width: 17px;
				height: 390px;
				float:left;
			}
			
			.handle-vert{
				width: 17px;
				height: 60px;
				background: url(../images/scrollerHandle.png) no-repeat;
			}
			
			.scrollerCat {
				color:#FFFFFF;
				font-weight: bold;
			}
			
			/* IE */
			
			.ie7 #content1 {
				line-height:1.2;
			}
			
			.ie7 #content2 {
				line-height:1.2;
			}
			
			.ie7 #content1 ul {
				margin-top: 15px;
			}
			
			.ie7 #content2 ul {
				margin-top: 15px;
			}
			
			.ie7 .scrollerCat {
				margin-top:10px;
			}
			
			
			.ie8 #content1 {
				line-height:1.2;
			}
			
			.ie8 #content2 {
				line-height:1.2;
			}
			
			.ie8 #content1 ul {
				margin-top: 15px;
			}
			
			.ie8 #content2 ul {
				margin-top: 15px;
			}
			
			.ie8 .scrollerCat {
				margin-top:10px;
			}
			
		</style>
