﻿#slideShow
{
	width: 300px; 
}

#ssPhoto 
{	
	/*border:dashed 1px #999;*/
	overflow:hidden;
	width: 300px; 
	height: 225px !important;
	line-height:240px !important;
	text-align:center;
	vertical-align:middle;
}

#barWrapper
{
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	background-color:#CCCCCC;
	border-bottom:inset 2px black;
	border-top:solid #EEE 2px;

	/*width:300px;*/
}

#ssToolbar
{
	display:inline;
	padding-left:2px;
	padding-top:2px;
	float:left;
	vertical-align:middle;	
	position:relative;
}

#photoCaption
{
/*
	float:left;
	position:relative;
	margin-left:10px;
	padding-top:1px;
	*/
	color:#666666;
}

#photoNumbers
{
	float:right;
	text-align:right;
	padding-right:10px;	

}