.pikachooseCompact {
	width: 380px;
	height: 535px;
	background-color: #eeeeee;
	margin-top: 10px;
}
.pikachooseCompact ul {
	width: 370px;
	height: 250px;
	margin: 0px 0px 0px 5px;
	padding-right: 3px;
	max-width: 367px;
	min-width: 367px;
	white-space: nowrap;
	background-color: #FFFFFF;
}
.pikachooseCompact ul li {
	display: block;
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
.pikachooseCompact ul li div img {
	cursor: pointer;
}
.pika_main {
	width: 380px;
	height: 280px;
	overflow: hidden;
}
.pika_main_img {
	top: 5px;
	left: 5px;
}
.pika_back_img {
	top: 5px;
	left: 5px;
	display: none;
}
.pika_subdiv {
	padding: 5px;
}
.pika_subdiv img, .pika_subdiv a img {
	border: none;
	width: 370px;
	height: 240px;
}
.pika_caption {
	height: 15px;
}
.pika_caption a {
	color: white;
}
.pika_play {
	width: 370px;
	min-width: 360px;
	max-width: 360px;
	padding: 5px;
	background-color: #ffffff;
	margin: 0px 0px 0px 5px;
}
.pika_play a {
	cursor: pointer;
	display: block;
	background-image: url(../image/web/arrow/right.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 24px;
	font-weight: bold;
}
.pika_prev_hover {
	top: 270px;
	left: 5px;
	height: 250px;
	width: 25px;
	background-color: #ffffff;
	background-image: url(../image/web/arrow/left.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
.pika_next_hover {
	top: 270px;
	right: 5px;
	height: 250px;
	width: 25px;
	background-color: #ffffff;
	background-image: url(../image/web/arrow/right.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
