﻿.mainContainer
{
	width:800px;
    height:257px;
	background-color: #303030;	
	margin-left:7px;	
	margin-right:0px;
}

.photoContainer
{
	border-right: #262626 thin solid;
	border-top: #262626 thin solid;
	vertical-align: middle;
	border-left: #262626 thin solid;
	border-bottom: #262626 thin solid;
	text-align: center;
	background-color: white;
	width:790px;
    height:257px;
}

.slidesNav
{
	border-right: #262626 thin solid;
	border-top: #262626 thin solid;
	vertical-align: middle;
	border-left: #262626 thin solid;
	border-bottom: #262626 thin solid;
	text-align: center;
	background-color: #121212;
	height: 30px;
}


.collapsePanel 
{
	overflow:hidden;
}

.collapsePanelHeader
{
	width:790px;    
	height:24px;
	background-image: url(images/header.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.photoSettings
{
	border-right: #262626 thin solid;
	border-top: #262626 thin solid;
	border-left: #262626 thin solid;
	border-bottom: #262626 thin solid;
	background-color: #cccccc;	
	color: black;	
}

.smallFont
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
}