@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/pageBlack.jpg);
	background-repeat:repeat;
	color:#bebebe;
}
#slideshow-container	{ width:910px; height:805px; margin-left: auto; margin-right: auto;}
#slideshow-container img { height:598px; display:block; margin:0px auto; border: 1px solid #CCCCCC; padding: 4px; }
div#slideshow-container {
    width: 910px;
    height:805px;
    overflow: hidden; margin-left: auto; margin-right: auto;
}

div#slideshow-container div {
    width:900px; height:805px; position:relative; margin-left: auto; margin-right: auto;
}
#main {
	width: 910px; 
	margin: 0 auto;
	position:relative;
}
.nivo-directionNav a {
	display:block;
	width:53px;
	height:53px;
	background:url(../img/arrows.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position: -53px 0;
}
a.nivo-prevNav {
	background-position:0 0px;
}

a.nivo-prevNav:hover {
	background-position:0 -53px;
}

a.nivo-nextNav:hover {
	background-position:-53px -53px;
}
.nivo-directionNav a {
	cursor:pointer;
}
@font-face {
    font-family: "Header";
    src: url(../font/F2U_Scratch.ttf) format("truetype");
}
h1 { 
    font-family: "Header";
	color:#bebebe;
	font-size:46px;
	margin-top:5px;
	margin-bottom:5px;
}
@font-face {
    font-family: "Text";
    src: url(../font/Zag Regular.otf) format("truetype");
}
.text {
	font-family: "Text";
	color:#2c2c2c;
}
.play {
	background:url(../img/play.png);
	border: none;
	width:60px;
	height:60px;
}
.pause {
	background:url(../img/pause.png);
	border: none;
	width:60px;
	height:60px;
}
