﻿@charset "utf-8";
img {
	border: none;
	vertical-align: middle;
}
img {
	-ms-interpolation-mode: bicubic;
}
/* common
-----------------------------------------------*/
/* 酷站代码整理 http://www.5icool.org */
#maincontent {
	background:#000;
	height:400px;
	overflow:hidden;
	position:relative;
}
#maincontent div.pict {
	cursor: default !important;
}
#maincontent div.main {
	position: static;
	text-align: center;
	display: block;
	cursor: pointer !important
}
#maincontent .element {
	display: none;
	position: absolute !important;
}
#maincontent .left {
	top :180px;
	left: 0;
	cursor: pointer;
}
#maincontent .right {
	top: 180px;
	right: 0;
	cursor: pointer;
}
#maincontent .main .guardian {
	display: none;
	height: 0;
}
#maincontent .navi {
	z-index: 9999999;
}
div#maincontent div.main {
	display:none;
}
div#maincontent div.element {
	position:absolute !important;
}
