	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
        display: block;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:963px;
		height:336px;
		overflow:hidden; 
		}

    #slider { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
        position: relative;
		width:963px;
		height:336px;
		overflow:hidden; 
		}
        
  
    .slidercontent {
        float:left;
        height:336px;
        position:relative;
        width:963px;
        display: block;
    }
    
    .sliderwrapper {
        height:336px;
        position:absolute;
        width:4815px
    }
  
span#prevBtn {
    position: absolute;
    top:132px;
    left:0;
    border: none;
    width: 50px;
    height: 90px;
    z-index: 2;
}

span#nextBtn {
    position: absolute;
    top:132px;
    right:0;
    border: none;
    width: 50px;
    height: 90px;
    z-index: 2;
}

span#prevBtn a, span#nextBtn a {
    width: 50px;
    height: 90px;
    display: block;
}

.snavigator-left {
    position: absolute;
    top:110px;
    left:0;
    border: none;
    width: 50px;
    height: 90px;
    z-index: 2;
}

.snavigator-right {
    position: absolute;
    top:110px;
    right:0;
    border: none;
    width: 50px;
    height: 90px;
    z-index: 2;
}

.sliderbullet {
    position: absolute;
    top:380px;
    left:45%;
    z-index:999;
}

.thebullet  {
    display:block;
    float:left;
    height:13px;
    margin-right:2px;
    width:13px;
}

.sbullet-active {
    background:url("../images/bullet-active.png") no-repeat scroll 0 0 transparent;
    height:13px;
    width:13px;
    display: block;
    margin:2px;
}

.sbullet {
    background:url("../images/bullet-inactive.png") no-repeat scroll 0 0 transparent;
    height:13px;
    width:13px;
    display: block;
    margin:2px;
}

.spacing-slider {
    padding-bottom: 40px;
}
	/* #prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}*/											

/* // Easy Slider */
