/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color: #000; cursor: default; width: 5000px !important; height: 100000px !important; left: 0px !important; top: -10000px !important;}
div.modalCloseImg {background:url(../img/x.png) no-repeat; width:47px; height:47px; z-index:3200; position:absolute; top:0px; right:0px; cursor:pointer; background-size: 47px auto;}

/* Container */
#simplemodal-container {width: 100% !important; color:#bbb; padding: 0px;}
#simplemodal-container .simplemodal-data {padding: 0px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container h3 {color:#84b8d9;}

/* bmMainPhoto */
.bmMainPhoto {
	position: relative;
	text-align: center;
}
.bmMainPhotoBtnL {
	position: absolute;
	top: 60px;
	left: 0px;
}
.bmMainPhotoBtnR {
	position: absolute;
	top: 60px;
	right: 0px;
}
.bmComment,.bmComment_img_1,.bmComment_img_2 {
	color: #ffffff;
	font-size: 100%;
	line-height: 150%;
	margin: 0 auto;
	padding: 10px;
}
.bmMvTitle {
	color: #ffffff;
	font-size: 150%;
	line-height: 150%;
	border-bottom: 1px solid #ffffff;
	margin: 0.5em 50px 0.5em 8px;
	padding: 10px;
}
.albumMain {
	background: #000;
	/* padding: 65px 0px; */
	margin: 0px auto ;
	/* width: 320px; */
	height: 320px; 
}

.albumMainPhoto_img {
	display: none;
}
.pg_width_80{
	width: 80%;
}
/********************************************
  clearfixˆ—
********************************************/
.bmPhotoList:after
{
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
