strong {
	text-transform: uppercase;
}

#navigation {
	width: 140px;
}

#content {
	padding: 20px 0 30px 0;
	
}

#enlarge {
	text-align: center;
	width: 380px;
	height: 20px;
	margin: 0;
}

#previous, #next {
	padding-top: 100px;
	width: 30px;
}

#previous a, #next a {
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	padding-top: 30px; height: 0 !important;
	height /**/: 30px; overflow: hidden;
}

#previous a {
	background-image: url(/images/products/previous.gif);
}

#next a {
	background-image: url(/images/products/next.gif);
}

#product {
	width: 320px;
	text-align: center;
}

#description {
	background-image: url(/images/products/divider.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
}

