﻿#topgalleryarea
{
    float: left;
    width: 930px;
    height: 530px;  
    margin-top: 0px;  
    background-color: #efefef;
    margin-bottom: 10px;
}

/* LOADING BOX */
.loader {
	background: url(loader.gif) center center no-repeat #ddd;
}

.small-gallery 
{

    width:100%;
	background-color: #000;
	padding: 0;
	position: absolute;
}

/* GALLERY PANELS */

.panel-overlay{
 
}

.panel .overlay-background {
	height: 70px;
	padding: 0 1em;
}

.panel .panel-overlay 
{
    float:left;
	color: #fff;
	font-size: 12px;
	margin-top: 12px;
	margin-left: 31px;
}

.panel .panel-overlay a {
	color: orange;
	text-decoration: underline;
	font-weight: bold;
}

.filmstrip {
	position: absolute;
	top: 20px;
	left: 20px;
}

.frame {
	
}

.frame .img_wrap {
	border: 1px solid #aaa;
	overflow: visible;
}

.frame.current .img_wrap {
	border-color: orange;
}

.frame img {
	border: none;
}

.frame .caption {
	font-size: 11px;
	text-align: center;
	color: #fff;
}

.frame.current .caption {
	color: #000;
}

.pointer {
	display: none;
}
