@CHARSET "UTF-8"; 

.pan_image{
	overflow: hidden;
	position: absolute;
}

.main_image{
	width: 700px;
	height: 300px;
	overflow: hidden;
}

.main_container{
	overflow: hidden;
}

.mc-cbar {
    position: absolute;
}

.mc-cbar.mc-dir-h {
    left: 0px;
    right: 0px;
    top: 5px;
    z-index: 9;
}

.mc-cbar .mc-bar {
    position: relative;
    transition: all 300ms ease 0s;
    border-radius: 4px;
}

.image_container{
	visibility: visible;
}

.image_container img{
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

.mc-nav-next{
	background: url("../image/light-skin-1.png") repeat scroll -89px -103px transparent;
    width: 30px;
    height: 40px;
	margin-top: -20px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    z-index: 110;
    cursor: pointer;
    transition: opacity 300ms ease 0s;
}

.mc-nav-prev{
	background: url("../image/light-skin-1.png") repeat scroll -89px -26px transparent;
    width: 30px;
    height: 40px;
	margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 30px;
    right: auto;
    z-index: 110;
    cursor: pointer;
    transition: opacity 300ms ease 0s;
}

.main_container_info{
	/* background: #000;  */
	bottom: 0;
    height: 32px;
    position: absolute;
	filter: alpha(opacity:100); 
	opacity: 1;  
	-moz-opacity: 1;
	-khtml-opacity: 1;
	background:rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
}

.main_container_info .image_num{
	color: #fff;
	height: 32px;
	line-height: 32px;
	width: 60px;
	min-width: 60px;
	text-align: center;
	float: left;
}

.main_container_info .image_info{
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
}

.main_container_info .image_toolbar{
	color: #fff;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	float: left;
}

.image_toolbar div{
	float: right;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    margin-top: 5px;
    width: 24px;
}

.image_toolbar div:hover{
	cursor: pointer;
}

.image_toolbar .image_del{
	background: url(../image/del.png);
}

.image_toolbar .image_big{
	background: url(../image/bigger.png);
}

.image_toolbar .image_narrow{
	background: url(../image/litter.png);
}

.image_toolbar .image_rotating{
	background: url(../image/xz.png);
}

.image_toolbar .image_print{
	background: url(../image/print.png);
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
}

.thum_container{
    width: 100%;
	overflow: hidden;
    position: absolute;
    bottom: 0;
}

.mc-thumbs-cont{
	position: relative;
	left: 0px;
	transition: all 500ms ease 0s;
}

.mc-thumb-frame{
	float: left;
	opacity: 0.5;
	transition: all 300ms ease 0s;
}

.mc-thumb-frame:hover{
	cursor: pointer;
}

.mc-thumb-frame-selected{
	opacity: 1!important;
}

.ie8-mc-thumb-frame-selected{
	border: 2px solid #2D78F4!important;
}

.mc-thumb-ol{
	position: absolute;
	top: 0;
	buttom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.thumb_del{
	margin: 3px 3px 0 0;
	background: url(../image/delete.png);
	width: 13px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	right: 0;
}

.thumb_info{
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	buttom: 0;
	text-align: center;
}

.thum-nav-next{
	background: url("../image/light-skin-1.png") repeat scroll -89px -103px transparent;
    width: 30px;
    height: 40px;
	margin-top: -20px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    z-index: 110;
    cursor: pointer;
    transition: opacity 300ms ease 0s;
}

.thum-nav-prev{
	background: url("../image/light-skin-1.png") repeat scroll -89px -26px transparent;
    width: 30px;
    height: 40px;
	margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    z-index: 110;
    cursor: pointer;
    transition: opacity 300ms ease 0s;
} 



