.slideshow_holder {
	margin-top: 35px;
}

.slideshow {
	position: relative;
}

.cycle-slideshow {
	box-shadow: 1px 1px 6px #999;
	-moz-box-shadow: 1px 1px 6px #999;
	-webkit-box-shadow: 1px 1px 6px #999;
	margin-bottom: 60px;
	height: 410xp;
	overflow: hidden;
	margin-bottom: 35px!important;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}

.newitem {
	display: block;
	position: absolute;
	top: -5px;
	left: -21px;
	background-image: url(images/new_item_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 64px;
	height: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 48px;
	text-align: center;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

.logo_holder {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}

.logo_holder img {
	max-width: 90%;
}

.content_holder {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #1f2020;
}

.content_holder h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
}

.content_holder h2  .rating-result  {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	float: right;
	text-transform: none;
}

.content_holder .content {
	background-color: #373838;
	height: 30px;
	overflow: hidden;
	padding: 15px 10px;
	color: #ababab;
	font-size: 13px;
	line-height: 16px;
}

.content_holder .content .text {
	height: 30px;
	overflow: hidden;
	float: left;
	width: 50%;
}

.content_holder .game_cta {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 111px;
	height: 30px;
	background-color: #82c800;
	font-size: 20px;
	text-align: center;
	display: block;
	float: right;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.zw_nav {
	list-style-type: none;
	position: absolute;
	left: 0;
	bottom: 145px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: 100;
}

.zw_nav li {
	background-image: url(images/nav_bullet.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	cursor: pointer;
	width: 14px;
	height: 13px;
	float: left;
}

.zw_nav li:hover, .zw_nav li.current {
	background-image: url(images/nav_bullet.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.zw_nav .title {
	display: none;
}

.nav_buttons {
	position: absolute;
	width: 100%;
	top: 48%;
	left: 0;
}

.nav_buttons > a {
	background-color: #aaa;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 24px;
    text-align: center;
    width: 25px;
    position: absolute;
    z-index: 100;
    top: 45%;
    text-decoration: none;
}

.nav_buttons > a:hover {
	color: inherit!important;
	text-decoration: none!important;
	background-color: #999;
}

.nav_buttons:after {
	display: block;
	clear: both;
	content: " ";
}

.nav_buttons #prev {
	left: 65px;
}

.nav_buttons #next {
	right: 20px;
}

@media only screen
and (min-width: 960px) { 
	.slideshow_holder {
		margin-top: -20px;
	}
}