.slideshow_holder {
	margin-top: 35px;
}

.cycle-slide {
	width: 100%;
	text-align: center;
}

.cycle-slideshow {
	list-style-type: none;
	display: none;
}
.cycle-slideshow img {
	max-width: 100%;
	max-height: 100%;
}

.lightbox_gallery .cycle-slideshow img {
	width: auto;
	width: 80%;
	height: auto;
	padding-top: 20px;
}

.lightbox_gallery div {
	text-align: center;
	width: 100%;
}

.main_img_holder {
	width: 360px;	
}

.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: 50%;
	left: 0;
	z-index: 100;
	display: none;
}

.lightbox_gallery .nav_buttons {
	display: none;
	 -webkit-transition: display 2s; /* Safari */
    transition: display 2s;
}

.lightbox_gallery:hover .nav_buttons {
	display: block;
}

.nav_buttons:after {
	display: block;
	clear: both;
	content: " ";
}

.nav_buttons #prev, .nav_buttons .prev {
	float: left;
	margin-left: 25px;
}

.nav_buttons #next, .nav_buttons .next {
	float: right;
	margin-right: 25px;
}

.thumbnail_nav.vertical {
	height: 290px!important;
	margin-top: 10px;
	overflow: hidden;
}

img .thumbnail_nav.vertical {
	margin-top: 0;
}

.scroll-button {
	cursor: pointer;
}

.gallery_nav {
	float: left;
}

.gallery_nav .gallery_thumb {
	max-width: 65px;
	height: auto;
}

.single-tafproduct .gallery_holder .main_img_holder {
	margin: 17px 0 0 40px;
	float: right;
}

.nav_holder {
	text-align: center;
	width: 65px;
	overflow: hidden;
}

.thumbnail_nav.vertical li {
	padding: 16px 0;
	cursor: pointer;
	width: 65px;
}

.thumbnail_nav li img {
	width: auto;
}

.gallery_holder {
	margin: 0 0 0 165px;
	max-width: 490px;
}
.lightbox_gallery {
	width: 795px;
	height: 750px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #b0e1f4;
	box-sizing: unset;
	display: none;
}
.lightbox_gallery.my_modalbox .close_modalbox {
	font-size: 20px;
	padding-right: 10px;
	z-index: 2000;
}

.tube_slide_holder {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}

.tube_slide_holder > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}

@media only screen
and (min-width: 960px) { 
	.slideshow_holder {
		margin-top: -20px;
	}
}

@media only screen
and (max-width: 767px) { 
	.nav_buttons {
		top: 45%;
	}
	.nav_buttons img {
		width: 50%;
		height: auto;
	}
	.cycle-slideshow img {
		pointer-events: none;
	}
}

@media only screen
and (max-width: 480px) {
	.gallery_holder .main_img_holder {
		width: 100%;
		height: auto;
		
	}
	.single-tafproduct .gallery_holder .main_img_holder {
		position: relative;
		margin: 0;
	}
	
	.gallery_holder .nav_buttons {
		display: block;
	}
	.gallery_holder .gallery_nav {
		display: none;
	}
}