/* image replacement */
#prevBtn, #nextBtn {
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}

/* Easy Slider */

#headad {
    float: left;
    width: 542px;
	margin-left:20px;
}

#headad ul, #headad li {
    margin: 0;
    padding: 0;
    width: 502px;
    height: 237px;
    overflow: hidden;
}
#headad li {
		line-height: 237px;
    list-style: none;
		text-align: center;
}
#headad li img {
		vertical-align: middle;
}
#userad ul, #userad ul li, #userad ul li a, #profilead ul, #profilead ul li, #profilead ul li a {
		margin: 0px;
    padding: 0px;
}
#userad, #profilead {
	height: 100% !important;
}

#prevBtn, #nextBtn {
    display:block;
    width:36px;
    height:36px;
    position:absolute;
    left: 10px;
    top:110px;
    z-index:900;
}	
#nextBtn {
    left: 556px;
}														
#prevBtn a, #nextBtn a {
    display:block;
    position:relative;
    width:36px;
    height:36px;
    background:url('images/sliderbuttons.png') no-repeat 0 0;
	
}	
#nextBtn a {
    background-position: 100% 0;
}	
#prevBtn a:hover { background-position: 0% 100%; }
#nextBtn a:hover { background-position: 100% 100%; }

#twitter {
    margin-left: 45px;
}

