html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(/images/cloud/slider.png) no-repeat;
    height:564px;
    overflow: hidden;
}

#slider {
	width:100%;
    height:246px;
	background:url(/images/cloud/loading.gif) no-repeat 50% 50%;
	
	left:50%;
    width:1920px;
    margin-left: -960px; /*960为整体width1920的一半*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:inline-block;
}

.nivo-controlNav 
{
    width:100%;
  	bottom:-15px;
    position: absolute;
    text-align: center;
	height:10px;
    z-index: 10000;
}
 .nivo-controlNav a 
{
    padding-left:10px;
    display:block;    
    margin-top:7px;
	width:10px;
	height:10px;
	background:url(/images/motor/tap.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	background:url(/images/cloud/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:35px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}