﻿#slider-wrapper {
    background:url(../../images/cloud/slider.png) no-repeat;
    width: 100%;
    height: 600px;
    overflow: hidden;
    *position: relative;
}

/*#slider {
    height:246px;
	background:url(/images/cloud/loading.gif) no-repeat 50% 50%;
	
	left:-52%;
    width:1001px;*/
    /* margin-left: -960px;*/ /*960为整体width1920的一半*/
/*}*/
#slider {
	background:url(../../images/cloud/loading.gif) no-repeat 50% 50%;
    width: 100%;
    /*overflow: hidden;*/
    height: 600px;
	
	left:50%;
    margin-left: -960px; /*960px为整体width1920px的一半*/
}
#slider img {
	position:absolute;
	top:0px;
    left: 0px;
	display:none;
}
#slider a {
	border:0;
	display:inline-block;
}

.nivo-controlNav 
{
    position: absolute;
    bottom: 22px;
	height:10px;
    z-index: 10000;
    width: 100%;
    text-align: center;
}
.nivo-controlNav a 
{
    position: relative;
    display:inline-block;    
	width:20px;
	height:10px;
	background:url(../../images/cloud/tap.png) no-repeat;
	border:0;
    overflow: hidden;
    z-index: 99;
    line-height: 50px;
}
.nivo-controlNav a.active {
	background-position:0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:10px;
	height:10px;
	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;
}