/*
 * 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;}
a.modalCloseImg {background:url(../img/x.png) no-repeat; width:94px; height:94px; display:inline; z-index:3200; position:absolute; top:18px; right:33px; cursor:pointer;}

/* Container */
#simplemodal-container {height:650px; width:984px; color:#bbb; padding:12px; top: 90px !important;}
#simplemodal-container .simplemodal-data {padding:8px;}
#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 */
.bmMvTitle {
	color: #ffffff;
	font-size: 150%;
	line-height: 150%;
	border-bottom: 1px solid #ffffff;
}
.bmMainPhoto {
	position: relative;
	/* text-align: center; */
}
.bmMainPhotoBtnL {
	position: absolute;
	top: 198px;
	left: -35px;
}
.bmMainPhotoBtnR {
	position: absolute;
	top: 198px;
	right: -35px;
}
/* bmComment */
.bmComment {
	color: #ffffff;
	font-size: 100%;
	line-height: 150%;
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	display: none;
}
.bmPhotoList {
	width: 564px;
	margin: 0 auto;
}
.bmPhotoList li {
	float: left;
}
.bmPhotoList li a {
	display: block;
	padding: 2px;
}
.bmPhotoList li a:hover {
	padding: 0px;
	border: 2px solid #366eb4;
}
.bmPhotoList li.act a {
	display: block;
	padding: 0px;
	border: 2px solid #366eb4;
}
.bmMainPhoto_img {
	display: none;
}

/********************************************
  clearfixˆ—
********************************************/
.bmPhotoList:after
{
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* IE6 */
* html .bmPhotoList
{
	zoom: 1;
}
/* IE7 */
*:first-child+html .bmPhotoList
{
	zoom: 1;
}
