@charset "utf-8";

/* collection */

/* slider */
.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
margin:0 0 10px 0;
width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 600px;
/*border:#666 1px solid;*/
clear: both;
}
.stripNavL{
display:none;
}
.stripNavR{
display:none;
}
.stripNav{
display:none;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
position: relative;
width: 800px; /* Also specified in  .stripViewer  above */
}
#main .stripViewer .panelContainer .panel p{
width:300px;
position:absolute;
right:70px;
bottom:0;
margin:0;
padding:15px;
font-size:88%;
}

#detailImgArea{
height:602px;
width:800px;
overflow:hidden;
}

ul#thumNavi{
	position:relative;
	margin-left:-10px;
}
ul#thumNavi:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html ul#thumNavi{
	display:inline-block;
}
*:first-child+html ul#thumNavi{
	display:inline-block;
}
ul#thumNavi li{
	float:left;
	width:42px;
	padding:5px 0 5px 10px;
}
ul#thumNavi li img{
border:#666 1px solid;
}