body {
	background-image: url(alleyback.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d19f5e;
}
img#background {
color:white;
height:100%;
position:absolute;
width:100%;
z-index:-1;
}
div.img{
	display: inline;
	margin: 2px;
	padding: 2px;
	border: thin solid #666;
}
#contentBg{
		width: 600px;
		margin-right: auto;
	margin-left: auto;
}
#content{
	width: 600px;

	height: 0px;
	z-index: 0;
	display: block;
	position: absolute;
}
#flash{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
#flash embed{
	z-index: 0;
}
#closeButton{
	color: #FFF;
	position: absolute;
	z-index: 30;
	margin-left: 550px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(ballGlow2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 60px;
	margin-top: -20px;
}
a#closeBut {
	display: block;
	padding-left: 45px;
	color: #FFF;
	text-decoration: none;
	line-height: 3.5em;
	}
a#closeBut:hover{
	color: #333;
}
#fullPage{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 400px;
}
#fullPage p{
	margin: 0px;
	padding-bottom: 1em;
}
ul.clearfix{
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomMenu a{
	font-size: .8em;
	color: #C00;
	text-decoration: none;
}
#bottomMenu a:hover{
	color: #666;
}

#bottomMenu li{
	display: inline;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 54px;
	margin-left: 42px;
	font-weight: bold;
	letter-spacing: -.05em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
iframe#nyroModalIframe{
}
div#nyroModalFull {

	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {

}
#closeBut {
	color: #FFF;
	position: absolute;
	z-index: 30;
	margin-left: 560px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(ballGlow2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 60px;
	margin-top: -20px;
}
iframe{
		background-color: transparent;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}
