#idGallery {
	width: 720px;
	border: 1px solid #444;
	background: #222;
	margin: 5px auto 0 auto;
}

#idGallery #idContPhoto {
	width: 710px;
	min-height: 480px;
	margin: 3px auto 3px auto;
	padding: 0 0 0 0;
	position: relative;
	text-align: center;
}
#idGallery #idContPhoto #idPhoto {
	margin: 0 auto 3px auto;
	text-align: center;
}

#idGallery #idContPhoto .idPhotoCellMain {
	display: table; 
	width: 640px;
	height: 480px;
	_position: relative; 
	overflow: hidden;
	margin: 0 auto 0 auto;
}
#idGallery #idContPhoto .idPhotoCellMain .idPhotoCellMiddleAbs {
	width: 640px;
	_position: absolute;  
	_top: 50%;
	left: 0;
	display: table-cell; 
	vertical-align: middle;
}
#idGallery #idContPhoto .idPhotoCellMain .idPhotoCellMiddleAbs .idPhotoCellMiddleInAbs {
	width: 710px;
	_position: relative;  
	_top: -50%;
	left: 0;
}
#idGallery #idContPhoto #idPhotoNavCell {
	width: 710px;
	height: 30px;  
	margin: 0 auto 3px auto;
}
#idGallery #idContPhoto #currentPhotoCounter {
	width: 100px;
	line-height: 30px;  
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
}
#idGallery #idContPhoto #idPhotoNPrev {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100px;
	clear: none;
}
#idGallery #idContPhoto #idPhotoNNext {
	position: absolute;
	top: 3px;
	left: 607px;
	width: 100px;
	clear: none;
}
#idGallery #idContPhoto a {
	width: 100px;
	border: 1px solid silver;
	clear: both;
	display: block;
	text-align: center;
	background: #ddd;
	color: gray;
	font-weight: bold;
	line-height: 20px;
}
#idGallery #idContPhoto #idPhotoNPrev a {
	float: left;
}
#idGallery #idContPhoto #idPhotoNNext a {
	float: right;
}

#idGallery #idHeader {
	width: 710px;
	padding: 5px;
	margin: 3px auto 1px auto;
	background: silver;
	border: 1px solid silver;
	text-align: center;
	font-weight: bold;
}
#idGallery #idInfo {
	width: 710px;
	padding: 5px;
	margin: 1px auto 3px auto;
	border: 1px solid silver;
}

.galleryLink {
	border: 1px solid #E0EAFE;
	background: #F0F5FF;
	color: navy;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
.galleryLink:hover {
	background: #DFEAFF;
	text-decoration: none;
}




#prodGallery {
	width: 720px;
	border: 1px solid #444;
	background: #222;
	margin: 5px auto 0 auto;
}

#prodGallery #idContPhoto {
	width: 710px;
	min-height: 480px;
	margin: 3px auto 3px auto;
	padding: 0 0 0 0;
	position: relative;
	text-align: center;
}
#prodGallery #idContPhoto #idPhoto {
	margin: 0 auto 3px auto;
	text-align: center;
}

#prodGallery #idContPhoto .idPhotoCellMain {
	display: table; 
	width: 710px;
	_position: relative; 
	overflow: hidden;
	margin: 0 auto 0 auto;
  text-align: center;
}
#prodGallery #idContPhoto #idPhotoNavCell {
	width: 710px;
	height: 30px;  
	margin: 0 auto 3px auto;
}
#prodGallery #idContPhoto #currentPhotoCounter {
	width: 100px;
	line-height: 30px;  
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
}
#prodGallery #idContPhoto #idPhotoNPrev {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100px;
	clear: none;
}
#prodGallery #idContPhoto #idPhotoNNext {
	position: absolute;
	top: 3px;
	left: 607px;
	width: 100px;
	clear: none;
}
#prodGallery #idContPhoto a {
	width: 100px;
	border: 1px solid silver;
	clear: both;
	display: block;
	text-align: center;
	background: #ddd;
	color: gray;
	font-weight: bold;
	line-height: 20px;
}
#prodGallery #idContPhoto #idPhotoNPrev a {
	float: left;
}
#prodGallery #idContPhoto #idPhotoNNext a {
	float: right;
}

#prodGallery #idHeader {
	width: 710px;
	padding: 5px;
	margin: 3px auto 1px auto;
	background: silver;
	border: 1px solid silver;
	text-align: center;
	font-weight: bold;
}
#prodGallery #idInfo {
	width: 710px;
	padding: 5px;
	margin: 1px auto 3px auto;
	border: 1px solid silver;
}

