/* LEFT PANEL*/


.panel, a.trigger, a.trigger:hover {
	position: absolute;
	left: 0;
	border:1px solid #444444;
	border-left:none;
}
.panel {
	top: 120px;
	display: none;
	background: #000000;
	width: 330px;
	height: auto;
	padding: 30px 30px 30px 130px;
}
a.trigger, a.trigger:hover {
	top: 130px; 
	background:#000000 url("../img/icons/plus.png") 50% 55% no-repeat;
	padding: 20px 40px 20px 15px;
	display: block;
}
	a.active.trigger {
		background:#000000 url("../img/icons/minus.png") 50% 55% no-repeat;
	}
a.activegallery {
	background:#444444;
}
a.activeslide {
	background:#444444;
}


/* RIGHT PANEL*/


.panel_right {
	top: 20px;
	background: #000000;
	padding: 30px 30px 0px 130px;
	border:1px solid #444444;
}
a.trigger_right, a.trigger_right:hover, a.active.trigger_right {
	top: 140px; 
	height:60px;
	width:150px;
	padding: 0;
	background:#000000 url("../img/titles/welcome.png") no-repeat;
	display: block;
}
	a.trigger_right, a.trigger_right:hover {
		position: absolute;
		right: 0;
		border:1px solid #444444;
		border-right:none;
	}


/* RIGHT AND LEFT PANELS */


#overlay {
	margin-top:100px;
	position: absolute;
	left: 0px;
	color: #fff;
	padding: 10px 30px 10px 0;
	width: auto;
	z-index:1;
}
#overlay_right {
	left: 50%;
	top: 50%;
	margin-top: -170px;
	margin-left: -200px;
	position: fixed;
	color: #fff;
	padding: 10px 0px;
	width: 400px;
	z-index:1;
}
.control {
	padding:10px 0 10px 20px;
	margin-bottom:10px;
}
.control ul {
}
.control ul li a {
	font-size:18px;
	line-height:30px;
	padding:5px;
	color:#FFFFFF;
}
.control ul li a:hover {
	border:none;
}
.control_right {
	padding:10px 20px 0px 20px;
	margin-bottom:-15px;
}
.control img {
	margin-right:10px;
}
.control a {
	color:#FFFFFF;
	font-weight: bold;
}

#thumbs, #thumbs1, #thumbs2, #thumbs3 {
	padding: 10px 0 10px 20px;
}
#thumbs a, #thumbs1 a, #thumbs2 a, #thumbs3 a {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	font-size:12px;
	line-height:18px;
	float: left;
	text-align:center;
	width:18px;
	padding:5px;
	margin-right:5px;
	border:none;
}
#transition {
	width:100%;
}

#showtitle {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}


#superbgimage {
	display: none;
}
