/**
* GK Image Show - CSS style
* @package Joomla!
* @Copyright (C) 2009-2011 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @ version $Revision: GK4 1.0 $
**/
 
.gkIsWrapper-gk_game_magazine {
	overflow:hidden;
	position:relative; 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsImage { 
	display:block; 
	position:relative; 
	overflow:hidden; 
	background:#828061; 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsPreloader { 
	width:100%; 
	height:100%; 
	position:absolute; 
	z-index:1000; top:0; left:0; 
	background:#FFFFFF url('images/loader.gif') no-repeat center center; }
	
.gkIsWrapper-gk_game_magazine .gkIsSlide { 
	position:absolute; 
	left:0; 
	top:0; 
	visibility:hidden; }
	
.gkIsWrapper-gk_game_magazine .gkIsSlide:first-child { 
	visibility:visible; }
	
.gkIsWrapper-gk_game_magazine .gkIsImageWrap { 
	float:left; 
	margin-top: 14px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0; 
	/*Original: 34px 0; New: 0 10*/
	}
	
.gkIsWrapper-gk_game_magazine .gkIsList { 
	float:left;
	margin-top:-19px;
	margin-right:0px;
	margin-left:10px;
	}

.gkIsWrapper-gk_game_magazine .gkIsListItem { 
	height: 51px; 
	display: block; 
	line-height: 51px; 
	border-bottom: 1px solid #4d4d4d; 
	background: #9E2A2F; 
	color: #fff; 
	padding-left: 20px; 
	cursor: pointer; 
	-webkit-transition: background 0.35s linear, color 0.35s linear; 
	-moz-transition: background 0.35s linear, color 0.35s linear; 
	-o-transition: background 0.35s linear, color 0.35s linear; 
	transition: background 0.35s linear, color 0.35s linear;
	}

.gkIsWrapper-gk_game_magazine .gkIsListItem:last-child { 
	height: 52px; 
	display: block; 
	line-height: 51px; 
	border-bottom: 1px solid #4d4d4d; 
	background: #9E2A2F; 
	color: #fff; 
	padding-left: 20px; 
	cursor: pointer; 
	-webkit-transition: background 0.35s linear, color 0.35s linear; 
	-moz-transition: background 0.35s linear, color 0.35s linear; 
	-o-transition: background 0.35s linear, color 0.35s linear; 
	transition: background 0.35s linear, color 0.35s linear;
	}

.gkIsWrapper-gk_game_magazine .gkIsListItem:hover { 
	color: #fff; 
	background: #9E2A2F;
	 cursor: pointer;
	text-decoration:none;
	}

.gkIsWrapper-gk_game_magazine .gkIsListItem.active { 
	color: #fff; 
	background: #809ab8; 
	cursor: pointer; }
	
.gkIsWrapper-gk_game_magazine .gkIsTextItem { 
	position: absolute; 
	z-index: 100; 
	background: transparent url('images/read_more_active.png') no-repeat 92% center; 
	float: left; 
	min-height: 30px;
	width:600px;
	padding: 20px 325px 8px 25px;
	cursor: pointer; 
	-webkit-transition: background-image 0.35s linear; 
	-moz-transition: background-image 0.35s linear; 
	-o-transition: background-image 0.35s linear; 
	transition: background-image 0.35s linear; 
}
	
	
.gkIsWrapper-gk_game_magazine .gkIsTextItem:hover { 
	background-image: url('images/read_more_hover.png'); 
	} 
	
.gkIsWrapper-gk_game_magazine .gkIsTextItem span { 
	float: left; clear: both; cursor: pointer; 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsTextItem span.gkIsTextSmall { 
	color: #fff !important; /*#B23134*/
	font-size: 11px; 
	line-height: 11px; 
	text-transform: uppercase; 
	padding-top: 4px; 
	-webkit-transition: color 0.35s linear; 
	-moz-transition: color 0.35s linear; 
	-o-transition: color 0.35s linear; 
	transition: color 0.35s linear; 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsTextItem span.gkIsTextBig {
	font-size: 24px; 
	color: #fff!important; 
	line-height: 22px; 
	
	
.gkIsWrapper-gk_game_magazine .gkIsTextItem:hover span.gkIsTextSmall { 
	color: #fff!important; }

.gkIsWrapper-gk_game_magazine .gkIsBtnUp,
.gkIsWrapper-gk_game_magazine .gkIsBtnDown { 
	height:33px; 
	cursor:pointer; -webkit-transition:border 0.35s linear; 
	-moz-transition:border 0.35s linear; 
	-o-transition:border 0.35s linear; 
	transition:border 0.35s linear; 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsBtnUp { 
	background:transparent url('images/is_arrows.png') no-repeat center 0;  
	/*border-bottom: 2px solid #101010;*/ 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsBtnDown { 
	background:transparent url('images/is_arrows.png') no-repeat center -72px; 
	/*border-top: 2px solid #101010; */
	}
	
.gkIsWrapper-gk_game_magazine .gkIsBtnUp:hover { 
	border-bottom: 2px solid #8C8B82; 
	background-position: center -35px; 
	}
	
.gkIsWrapper-gk_game_magazine .gkIsBtnDown:hover { 
	border-top: 2px solid #4D4D4D; 
	background-position: center -107px; }

.gkIsWrapper-gk_game_magazine .gkIsListSlider { 
	overflow:hidden; 
	}
	
.gkIsWrapper-gk_game_magazine .gkFloatleft { 
	float: left; }
	
.gkIsWrapper-gk_game_magazine .gkFloatright { 
	float: right; 
	}
	
.gkIsWrapper-gk_game_magazine .gkFloatleft + .gkIsImageWrap { 
	float: right; 
	}
	
	/* Original 
.gkIsWrapper-gk_game_magazine .gkIsListItem { 
	height: 51px; 
	display: block; 
	line-height: 51px; 
	border-bottom: 1px solid #242424; 
	background: #1a1a1a url('images/_is_bullet.png') no-repeat 21px center; 
	color: #989898; 
	padding-left: 50px; 
	cursor: pointer; 
	-webkit-transition: background 0.35s linear, color 0.35s linear; 
	-moz-transition: background 0.35s linear, color 0.35s linear; 
	-o-transition: background 0.35s linear, color 0.35s linear; 
	transition: background 0.35s linear, color 0.35s linear; 
	}*/