.f_right {
	width: 100%;
	text-align: right;
}

.Materials {
	float: left;
	margin: 0;
	padding: 0;
}

	.Materials li {
		position: relative;
		float: left;
		background: url('/assets/frame.gif') no-repeat top left;
		height: 134px;
		width: 105px;
		margin: 3px 0;
		padding: 0;
		list-style: none !important;
	}

		.Materials li.next {
			float: left;
			background: url('/assets/next.gif') no-repeat 50% 50%;
			height: 134px;
			width: 31px;
		}

.Materials a {
	display: block;
	color: #fff;
	width: 100%;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}

.Materials a:hover {
	text-decoration: underline;
}

.Materials img {
	position: absolute;
	left: 1px;
	top: 27px;
}

/* Scroller Box */
#ticker {
	position: relative;
	margin: 3px 0;
	padding: 0;
	height: 33px;
	width: 100%;
}

#tleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 162px;
	height: 100%;
	background-image: url('/assets/ticker_left.gif');
	z-index: 10;
}

#tright {
	position: absolute;
	top: 0;
	right: 0%;
	width: 14px;
	height: 100%;
	background-image: url('/assets/ticker_right.gif');
	z-index: 10;
}

#scroller_container {
	position: relative;
	height: 33px;
	overflow: hidden;
	padding: 0;
	z-index: 2;
}

#scroller {
	white-space: nowrap;
	line-height: 33px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

/* Compobag page */
#compobag img {
	float: left;
	margin: 5px 10px 5px 0;
}

/* Environmental and Disposable */
#picture {
	width: 100%;
	overflow: hidden
}