/* reset */
* {
	margin:0;
	padding:0;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal
}
a {
	text-decoration:none;
	color:#000;
	padding:0;
	margin:0;
	outline:none;
}
a:hover {
	color:#fe6807;
}
strong {
	font-weight:bold;
}
ul, ol {
	list-style:none;
}
fieldset, img {
	border: none
}
caption, th {
	text-align:left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
/* layout */
body {
	font-family:Tahoma, Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	display: table;
	text-align:center;
}
#wrapper {
	width:464px;
	margin:0 auto;
	text-align:left;
	overflow:visible;
}
.clear {
	clear: both;
}
#header {
	width:100%;
	height:146px;
	background: url(../images/header_bg.jpg) repeat-x;
}
#top_container {
	margin:0 auto;
	width:464px;
}
.logo {
	float:left;
	margin:10px 20px 0;
	width:210px;
}
.logo img {
	float:left;
}
h1#site-title {
	text-indent:-9999px;
	margin:0 auto;
	width:115px;
	height:39px;
	background:url(../images/dglives.jpg);
}
h2#site-description {
	background:url(../images/dglives1.jpg) top center no-repeat;
	width:94px;
	height:34px;
	text-indent:-9999px;
	float:right;
}

#footer {
	margin-top: 20px;
	height:70px;
	width:100%;
	background:#d42e22;
}
#footer p {
	text-align:center;
	line-height:70px;
	color:white;
}
/*index*/

/* Slider */
#slider { width:464px; padding:0 0 6px; margin:0 auto; }

div#slideshow { height:400px; border:1px solid #ebebeb; overflow:hidden; }
.slider-item { width: 100% !important; height: 400px; }
.slider_content_inner img { border: none; }
.controls-center { margin-left: auto; margin-right: auto; }
#slider_controls { padding:10px 0 0 0; position: relative; margin:0 auto; z-index: 1000; }
#slider_controls ul { margin:0 auto; padding:0; }
#slider_controls ul li { float:left; display: block; list-style: none; padding:0 5px; }
#slider_controls ul li a { background:#ebebeb; display: block; float: left; padding:3px; margin:1px !important; margin:1px 1px; outline: none; }
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover, #slider_controls ul li a.activeSlide { background:#ccc; }
