img{
	border: none;
}

.image_right{
	float:right;
	text-align: center;
	padding: 8px;
	margin: 8px;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}

p.date{
	clear: both;
}

#store_iframe{
	border: 1px solid black;
}

.product-image-thumb{
	display: block;
	float: left;
	width: 240px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
}
	.product-image-thumb img{
		padding: 0px;
		margin: 0px;
	}

.product-image-360{
	display: block;
	clear: left;
	float: left;
	width: 240px;
	padding: 0px 5px 5px 5px;
	margin-top: -10px;
}

h3{
	position: relative;
}

div.detail{
	position: absolute;
	left: 250px;
	font-size: .8em;
	top: .2em;
	font-weight: bold;
}

.left-image{
	float: left;
	display: block;
	padding: 5px 5px 5px 5px;
}

.media_box{
		height: 400px;
		width: 962px;
		position: relative;
}
	.media_box .info_pane {
		background: url('/images/rotator/trans_black.png');
		width: 200px;
		padding: 5px 10px 30px 10px;
		/*height: 330px;*/
		position: relative;
	}
	.media_box .info_pane p {
		margin: 0px;
	}
	.media_box .info_pane a {
		position: absolute;
		display: block;
		bottom: 5px;
		text-align: center;
		margin: 0px auto;
		width: 200px;
		background: none;
	}
	.media_box .info_pane h2 {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 4px;
		background: none;
	}
	.media_box .selector {
		margin: 0px;
		padding: 5px;
		height: 39px;
		position: absolute;
		bottom: 0px;
		width: 952px;
		background: url('/images/rotator/trans_black.png');
	}
	.media_box .selector li{
		list-style: none;
		float: left;
		margin: 0px 0px 0px 30px;
		height: 39px;
		width: 154px;
		vertical-align: middle;
		text-align: center;
	}
	.media_box .selector li.more{
		position: absolute;
		bottom: -10px;
		right: 20px;
		text-align: right;
		margin-right: 0px;
		
	}
	.media_box .selector li a {
		display: block;
		border: 2px solid #666;
		width: 150px;
		height: 35px;
	}
	.media_box .selector li a:hover {
		border: 2px solid #aaa;
	}
	.media_box .selector li.more a {
		display: inline;
		font-size: 1.1em;
		text-align: right;
		border: none;
	}
	.media_box .selector li.active a{
		border: 2px solid #ccc;
	}
	.media_box .selector li a img{
	}
	.media_box .selector li .info{
		display: none;
	}

