.Item .Next
{
	position: absolute;
    right: 155px;
    top: 281px;
}
.Item .Prev
{
	position: absolute;
    left: 26px;
    top: 281px;
}
.Item .itemGallery .Gallery a
{
	
}
.Item .itemGallery .Gallery a.a img
{
	border: 1px solid red;
}

.Item .itemGallery .Gallery a
{
/*	display: block;
	float: left;*/
	margin-right: 5px;
	cursor: pointer;
	height: 66px;
}
.Item .itemGallery .Gallery
{
	padding-top: 15px;
	width: 600px;
}
.Item .itemGallery
{
	width: 854px;
	height: 599px;
	background: url('/i/itemGalBG.png') no-repeat;
	
	padding-left: 127px;
	padding-top: 32px;
	margin-left: 73px;
	position: relative;
}
.Item .ItemHeader h2 a
{
	color: #000;
}
.Item .ItemHeader h2
{
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
.Item .ItemHeader
{
	padding-left: 230px;
}