*{text-decoration:none; font-weight:normal;margin:0;padding:0}
html,body{font:12px arial,sans-serif;background:url(Dbg.png);background-repeat: repeat-x; background-color:#272727; background-position:50% -10px;}
#main{width:1000px; margin:auto;}
#head{background:url(Dhead.png);background-position:50% -10px; height:62px}
#title{width:300px;float:left;padding:5px}
#menu{width:636px;height:16px;float:right;padding:18px;padding-right:0px;text-align:right}
h1{font-size:32px; color:#333}
a.nav{font-size:14px; color:#333; padding:18px}
a.nav:hover{background:#fafafa; color:#888;background:url(Dtxt.png)}
b.navsel{font-size:14px; color:#bbb; padding:18px;background:#000; font-weight:700}
#content{background:#000; clear:both;height:700px}
#footer{text-align:center; color:#555; padding:10px; font-size:11px; letter-spacing:5px; background:#181818;}
#big{margin:auto; padding:0px;background-color:#000}

ul.slideshow {
	list-style:none;
	width:1000px;
	height:700px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:1000px;
	height:33px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#111;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}


#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	color: #aaa;
}

