
#slider2,#sliderpopular,#sliderhappy,#sliderwantedad{
    margin:0px 12px;
}

#sliderwantedad ul,#sliderwantedad li,#sliderhappy ul, #sliderhappy li, #sliderpopular ul,#sliderpopular li,#sliderecent ul,#sliderecent li,#sliderending ul, #sliderending li, #slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
}

#sliderwantedad li,#sliderhappy li,#sliderpopular li, #slider2 li{
    /*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
    width:760px;
    height:170px;
    text-align:center;
    overflow:hidden;
}

#sliderpopular li,#sliderwantedad li{
    width:760px;
    height:170px;
}

p#controls, p#controls2,p#controlsrecent,p#controlsPopular,p#controlsHappy,p#controlsWantad{
    margin:0;
    position:relative;
}

#prevBtnWantad,#nextBtnWantad,#prevBtnHappy, #nextBtnHappy, #prevBtnPopular,#nextBtnPopular,#prevBtnRecent,#nextBtnRecent,#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
    display:block;
    margin:0;
    overflow:hidden;
    text-indent:-8000px;
    width:12px;
    height:22px;
    position:absolute;
    left:0px;
    top:-130px;
}

#prevBtnRecent,#nextBtnRecent, #prevBtn, #nextBtn{
    top:-120px;
}



#nextBtn2{
    left:774px;
}

#nextBtnHappy,#nextBtnPopular,#nextBtnWantad{
    left:774px;
}

#prevBtnWantad a,#nextBtnWantad a,#prevBtnHappy a, #nextBtnHappy a, #prevBtnPopular a,#nextBtnPopular a,#prevBtnRecent a,#nextBtnRecent a,#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{
    display:block;
    width:12px;
    height:22px;
    background:url(../images/left-button.png) no-repeat 0 0;
}
#nextBtnWantad a,#nextBtnHappy a, #nextBtnPopular a,#nextBtnRecent a,#nextBtn a, #nextBtn2 a{
    background:url(../images/right-button.png) no-repeat 0 0;
}

#prevBtnWantad a:hover,#nextBtnWantad a:hover, #prevBtnHappy a:hover, #nextBtnHappy a:hover, #prevBtnPopular a:hover,#nextBtnPopular a:hover,#prevBtnRecent a:hover, #nextBtnRecent a:hover, #prevBtn a:hover, #prevBtn2 a:hover,#nextBtn a:hover, #nextBtn2 a:hover{
    background-position:0 -40px;
}


#sliderecent li,#sliderending li{
    /*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
    height:160px;
    text-align:center;
    overflow:hidden;
		width:750px;
}

#sliderecent li{
    height:200px;
}

#nextBtnRecent,#nextBtn{
    left:774px;
}

#sliderending ,#sliderecent{
    padding-left:15px;
}