#container {
	visibility: hidden;
}

#top-tray {
	top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 301;
}

#top-tray .wrapper {
	position: relative;
}

#quick-menu {
	position: absolute;
	width: 100%;
	height: 60px;
}

#btn-quick.collapsed {
	background-position: left top;
}

#btn-quick {
	top: 61px;
	left: 50%;
	margin-left: -65px;
	position: absolute;
	width: 130px;
	height: 19px;
	text-align: center;
	background: url(../imgs/quick.png) repeat left bottom;
	text-indent: -9999999px;
}

#bottom-tray {
    bottom: 0;
    height: 185px;
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 300;
}

#bottom-tray .wrapper {
	position: relative;
}

#bottom-bar {
	top: 35px;
	position: absolute;
	height: 150px;
	width: 100%;
	background: url(../imgs/black-90.png) repeat;
}

#controls {
	left: 45px;
	top: 0;
	position: absolute;
	width: 400px;
	height: 30px;
}

#back-btn {
	float: left;
	padding-left: 30px;
	padding-right: 15px;
	background-image: url(../imgs/arrow-back.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu-btn {
	float: left;
	margin-left: 10px;
	padding-left: 27px;
	padding-right: 15px;
	background-image: url(../imgs/arrow-menu.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#pp-btn {
	float: left;
	margin-left: 10px;
	padding-left: 25px;
	padding-right: 15px;
	background-image: url(../imgs/arrow-pp.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#pp-btn.collapsed {
	background-position: left bottom;
}

#menu-btn.collapsed {
	background-position: left -24px;
}

.addthis_toolbox {
	position: absolute;
	top: 10px;
	right: 15px;
}

#dida {
	left: 45px;
	top: 140px;
	position: absolute;
	width: 800px;
	display: none;
}

.miotooltip {
	z-index: 999999;
	background: #000;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 1px 20px 1px 20px;
	font-size: 13px;
	display: none;
}

#title {
	position: relative;
	display: inline-block;
	font-weight: normal;
	width: 430px;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'YanoneKaffeesatzLight';
	border: 1px solid #333;
	padding: 5px 20px 8px 20px;
	zoom:1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../imgs/black-80.png);
	margin-bottom: 5px;
}

#btn-info {
	top: 10px;
	right: 40px;
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../imgs/info.png) no-repeat left top;
}

#btn-plus {
	top: 10px;
	right: 10px;
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../imgs/piuomeno.png) no-repeat left bottom;
}

#btn-plus.collapsed {
	background-position: left top;
}

#info-overlay {
	background: url(../imgs/black-80.png);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100000;
	display: none;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	font-family: 'YanoneKaffeesatzLight';
}

#overlay-content {
	top: 20px;
	left: 50px;
	width: 900px;
	position: absolute;
}

#overlay-content h5 {
	text-transform: uppercase;
	margin-top: 30px;
}


#overlay-close {
	top: 20px;
	right: 20px;
	position: absolute;
	width: 50px;
	height: 50px;
}

#overlay-close a {
	text-indent: -999999px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../imgs/close-btn.png) no-repeat left top;
}

#overlay-close a:hover {
	background-position: left bottom;
}

#description {
	display: none;	
	font-weight: normal;
	width: 420px;
	color: #FFF;
	border: 1px solid #333;
	padding: 20px 25px 20px 25px;
	zoom:1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../imgs/black-80.png);
}

#description p {
	color: #999;
	font-size: 12px;
	border-bottom: 1px dotted #777;
	padding-bottom: 10px;
}

#description h5 {
	margin: 12px 0 15px 0;
	font-size: 18px;
	line-height: 18px;
	color: #CCC;
	font-family: 'YanoneKaffeesatzLight';
}

/* ------------------------------------------------------------------------------- */

#quick-thumbs {
	width: 100%;
	height: 60px;
	position: relative;
	overflow: hidden;
	background: url(../imgs/black-80.png);
}

#quick-thumbs .quick-items {
	position: absolute;
	width: 20000em;
}

#quick-thumbs .quick-items .thumb {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 1px;
	background: #000;
}

.arrows-thumb {
	display: block;
	width: 35px;
	height: 60px;
	top: 0;
	position: absolute;
	text-indent: -9999999px;
	z-index: 4589;
}

.arrows-thumb.disabled {
  	display: none;
}

.prev-thumb {
	left: 0;
	background: url(../imgs/arrow-prev.png) no-repeat left top;
}

.arrows-thumb:hover {
	background-position: left bottom;
}

.next-thumb {
	right: 0;
	background: url(../imgs/arrow-next.png) no-repeat left top;
}

/* ----------------------------------------------------------------------------- */

#progress-back {
	z-index: 5;
	position: absolute;
	top: 32px;
	left: 0;
	height: 2px;
	width: 100%;
}

#progress-bar {
	position: relative;
	height: 2px;
	width: 100%;
	background: #C00;
}

#prevslide,#nextslide {
	position: absolute;
	height: 43px;
	width: 43px;
	top: 50%;
	margin-top: -21px;
	opacity: 0.6;
}

#prevslide {
	left: 10px;
	background: url('../imgs/supersized/back.png');
}

#nextslide {
	right: 10px;
	background: url('../imgs/supersized/forward.png');
}

#prevslide:active,#nextslide:active {
	margin-top: -19px;
}

#prevslide:hover,#nextslide:hover {
	cursor: pointer;
}