@charset "utf-8";

body {
	background: #fff;
}

a img {
    border: 0;
}

.prev, .next {
	display: block;
	width: 8px;
	height: 54px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
}
.prev {
	background-position: 0 0;
	background-image: url('/uploads/tf/prev.gif');
	background-repeat: no-repeat;
	margin:0;
}
.next {
	background-position: 0 0;
	background-image: url('/uploads/tf/next.gif');
	background-repeat: no-repeat;
}
fieldset {
	border:0;
}

/* {{{  preview with links */
#preview {
	position: relative;
	margin: 10px 0 0 15px;
	float:none;
}
html>body #preview { overflow: hidden; }
* html #preview { height: 1%; }
* html #preview div { height: 1%; }
#preview a {
	margin-right: 11px;
	float: left;
}
#preview .panel {
	float: left;
	left: 0;
	width: 249px;/*332px;*/
	overflow: hidden;
	height: 54px;
	position: relative;
}
#preview .panel-content {
	left: 0;
	height: 54px;
	position: relative;
	overflow: visible;
	width: 664px; /*499px;*/
}
.panel-content a {
    width: 72px;
    height: 54px;
    position: relative;
    text-decoration: none;
}
.panel-content a span {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    top: 5px;
    left: 20px;
	visibility:hidden;

}
/* }}}  preview with links */
