/*====================*/
/*=== Reset Styles ===*/
/*====================*/
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
    width:998px;
    height:344px;
	border:1px solid #ccc;
	background:#F1F1F1;
}
#slider img{
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:344px;
	display:none;
	 background:#F1F1F1;
	
}
#slider a img{ width:1000px; height:344px;}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:344px;
	bottom:-32px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/*首页4大图*/
.index_banner {
    height: 350px;
    overflow: hidden;
}

.index_banner_item {
    position: relative;
    top: 3px;
    width: 230px;
    height: 330px;
    float: left;
    border:solid 4px #fff;

     background-position: 0px -300px;
}
.index_banner_item img{
 width:230px;
 height:330px;
}



.index_banner_split {
    width: 15px;
    float: left;
    height: 100%;
}

.index_picnav {
    background-image: url("../images/website_header.png");
    height: 55px;
    background-position: 0px -200px;
}
/*首页4大图*/

/*淘宝首页4大图*/
.index_banner_t {
    height: 350px;
    overflow: hidden;
}

.index_banner_item_t {
    position: relative;
    top: 3px;
    width: 230px;
    height: 330px;
    float: left;
    border:solid 4px #CCCCCC;

     background-position: 0px -300px;
}
.index_banner_item_t img{
 width:230px;
 height:330px;
}



.index_banner_split_t {
    width: 15px;
    float: left;
    height: 100%;
}

.index_picnav_t {
    background-image: url("../images/website_header.png");
    height: 55px;
    background-position: 0px -200px;
}
/*淘宝首页4大图*/

.more{
	float:right;
	position:relative;
	line-height:25px;
	padding-right:8px;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
.more a{
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
.more a:hover{
	color:#FF0000;
	text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}