/* Easy Slider */
        #slider{width:590px !important}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;

		}
	#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		
		height:150px;
		overflow:hidden;
                width:150px;
                 text-align:center;
		}
                span#prevBtn{
                    color:#fff;
                }
                span#nextBtn {
                    color:#fff;
                }

                span#prevBtn a,span#nextBtn a, span#firstBtn a,span#lastBtn a
                {
                    color:#fff;
                    text-decoration:none;
                }

/* // Easy Slider */

