<div id=right><span id="close-right"></span>
Тут контент
</div>
<script type="text/javascript">
jQuery('#close-right').click(function(){
jQuery('#right').fadeOut(1300);
});
</script>
<style type="text/css">
#right {
border:3px solid #00ACFF;
width: 160px;
height:140px;
right:10px;
border-radius:10px;
position:fixed;
top:30%;
z-index:2000;
background: #202226;
}
#close-right {
opacity:0.8;
display:inline-block;
float:right;
margin:4px;
cursor:pointer;
position:relative;
width:19px;
height:19px;
background: url(http://s1.uploads.ru/i/dAjpq.png);
}
</style>
Поправил