/*========================================*/

/*========================================*/

/*========================================*/
#viewerNavo {
	height:					99px;
	margin-bottom:	12px;
	overflow:				hidden;
	position:				relative;
	width:					960px;
}

#viewerNavi {
	height:					99px;
	left:					43px;
	overflow:				hidden;
	position:				relative;
	width:					874px;
}

#viewert {
	position:				absolute;
	width:					10000px;
}

#viewert div.imgholdero {
	color:					#0086FF;
	font-weight:			bold;
	margin-right:			20px;
	text-align:				center;
	width:					158px;
}

#viewert div.imgholdero.last {
	margin-right:			0;
}

#viewert div.imgholder {
	cursor:					pointer;
	height:					99px;
	margin-right:			0px;
	overflow:				hidden;
	width:					158px;
}

#viewert div.imgholdero.current div.imgholder {
}

#viewert div.imgholderi {
	height:					99px;
	overflow:				hidden;
	text-align:				center;
	width:					158px;
}

.viewerThumb {
	background:				#CCCCCC none repeat scroll 0 0;
	cursor:					pointer;
	float:					left;
	height:					45px;
	margin-right:			10px;
	width:					45px;
}

.viewerThumb.last {
	margin-right:			0;
}

.viewerArr {
	cursor:					pointer;
	height:					99px;
	position:				absolute;
	width:					38px;
}

.viewerLeftArr {
	background:				transparent url(../images/structure/viewerLeftArr.png) no-repeat scroll 0 0;
	left:					0;
}

.viewerLeftArr:hover,
.viewerLeftArr.hover {
	background:				transparent url(../images/structure/viewerLeftArr.png) no-repeat scroll 0 -99px;
	left:					0;
}

.viewerRightArr {
	background:				transparent url(../images/structure/viewerRightArr.png) no-repeat scroll 0 0;
	right:					0;
}

.viewerRightArr:hover,
.viewerRightArr.hover {
	background:				transparent url(../images/structure/viewerRightArr.png) no-repeat scroll 0 -99px;
	right:					0;
}