Today’s update includes a new spectator feature, upgraded weapon sounds, and the new Gamma 2 Case. Jump into a game and check it out!
.ssArrowLeft {
cursor:pointer;
position:absolute;
bottom:6px;
left:7px;
width:30px;
height:30px;
background-image:url(‘http://media.steampowered.com/apps/csgo/blog/images/arrows.png’);
background-position:bottom left;
z-index:100;
}
.ssArrowLeft:hover {
background-position:top left;
}
.ssArrowRight {
cursor:pointer;
position:absolute;
bottom:6px;
right:6px;
width:30px;
height:30px;
background-image:url(‘http://media.steampowered.com/apps/csgo/blog/images/arrows.png’);
background-position:bottom right;
z-index:100;
}
.ssArrowRight:hover {
background-position:top right;
}
.sliderContainer {
position:relative;
width:490px;
height:358px;
margin-bottom:7px;
overflow:hidden;
}
$j(window).load(function () {
$j(‘#comm3_slider’).cycle({
fx: ‘fade’,
speed: 300,
next: ‘#comm3_right’,
prev: ‘#comm3_left’,
timeout: 0
});
$j(‘#bank_slider’).cycle({
fx: ‘fade’,
speed: 300,
next: ‘#bank_right’,
prev: ‘#bank_left’,
timeout: 0
});
$j(‘#sticker_slider’).cycle({
fx: ‘fade’,
speed: 300,
next: ‘#sticker_right’,
prev: ‘#sticker_left’,
timeout: 0
});
});