@charset "utf-8";

body {
	background: #fff;
}

a img {
    border: 0;
}


/* {{{  preview with links */
#preview {
	position: relative;
	margin: 10px 0;
}
html>body #preview { overflow: hidden; }
* html #preview { height: 1%; }
* html #preview div { height: 1%; }
#preview a {
	
	margin-right: 2px;
}
#preview .panel {
	float: none;
	overflow: hidden;
	height: 71px;
	position: relative;
}
#preview .panel-content {
	float: none;

	height: 71px;
	position: relative;
	overflow: visible;

}
.panel-content a {
    height: 71px;
    position: relative;
    text-decoration: none;
}
#preview .panel-big {
	float: none;
	overflow: hidden;
	height: 216px;
	position: relative;
}
#preview .panel-content-big {
	float: none;

	height: 216px;
	position: relative;
	overflow: visible;

}
.panel-content-big a {
    height: 216px;
    position: relative;
    text-decoration: none;
}
.panel-content a span {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    top: 10px;
    left: 20px;
}
.panel-content-big a span {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    top: 10px;
    left: 20px;
}
/* }}}  preview with links */


/* {{{  preview with table */
