*
{
	margin: 0px;
}

#mainContainer3434
{
	margin: 0px auto;
	width:880px;
	min-height:600px;
	margin-top: 0px;
}
.contentSide
{
	float: left;
	border: none;
	height:600px;
	width: 20px;
}
.pageHeaderContainer
{
	width: 840px;
	height:45px;
	background-color:#000000;
}
.contentMiddle
{
	float: left;
	border: none;
	height:700px;
	width: 830px;
	overflow:hidden;
	background-color:#000000;
}
.contentMiddleBottom
{
	border: none;
	height:46px;
	width: 830px;
	background-color:black;
	background-image:url('/resources/images/gradientBottom.png');
	background-repeat:repeat-x;
}
.flashPlayerContainer
{
	border: none;
	height:600px;
	width: 840px;
	background-color:black;
	/*background-image:url('/resources/images/playerBackground.png');
	background-position:top;
	background-repeat:no-repeat;*/
	overflow:hidden;
}
.breadCrumbContainer
{
	width: 830px;
	height:20px;
	background-color:black;
	color: silver;
	vertical-align:middle;
	padding-left:0px;
	padding-right:0px;
	background-image:url('/resources/images/breadCrumbBG.png');
	background-repeat:no-repeat;
	background-position:left;
}
/*
a
{
	color:deeppink;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color: white
}
*/
.pageTitle
{
	color: orange;
	font-family:Geneva;
	font-size:16px;
	font-weight:bold;
	padding: 20px;
}
.mediaPlayerControls
{
	cursor:pointer;
	z-index:3434;
}
#idImageCounter
{ 
	text-align: right; 
	font-weight: bold;
	line-height:20px;
	vertical-align:middle;
	z-index:3636;
	display:inline;
	margin-right: 10px;
}
select
{
	border: 1px solid black;
	background-color:black;
	color: white;
	font-weight:bold;
}
/* ----------------------------------------------------------------------------------------------------------*/
/* Series of pre-set Alpha alpha levels to choose form [feel free to add your own alpha levels as needed... */
/* ----------------------------------------------------------------------------------------------------------*/
.cssAlphaFilter100
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.cssAlphaFilter90
{
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.cssAlphaFilter80
{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.cssAlphaFilter70
{
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.cssAlphaFilter60
{
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.cssAlphaFilter50
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.cssAlphaFilter40
{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
.cssAlphaFilter30
{
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}
.cssAlphaFilter20
{
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}
.cssAlphaFilter10
{
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
}
.cssAlphaFilter0
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
/* ----------------------------------------------------------------------------------------------------------*/
/* Series of pre-set Alpha alpha levels to choose form [feel free to add your own alpha levels as needed... */
/* ----------------------------------------------------------------------------------------------------------*/

.galleryBorder
{
	width: 85px; 
	float:left;
}
#photoGalleryTable
{
	background-image:url('/resources/images/starsBG.png');
	background-repeat:repeat;
}
