﻿#debug {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	color:White;
}
/*#previewPane { background:#fff; }*/
/*#previewPane*/ #largeImageCaption{
	position:relative;
	font-style:italic;
	text-align:left;
	font-size:0.9em;
	font-weight:bold;
	color:#fff;
}
/*#previewPane*/ #imageCaption {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:40px;
	background:#484848;
	color:#fff;
	/*
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	*/
	z-index:50;
	padding:5px;
	overflow:auto;
	display:none;
}
#previewPane #waitMessage {
	display:none;
	background: url('WebResource.axd?d=CCMlxvsidfpWhWo816oJdhpME0rC72ZFiKPQ5SNtX9AhxoJ0FbQCvS2UbqPj6uCefJkIv0huuqDHbhBikdV4sMnwqFQbXZHfvlQwBJ9XLifPw-hDa8-KOMx4UYpn4kMr0&t=634009732798395000') no-repeat center center;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:4px;
	color:#555;
	font-size:0.8em;
	z-index:50;
}	
#galleryContainer {
	height:60px;
	border:solid 1px #484848;
	/*border-top:solid 1px #fff;*/
	position:relative;
	overflow:hidden;
	/*padding:1px;
	
	 CSS HACK */
	height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/60px;	/* Other browsers */
	height: /**/60px;			
}
#arrow_left {
	position:absolute;
	left:0px;
	top:0px;
	z-index:110;
	padding:0px;
	width:40px;

	/* CSS HACK */
	height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/60px;	/* Other browsers */
	height: /**/60px;	
}
#arrow_right {
	position:absolute;
	right:0px;
	top:0px;
	z-index:110;
	padding:0px;
	width:40px;	

	/* CSS HACK */
	height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/60px;	/* Other browsers */
	height: /**/60px;
}
#theImages {
	position:absolute;
	height:52px;
	left:40px;
	top:0;
	width:100000px;
}
#theImages #slideEnd {
	float:left;
	width:1px;
	height:100%;
	background:#484848;
	display:inline;
}
#theImages #carouselImages {
	height:52px;
	border-top:solid 4px #484848;
	border-bottom:solid 6px #484848;
	background:#fff;/*#484848;*/
}
#theImages #carouselImages img {
	float:left;
	filter: alpha(opacity=20);/*40*/
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	cursor:pointer;
	background:transparent;
	height:50px;
	border:solid 1px #fff;
}
#theImages .imageCaption,
#theImages .imagePaths {
	display:none;
}
.carousel {
	background:#484848;
	height:1px;
	width:100%;
	display:inline;
}
.carousel-spacer {
	float:left;
	display:inline;
	width:10px;
	height:100%;
	background:#484848;
}
.carousel-spacer-last {
	float:left;
	display:block;
	width:300px;
	height:100%;
	background:#484848;	
}	
a.acTop:link,
a.acTop:active,
a.acTop:visited {
	font-size:0.7em;
	font-weight:bold;
	color:#fff;
}
a.acTop:hover {
	font-size:0.7em;
	font-weight:bold;
	color:#fff;
}
#animatedPanel {
	position:absolute;
	left:0;
	top:178px;
	height:75px;
	width:100%;
	z-index:100;
}
#animatedHeader {
	text-align:right;
	height:25px;	
}
#animatedHeader span {
	background:#484848;
	color:#fff;
	padding:5px;
	display:inline;
}
html>body #animatedHeader span { padding: 0px 5px 5px 5px; }


/*********************
ROUNDED CORNERS
*********************/
a.acBottom:link,
a.acBottom:active,
a.acBottom:visited {
	font-size:0.8em;
	color:#fff;
	text-decoration:none;
}
a.acBottom:hover {
	font-size:0.8em;
	color:#fff;
	text-decoration:none;
}
div.rounded-box-alignment {
  text-align:right;
  margin:0;
}
div.rounded-box {
  position:relative;
  width:6.5em;
  background:#484848;
}
div.top-left-corner, 
div.bottom-left-corner, 
div.top-right-corner, 
div.bottom-right-corner {
	position:absolute; 
	width:20px; 
	height:20px; 
	background:#fff;
	overflow:hidden;
}
div.top-left-inside, 
div.bottom-left-inside, 
div.top-right-inside, 
div.bottom-right-inside {
	position:relative; 
	font-size:150px; 
	font-family:arial; 
	color:#484848; 
	line-height:40px;
}
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

/*div.box-contents { position:relative; padding:1px 0 2px 12px; text-align:left; }*/
div.box-contents { position:relative; padding:1px 1px 3px 14px; text-align:left; }
