/* CSS Document */
#remarks_box_display {
	display:none;
	visibility:hidden;
	width:368px;
	position:absolute;
}
#pic_box_display{
	display:none;
	visibility:hidden;
	width:380px;
	z-index:1;
	position:absolute;
}
#display_pic_controls{
	display:block;
	width:352px;
	height:25px;
}
#left_display_arrow {
	display:block;
	float: left;
	background-image:url(../../images/left-detail-pic-arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:29px;
	height:25px;
	cursor:pointer;
	margin-left:50px;
}
#left_display_arrow:hover {
	background-image:url(../../images/left-detail-pic-arrow-hover.gif);
}
#right_display_arrow {
	display:block;
	float: right;
	background-image:url(../../images/right-detail-pic-arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:29px;
	height:25px;
	cursor:pointer;
	margin-right:50px;
}
#right_display_arrow:hover {
	background-image:url(../../images/right-detail-pic-arrow-hover.gif);
}
#display_pic_controls2{
	display:block;
	float:left;
/*	clear:both;*/
	width:320px;
	height:25px;
}
#left_display_arrow2 {
	display:block;
	float: left;
	background-image:url(../../images/left-detail-pic-arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:29px;
	height:25px;
	cursor:pointer;
	margin-left:64px;
}
#left_display_arrow2:hover {
	background-image:url(../../images/left-detail-pic-arrow-hover.gif);
}
#right_display_arrow2 {
	display:block;
	float: right;
	background-image:url(../../images/right-detail-pic-arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:29px;
	height:25px;
	cursor:pointer;
	margin-right:50px;
}
#right_display_arrow2:hover {
	background-image:url(../../images/right-detail-pic-arrow-hover.gif);
}
#pic_close_box{
	visibility:visible;
	background-image:url(../../images/close.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	cursor:pointer;
	z-index:2;
}
#pic_close_box:hover {
	background-image:url(../../images/close-hover.gif);
}
#pic_close_box a { border:none; }
#remarks_close_box{
	visibility:visible;
	background-image:url(../../images/close.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	cursor:pointer;
	z-index:2;
}
#remarks_close_box:hover {
	background-image:url(../../images/close-hover.gif);
}
#premarks_close_box a { border:none; }
#pic_number {
	float:none;
	margin-left:96px;
	width:160px;
	clear:none;
	text-align:center;
}
#pic_number2 {
	float:left;
	width:146px;
	height:25px;
/*	margin-left:96px;
	margin-left:10px;
	width:160px;
	clear:none;*/
	text-align:center;
}
td#pic_container {
	background-color:#FFFFFF;
	padding: 0px 16px 6px 16px;
}
td#pic_controls {
	background-color:#FFFFFF;
	vertical-align:bottom;
}

