@charset "UTF-8";
/* CSS Document */

.panel {
	position:absolute;
	top: 80px;
	right: 0;
	margin:0;
	width: 400px;
	padding:0 10px;
	z-index: 999;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	padding: 30px 120px 50px 30px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000030',EndColorStr='#00000030'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000030',EndColorStr='#00000030')";
	opacity: .85;
	z-index: 899;
	overflow: hidden;
}
.scroll {
	height: 450px;
	overflow: auto;
	padding-right: 20px;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}

a.trigger{
	position: absolute;
	text-decoration: none;
	top: 100px;
	right: -1px;
	font-size: 11px;
	color:#fff;
	padding: 10px 15px 10px 40px;
	border:1px solid #444444;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
	background-color: #161616;
	background-image: url(../images/gallery/plus1.png);
	background-repeat: no-repeat;
	background-position: 15% -18%;
	z-index: 999;
}
a.trigger:visited{
	position: absolute;
	text-decoration: none;
	top: 100px;
	right: -1px;
	font-size: 11px;
	color:#fff;
	padding: 10px 15px 10px 40px;
	border:1px solid #444444;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
	background-color: #161616;
	background-image: url(../images/gallery/plus1.png);
	background-repeat: no-repeat;
	background-position: 15% -18%;
	z-index: 999;
}
a.trigger:hover{
	background-color: #333333;
}

a.active.trigger {
	background-color: #222222;
	background-image: url(../images/gallery/plus1.png);
	background-repeat: no-repeat;
	background-position: 15% 114%;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}
a.back{
	position: absolute;
	text-decoration: none;
	top: 145px;
	right: -1px;
	font-size: 11px;
	color:#fff;
	padding: 10px 28px 10px 42px;
	border:1px solid #444444;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
	background-color: #161616;
	background-image: url(../images/gallery/back.png);
	background-repeat: no-repeat;
	background-position: 15% 52%;
	z-index: 999;
}
a.back:hover{
	background-color: #333333;
}
