#content .catalog-navigation{
	position: relative;
	height: 39px;
	margin: 0 0 .5em 0;
	font-size: 1em;
	border-bottom: 2px solid #000;
	}
	#content .catalog-navigation li{
		position: absolute;
		left: 5px;
		top: 0;
		list-style: none;
		}
		#content .catalog-navigation li a{
			display: block;
			width: 86px;
			height: 27px;
			overflow: hidden;
			border: none;
			background: none;
			}
			#content .catalog-navigation li span{
				position: absolute;
				left: 0;
				top: 0;
				width: 86px;
				height: 27px;
				background: url('/img/buttons/catalog_navigation.png') no-repeat;
				}
	#content .catalog-navigation .prev{
		left: 405px;
		}
		#content .catalog-navigation .prev a{
			width: 56px;
			}
			#content .catalog-navigation .prev span{
				width: 56px;
				background-position: -86px 0;
				}
	#content .catalog-navigation .next{
		left: 617px;
		}
		#content .catalog-navigation .next a{
			width: 60px;
			}
			#content .catalog-navigation .next span{
				width: 60px;
				background-position: -142px 0;
				}
#item-info{
	float: right;
	width: 271px;
	}
	#content #item-info h2{
		visibility: visible;
		margin-bottom: .3em;
		padding-bottom: .3em;
		font: bold 1.5em/1.2 Georgia, "Times New Roman", Times, serif;
		letter-spacing: -2px;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 2px solid #000;
		}
		#item-info .code{
			margin-bottom: .7em;
			color: #999;
			text-align: center;
			}
		#item-info .print-type{
			margin-bottom: .5em;
			line-height: 1.3;
			text-align: center;
			}
		#item-info .price{
			margin-bottom: .7em;
			font: bold 1.875em Georgia, "Times New Roman", Times, serif;
			letter-spacing: -2px;
			text-align: center;
			color: #32affe;
			}
			#item-info .price span{
				font-size: .65em;
				}
		#item-info .history{
			margin: 0;
			padding: 0 25px 0 18px;
			line-height: 1.3;
			color: #373737;
			}
#content .image-container{
	float: left;
	width: 400px;
	text-align: center;
	}
	#content .image-container .image{
		margin-bottom: 15px;
		}
		#content .image-container .image a{
			border: none;
			}
	#content .zoom-image{
		width: 240px;
		margin: 0 auto;
		background: #2c2c2c;
		}
		#content .zoom-image a{
			display: block;
			height: 34px;
			padding: 4px 0 0 6px;
			text-transform: uppercase;
			color: #fefefe;
			border: none;
			background: none;
			}
			#content .zoom-image .zoom{
				font-size: 18px;
				}
			#content .zoom-image .count{
				position: relative;
				top: -3px;
				}
			#content .zoom-image object{
				outline: none;
				}
