/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
    /*background:url(../images/slider.png) no-repeat;*/
    width:902px;
    height:239px;
    margin:0 auto;
	z-index:99
    /*padding-top:74px;
    margin-top:50px;*/
}

#slider {
	position:relative;
    width:902px;
    height:239px;
    margin-left:0px;
	/*background:url(../images/loading.gif) no-repeat 50% 50%;*/
}
#slider img {
	/*position:absolute;*/
	position:relative;/*chg to relative,as FIX IE 6 bug */ 
	width:902px;
    height:239px;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	z-index:99;
	/*DEL it,use bottom/right for easy adjust posit,num of img
	top:149px;
	left:632px;*/
	width: 250px;
	/*width: 326px;*/
	bottom:33px;
	right:0px;
	height: 22px;
	background-image: url(../../web/images/banner_btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 10px;
	/*padding-left: 10px;*/
	padding-left: 96px;
	float:right;
}
.nivo-controlNav a {
	display:block;
	width:29px;
	height:22px;
	background:url(../../web/images/banner_btn_a.png) no-repeat;
	text-indent:-9999px;
	border:0;
	/*margin-right:3px;
	top:-5px;*/
	float:left;	
	z-index:10;
	margin:0 10px;
}
.nivo-controlNav a.active {
	/*background-position:0 -22px;*/
	background:url(../../web/images/banner_btn_selected.png) no-repeat;
	
}

.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;*/
	right:0px;
	bottom:55px;
	color:#333;
	font-size: 12px;
	width: 356px;
	height:35px;
	padding-top: 10px;
	padding-left: 10px;padding-right: 10px;
	background:#FFF;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}