/* image replacement */
#prevBtn, #nextBtn{
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  text-indent:-8000px;
  }
    /* // image replacement */
			
#ímg_cosntainer{	
	margin:0px;
	width:490px;
	height: 19px;
  position:	relative;	
	}	

/* Easy Slider */
#slider{
  margin:0px;
	width:490px;
	height: 19px;
  position:	relative;	
}	
#slider ul, #slider li{
	margin:0px;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
  */ 
	margin: 0 !important;
   width:490px;
	height:190px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width: 42px;
  height: 49px;
  position: absolute;
  z-index: 5;
  top: 66px;
  left: -19px;
	}	
#nextBtn{ 
	left: 471px;
}										
#prevBtn a, #nextBtn a{  
	display:block;
	width:42px;
	height:49px;
	background: url('../img/prev_btn.png') no-repeat 0 0;	
	}	
#nextBtn a{ 
	background: url('../img/next_btn.png') no-repeat;	
	}												
/* // Easy Slider */
/*slider1 */
#prevBtn1, #nextBtn1{
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  text-indent:-8000px;
  }
    /* // image replacement */
			
#ímg_cosntainer{	
	margin:0px;
	width:490px;
	height: 19px;
  position:	relative;	
	}	

/* Easy Slider */
#slider1{
  margin:0px;
	width:490px;
	height: 19px;
  position:	relative;	
}	
#slider1 ul, #slider1 li{
	margin:0px;
	padding:0;
	list-style:none;
	}
#slider1 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
  */ 
	margin: 0 !important;
   width:490px;
	height:190px;
	overflow:hidden; 
	}	
#prevBtn1, #nextBtn1{ 
	display:block;
	width: 42px;
  height: 49px;
  position: absolute;
  z-index: 5;
  top: 66px;
  left: -19px;
	}	
#nextBtn1{ 
	left: 471px;
}										
#prevBtn1 a, #nextBtn1 a{  
	display:block;
	width:42px;
	height:49px;
	background: url('../img/prev_btn.png') no-repeat 0 0;	
	}	
#nextBtn1 a{ 
	background: url('../img/next_btn.png') no-repeat;	
	}				
/*Slider2*/  
#prevBtn2, #nextBtn2{
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  text-indent:-8000px;
  }
    /* // image replacement */
			
#ímg_cosntainer{	
	margin:0px;
	width:490px;
	height: 19px;
  position:	relative;	
	}	

/* Easy Slider */
#slider2{
  margin:0px;
	width:490px;
	height: 19px;
  position:	relative;	
}	
#slider2 ul, #slider2 li{
	margin:0px;
	padding:0;
	list-style:none;
	}
#slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
  */ 
	margin: 0 !important;
   width:490px;
	height:190px;
	overflow:hidden; 
	}	
#prevBtn2, #nextBtn2{ 
	display:block;
	width: 42px;
  height: 49px;
  position: absolute;
  z-index: 5;
  top: 66px;
  left: -19px;
	}	
#nextBtn2{ 
	left: 471px;
}										
#prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:42px;
	height:49px;
	background: url('../img/prev_btn.png') no-repeat 0 0;	
	}	
#nextBtn2 a{ 
	background: url('../img/next_btn.png') no-repeat;	
	}						













.content h2.box_game_title {
  width: 450px;
  height: 35px;
  margin: 30px 0 0 0px;
  padding: 2px 0 0 40px;
  font-size: 15px;
  background: url('../img/box_game_title.png') no-repeat;
}
.content .box_game {
  position: relative;
  width: 490px;
  height: 190px;
  margin: 0px 0 0 0px;
  background: #31c3f1 url('../img/game_bg.png') no-repeat;
}
.content .game {
  float: left;
  width: 205px;
  height: 170px;
  margin: 0px 0 0 28px;
  display: inline;
}
.content .game h3 {
  margin:0;
  color: #222222;
}
.content .game a.detail{
  width: 55px;
  height: 18px;
 /* position: relative;
  top: 55px;
  left: 21px;*/
  float: left;
  margin: 25px 0 0 21px;
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  background: url('../img/detail_bg.png') no-repeat;
}
.content .game a.play{
  width: 76px;
  height: 29px;
  display: block;
  /*position: relative;
  top: 53px;*/
  float: left;
  margin: 0px 0 0 0px;
  text-align: center;
  line-height: 29px;
  font-size: 15px;
  background: url('../img/play_bg.png') no-repeat;
}
.content .game img{
  float: right;
  border: 3px solid #fff;
  margin: 5px 0px 25px;
}
.content .game p{
  clear: both;
  text-align: left;
}
.content .prev_btn,
.content .next_btn {
  width: 42px;
  height: 49px;
  position: absolute;
  z-index: 5;
  background: url('../img/prev_btn.png') no-repeat;
  top: 66px;
  left: -19px;
}
.content .next_btn {
  background: url('../img/next_btn.png') no-repeat;
  top: 66px;
  left: 471px;
}
.content .prev_btn a,
.content .next_btn a {
  width: 42px;
  height: 49px;
  display: block;
}
