﻿.page {
	width: 1033px;
}

.noscript {
	position: absolute;
	border: 3px solid #940F04;
	margin: 220px 200px 200px 200px;
	padding: 20px;
	background-color: white;
}

.Pictures {
	width: 800px;
	margin: 0 auto 0 0;
}
.Stats {
	float: right;
	width: 180px;
	margin: 0;
}
.Buttons {
	clear: both;
	margin: 15px 0;
}

.Button {
	display: block;
	width: 175px;
	padding: 5px;
	margin: 0;
	margin-top: 5px;
	text-align: center;
}

h4 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 8pt;
}

#uxTargetWrap {
	margin: 0px auto 20px auto;
	width: 800px;
	height: 500px;
	overflow: hidden;
	border: 1px solid #cccccc;
	text-align: center;
}
#uxTarget {
	width: 800px;
	height: 500px;
	position: relative;
}
#uxTarget .words {
	background-color: #E0D85D;
	border: 1px solid #E6C237;
	z-index: 10;
	position: absolute;
	top: 0;
	padding: 1px 5px 1px 5px;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: left;
}
#uxTarget .words .title {
	display: inline;
	font-weight: bold;
	font-size: 10pt;
	margin-right: 0.3em;
}
#uxTarget .words .desc {
	display: inline;
	font-size: 8pt;
}
.loading {
	background: url('/images/loading.gif') no-repeat center center;
}
.ui-effects-transfer {
	border: 2px dotted gray;
}
.targetContent {
	margin: 0 auto 0 auto;
}
#uxCarousel .thumbnail {
	width: 118px;
	height: 175px;
	line-height: 1px;
	display: block;
	position: relative;
}
#uxCarousel .thumbnail img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 1px solid #696969;
}
#uxCarousel .thumbnail .video-over {
	z-index: 100;
	border: 0;
}
#uxCarouselWrap #uxCarouselBack {
	left: 0;
    background-image: url('/images/prev.png');
}
#uxCarouselWrap #uxCarouselNext {
	right: 0;
    background-image: url('/images/next.png');
}
#uxCarouselWrap .button {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	overflow: hidden;
	top: 70px;
	background-repeat:no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
#uxCarouselWrap .button:hover {
    background-position: -32px 0;
}
#uxCarouselWrap .button:active {
    background-position: -64px 0;
}
#uxCarouselWrap .disabled,
#uxCarouselWrap .disabled:hover,
#uxCarouselWrap .disabled:active {
    cursor: default;
    background-position: -96px 0;
}
#uxCarouselWrap {
	margin: 20px auto 20px auto;
	width: 864px;
	height: 175px;
	text-align: center;
	border: 1px solid black;
	background-color: #cccccc;
	overflow: hidden;
	position: relative;
}
#uxCarouselWrap #uxCarousel {
	margin: 0 36px 0 36px;
	left: -5000px;
	visibility: hidden;
}
#uxCarousel li {
	margin: 0;
	padding: 0;
	margin-right: 17px;
}