/*
	last update 19 okt 2009 randy update fb&twt
							28 okt 2009 randy comment js hovergame
*/
#tickercontent {
	clear:both;
	float:left;
	display:inline;
	width:795px;
	height:30px;
	margin:0 ;
	background:url(../images/ticker/bgticker.gif) repeat-x;
}

#tickercontent .hot{
	clear:both;
	float:left;
	display:inline;
	font-weight:bold;
	font-size:10px;
	margin:9px 20px;
	color:#fff;
}
#tickercontent span.seperator{
	float:left;
	display:inline;
	background:url(../images/ticker/separator.gif) no-repeat;
	width:2px;
	height:22px;
	margin:4px 0 0 8px;
	
}
/*start news ticker*/
#tickercontent #newsticker {
	float:left;
	display:inline;
	width:585px;
	height:25px;
	font-size:0;
}
#tickercontent #newsticker #qscroller{
	float:left;
	display:inline;
	width:585px;
	height:24px;
	background:#000; 
	overflow:hidden;
	position:relative;

}
#tickercontent #newsticker #qscroller marquee{
	float:left;
	display:inline;
	width:585px;
	height:25px;
	font-size:0;
	margin:0;
	border-right:1px solid #aa6101;
}
#tickercontent #newsticker #qscroller .pointer span,
#tickercontent #newsticker #qscroller .pointer a{
	padding:0;
	margin:0 70px 0 0;
	color:#448CCB;
	background:#000; 
	cursor:default;
	line-height:22px;
	font-weight:bold;
	font-size:10px;
}
#tickercontent #newsticker #qscroller .pointer a{
	cursor:pointer;
}

/*start tickermenu*/
#tickercontent #tickermenu{
	float:left;
	display:inline;
	width:40px;
	margin:7px 0 0 5px;
	/*margin:0px 0px 0px 0px;*/
	position:relative;
	z-index:20;
}
#tickermenu .linkticker{
	float:left;
	display:inline;
/*	margin:0px 0px 0px 0px;*/
}
/*end tickermenu*/
/*end news ticker*/

/*start menu pilihan game*/
#selgame{
	display:inline;
	float:left;
	width:61px;
	height:24px;
	margin:2px 0 0 10px;
}
/*
#selgame ul#selgamemenuatas{
	clear:both;
	display:inline;
	float:left;
	position:relative;
	text-align:center;
	width:94px;
	background:none;
	z-index:20;
	margin-top:2px;
}
#selgame ul#selgamemenuatas li a#pilihlytogames{
	background:none;
}
#selgamemenuatas li ul#selgamesubmenu {
	background:url(http://www.lytogame.com/images/ticker/lytogames.jpg) bottom left no-repeat;
	position: absolute;
	width:199px;
	z-index: 20;
	padding-bottom: 34px;
	margin-left:40px;
	_margin-left:38px;
	padding-top:5px;
}

#selgame ul#selgamemenuatas li{
	display:inline;
	float:left;
	text-align:center;
}

ul#selgamesubmenu { 
	left: -3000px;
}
#selgamemenuatas li:hover ul,
#selgamemenuatas li.sfhover ul{
	top:0;
	left: -3000px;
}

#selgamemenuatas li:hover ul, 
#selgamemenuatas li li:hover ul, 
#selgamemenuatas li li li:hover ul, 
#selgamemenuatas li li li li:hover ul,
#selgamemenuatas li.sfhover ul, 
#selgamemenuatas li li.sfhover ul, 
#selgamemenuatas li li.sfhover ul, 
#selgamemenuatas li li li li.sfhover ul { 
	top:25px;
	left: -132px;
}

#selgamemenuatas li ul#selgamesubmenu li{
	background:none;
	display:inline;
	float: left;
	padding:0;
	width:89px;
	margin:7px 0 0 7px;
}
#selgamemenuatas li ul#selgamesubmenu li.altleft{
	margin-left:7px;
}
#selgamemenuatas li ul#selgamesubmenu li.whitespacemenu{
	height:2px;
	background:#0C1318;
	line-height:0;
	width:199px;
	margin:-5px 0 3px 0;
	font-size:0;
}
#selgamemenuatas li ul#selgamesubmenu li a { 
	background:url(http://www.lytogame.com/images/layout/lytogames/lytogamesmenu/bgbtn.gif) no-repeat top left;
	display:inline;
	float:left;
	height:40px;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	width:89px;
}

#selgamemenuatas li ul#selgamesubmenu li a:hover{
	background:url(http://www.lytogame.com/images/layout/lytogames/lytogamesmenu/bgbtn.gif) no-repeat bottom left;
}

#selgamemenuatas li ul#selgamesubmenu li a img{
	display:inline;
	float:left;
	margin:8px 0 0 12px;
}

#selgamemenuatas li ul#selgamesubmenu li a span{
	color:#8dc63f;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	margin:10px 0 0 5px;
	text-transform:uppercase;
}

#selgamemenuatas li ul#selgamesubmenu li a:hover span{
	color:#fff200;
}
*/
/*end menu pilihan game*/

/*facebook hover 9 okt 2009*/
ul#fbfanbox{
	float:left;
	display:inline;
	position:relative;
	z-index:10;
	margin-left:5px;
}
ul#fbfanbox li{
	clear:both;
	float:left;
	display:inline;
}
ul#fbfanbox li div{
	position:absolute;
	top:15px;
	left:-3000px;
	width:238px;
	height:250px;
	z-index:10;
	margin-left:-222px;
	padding-top:8px;
}
ul#fbfanbox li:hover div,
ul#fbfanbox li.sfhover div{
	left:0;
}
ul#fbfanbox li div iframe{
	width:238px;
	height:250px;
}

/*end facebook hover*/