﻿.mainContainer
{
	width: 600px; 
	height: 100%;
	background-color: #303030;	
}

.photoContainer
{
	border-right: Gray 10px  solid;
	border-top: Gray 10px solid;
	vertical-align: middle;
	border-left: Gray 10px solid;
	border-bottom: Gray 10px solid;
	text-align: center;
	/*background-color: black;*/
	height: 300px;
}

.slidesNav
{
	border-right: Gray thin solid;
	border-top: Gray thin solid;
	vertical-align: middle;
	border-left: Gray thin solid;
	border-bottom: Gray thin solid;
	text-align: center;
	background-color: #121212;
	height: 50px;
}


.collapsePanel 
{
	overflow:hidden;
}

.collapsePanelHeader
{
	width:100%;
	height:24px;
	background-image: url(SlideshowImages/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: Segoe UI, Segoe UI;
}

