*{
	margin:0;
	padding:0;
}

body{
	color:#eee;
	background:url('tPix/bg6.jpg') #0c0d10;
	font:13px "Arial Black", Arial Black,sans-serif;
}

#slideshow{
	background-color:#981D1F;
	border:20px solid #981D1F;
	height:950px;
	margin:40px auto 0;
	position:relative;
	width:1200px;


	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:900px;
	left:0px;
	list-style:none outside none;
	overflow:hidden;
	top:0px;
	width:1200px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:700;
}

#slideshow .slideActive{
	z-index:700;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:40px;
	width:40px;
	position:absolute;
	background:url('tPix/arrows.png') no-repeat;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	z-index:800;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


/* The following styles are only used for the styling of the demo page */

p.title{
	text-align:center;
	font-size:40px;
        color:#981D1F;
	margin:10px;hp.info}

p.info{
	text-align:center;
	font-size:24px;
        color:#981D1F;
	margin:1px;
}

p.inside{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
        color:#EABC53;
	margin:1px;
}

p.credit{
	text-align:center;
	color:#981D1F;
	font-size:10px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #000000;
	color:#000000;
}

a:hover{
	border-bottom:1px dashed transparent;
}



.clear{
	clear:both;
}