body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 255px;
	height: 70px;
	background: url('AJLogoWhite.png') no-repeat;
}

#controltext {
	display:inline;
	width:200px;
	padding-right:20px;
	background-position:left;
	background-position-x:center;
}

h1 a {
	display: block;
	overflow: hidden;
	width: 255px;
	height: 70px;
}
a { 
	color: #fff;
	text-decoration: none;
}
a:hover { 
	color: red;
}
.small {
	font-size:9px;
	color:#eeeeee;
}

#data_overlay, #overlay {
	position: absolute;
	left: 25px;
	top: -10px;
	color: #fff;
	padding: 10px;
	background: #000;
	width: 270px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
	z-index:1;
}

#data_overlay{
	left: 320px;
	top: -16px;
	width: 352px;
	padding: 25px;
	padding-top:10px;
	font-size:9pt; 
}

fieldset {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border:0px;
	border-top:solid 1px #333;
	
}
fieldset * {
	text-align: left;
}
legend {
	color: #fc0;
	cursor: pointer;
	display: block;	
}

#control {
	text-align: right;
}
#control a {
	font-weight: bold;
	padding: 5px;
}

#thumbs, #thumbs1, #thumbs2 {
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	display: block;
	padding:2px;
	float: left;
	width: 78px; 
	height: 78px;
}

#transition {
	width:100%;
}

.prev,prev:hover,.start,.start:hover,.stop, .stop:hover,.next,.next:hover{
	line-height:16px;
	padding:0px;
	padding-top:5px;
	height:10px; 
	width:16px;
	background-image:url("img/control_rewind.png");
	background-position:left;
	background-position-x:center;
	background-repeat:no-repeat;
}
.prev:hover{
	background-image:url("img/control_rewind_blue.png");
}
.start{
	background-image:url("img/control_play.png");
}
.start:hover{
	background-image:url("img/control_play_blue.png");
}

.stop{
	background-image:url("img/control_pause.png");
}
.stop:hover{
	background-image:url("img/control_pause_blue.png");
}
.next{
	background-image:url("img/control_fastforward.png");
}
.next:hover{
	background-image:url("img/control_fastforward_blue.png");
}

#showtitle {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	padding-top:0px;
	padding-bottom:0px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}

.ajbheader {
	display:block;
	font-weight:bolder;
	margin-top:29px;
	margin-bottom:5px;
}

#links {
	text-align:right;
	line-height:20px;
}

a.activeslide { background:#333; }

#superbgimage {
	display: none;
	background: #fff url('superbgloading.gif') center center no-repeat;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}
