@charset "utf-8";

#pob {
	width: 800px;
	position: relative;
	z-index:1;
}

#pob dd#pobIcons img, #pob dd#pobDate img {
	display: none;
}

#pob dl {
	width: 692px;
	margin: 0 54px;
}

#pob dt {
	float: left;
	padding: 25px 0 0 45px;
	margin-right: -30px;
}

#pob dd#pobIcons ul {
	padding: 35px 0 5px;
	margin-right: 46px;
	text-align: right;
	font-size: 0.5em;
}

#pob dd#pobIcons li {
	height: 35px;
	overflow:hidden;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#pob dd#pobImg {
	clear: both;
	overflow: hidden;
	height: 460px;
}

#pob dd#pobDate {
	position: absolute;
	top: 195px;
	left: 375px;
}

#pob dd#pobPrice {
	text-align: center;
	margin-top: -50px;
}

#pob dd#pobPrice p {
	font-size: 93%;
	color: #4d4d4d;
}

#pob dd#pobPrice p.notice {
	font-size: 77%;
	color: #f00;
	font-weight: bold;
	padding-bottom: 15px;
	visibility: hidden;
}

#pob ul#pobCtrl li {
	position: absolute;
}

#pob ul#pobCtrl li#pobPrev {
	top: 244px;
	left: 25px;
}

#pob ul#pobCtrl li#pobNext {
	top: 244px;
	left: 746px;
}

#pob ul#pobCtrl li#pobClose {
	top: 25px;
	left: 758px;
}

#pob ul#pobCtrl a:hover{
	opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}
