	

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



#slider {
    float:right;

}

/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider2{}
#slider li, #slider2 li{ 
    /* 
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
    */ 
    width:275px;
    height:100px;
    overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
    display:block;
    width:7px;
    height:7px;
    position: relative;
    left:-45px;
    z-index:1000;
    float:right;
    top:50px;
}	
#nextBtn, #slider1next{ 
    left:-15px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
    display:block;

    width:7px;
    height:7px;
    background:url(/content/images/twittter-left.jpg) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
    background:url(/content/images/twittter-right.jpg) no-repeat 0 0;	
}	







#twitter-box {
    width:320px;
    float:right;
    margin-right: 93px;
    height: 0px;
    margin-top: 25px;
}



.bird {

  position: absolute;
    right: 380px;
    top: 85px;
    z-index: 1;

}

#right-box {
    float:right;      
    display: block;
    height:70px;
}

#left-box {
    float:left;      
    display: block;
    height:100px;
}


.follow-btn {
    float:right;
}

#twitter_update_list span a{
    color:#e50083;


}

#twitter_update_list {
    color:#666666;
    
    font-family: arial;
    font-size: 10px;
    line-height:14px;
}


#twitter_update_list span a{
    display:inline;
    line-height:14px;
    color:#e50083;
}    

#twitter_update_list span a:hover{
    text-decoration: underline;
}  


#twitter_update_list a{
    display:block;
    color:#B2B2B2;
    line-height:22px;
    text-decoration: none;
}


.follow-btn{ 
    background:url(/content/images/follow-us.png) no-repeat 0 0;	
    text-indent: -9999px;
    width:70px;

    position:relative;
    top: -55px;
}	
