﻿
#main
{
	background: #444242;
	height:100%;
	position: absolute;
	overflow:hidden;
}

#pageContent
{
	position:absolute;
	top:42px;
	left: 0px;
	width:100%;
	height:100%;
	z-index: 325;
}

#pageContent,
#pageContent a
{
    color:#fff;
}

.scroll-content
{
    overflow:auto;
}


/*
	GALLERY
*/

.gallery-content
{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}


.gallery-content .control-panel
{
	position:absolute;
	top:22px;
	width: 50px;
	height:100%;
	z-index:1000;
}

.gallery-content .control-panel a
{
	display:block;
	width:100%;
	height:100%;
	background-color:#fff;
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
	text-decoration:none;
	color: #666;
	font-size:20px;
	text-align:center;
}

.gallery-content .control-panel a:active
{
	opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}

.gallery-content .control-panel a span
{
	position:absolute;
	top:50%;
	left:30%;
}

.gallery-content .previous
{
	left:0px;
}

.gallery-content .next
{
	left:auto;
	right:0px;
}

.gallery
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 400;
}

.gallery .display
{
	position: absolute;
	top:0px;
	height:100%;
	width:100%;
	overflow: hidden;
	overflow-x: scroll;
	display:none;
}

.gallery .display table 
{
	margin-top:20px;
	padding-right:250px;
}

.gallery .loader 
{
	position:absolute;
	top:40%;
	left: 40%;
	background: url('../../assets/images/loader.gif') center left no-repeat;
	padding: 5px 5px 5px 35px;
	z-index:100;
	color:#fff;
}

.gallery .display table td
{
	vertical-align:top;
	text-align:left;
}

.gallery .display .image 
{
	position:relative;
	vertical-align:top;
	height: 300px;
}

.gallery .display img 
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #353535;
	margin:0 30px 0 30px;
	padding:5px;
	z-index:200;
	height:415px;
	cursor:pointer;
}


.shadow 
{
	position: absolute;
	top: auto;
	bottom: -41px;
	left:auto;
	right:0px;
	z-index: -1;
	width: 100%;
	height: 200px;
	background: transparent url('images/photo-shadow.gif') no-repeat scroll right bottom;
	margin-left:30px;
	
}

.bottom
{
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 25px;
	width: 100%;
	height: 45px;
	z-index:700;
}

.bottom ul, .bottom ul li
{
	list-style-type: none;
}

.bottom ul li
{
	width: 25px;
    min-height: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    zoom: 1;
    *display: inline;
    _height: 30px;

}

.bottom ul li.small
{
    padding: 5px 2px 5px 2px;
    width:17px;

}

.bottom .button,
#pageContent .bottom a
{
	background: #c3c2c2;
	color: #444242;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	width:25px;
	height: 25px;
	display:block;
}

.bottom li.small .button,
.bottom li.small a
{
	background: #c3c2c2;
	color: #444242;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	width:17px;
	height: 25px;
	display:block;
}


/*  VIDEO GALLERY
    
*/

.video-list
{
    margin: 70px auto 0 auto;
    width: 800px;
}


.video-list .sf_listTitle
{
    display:none;
}

.video-list .sf_listItemTitle
{
    margin: 0 0 10px;
}


.video-list .sf_expandedList
{
    list-style: none;
}

.video-list .sf_expandedList li
{
    margin: 0;
    padding: 0;
}

.video-list .sf_listItemBody 
{
    font-family: arial;
    font-size: 0.8em;
    margin: 0 0 10px;
    text-align:justify;
}

.video
{
    height:100%;
    margin:0 auto;
    position:relative;
    width:950px;
    z-index:400;
}

.video .display
{
    display:block; overflow:inherit
}

.video .content
{
    padding-left: 15px;
    padding-top:3px;
    color:#fff;
    width:300px;
}

.video  h2.title
{
    color:#ccc;
    font-size: 18px;
    font-weight: normal;
    text-transform:uppercase;
    margin-bottom:5px;
}

.video .content div.desc
{
    padding-top: 40px;
    color:#ccc;
    font-size: 12px;
}


.video .bottom
{
    bottom:auto;
    left:2px;
    top:460px;
}


a.btn-verify
{
    font-size:12px;
    color: #ccc;
}
