
.jtip-main
{
	display: none; 
	position: absolute; 
	width: 353px;
	z-index: 1000;
}

/* Layout */
.jtip-main .tool_wrap
{
	position: relative;
	float: left;
}
.jtip-main .tool_top
{
	height: 22px;
	background: transparent url(../images/site_img/tooltip/tooltip_top.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/site_img/tooltip/tooltip_top.png',sizingMethod='crop');
}
.jtip-main .tool_middle
{
	min-height: 60px;
	_height: 60px;
	padding: 0 45px;
	background: url(../images/site_img/tooltip/tooltip_1px.png) repeat-y;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/site_img/tooltip/tooltip_bg.png',sizingMethod='crop');
	_margin-top: -1px;
}
.jtip-main .tooltip_bottom
{
	clear: left;
	height: 24px;
	background: transparent url(../images/site_img/tooltip/tooltip_bottom.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/site_img/tooltip/tooltip_bottom.png',sizingMethod='crop');
}
.jtip-main .left_arrow
{
	position: absolute;
	width: 28px;
	height: 34px;
	left: 0px;
	top: 40px;
	background: url(../images/site_img/tooltip/tooltip_left_arrow.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/site_img/tooltip/tooltip_left_arrow.png',sizingMethod='crop');
}
.jtip-main .right_arrow
{
	position: absolute;
	width: 32px;
	height: 34px;
	right: 0px;
	_right: -1px;
	top: 40px;
	background: url(../images/site_img/tooltip/tooltip_right_arrow.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/site_img/tooltip/tooltip_right_arrow.png',sizingMethod='crop');
}

.jtip-main .show-right-arrow .left_arrow { display: none; }
.jtip-main .show-left-arrow .right_arrow { display: none; }

/* Content */
.jtip-main .jtip-title
{
	margin: 0 0 15px 0; 
	padding: 5px 60px 0px 0pt;
}

.jtip-main .jtip-title strong
{
	color: #f76508;
	font-size: 20px;
	font-weight: normal;
}

.jtip-main .jtip-cat 
{
	position: absolute;
	right: 44px;
	top: 15px;
}

.jtip-main .jtip-image
{
	float: left;
	margin: 0 10px 0 0; 
}

.jtip-main .jtip-image.game
{
	padding: 3px 3px 15px 3px;
	background: url(../images/site_img/game_screenshot_bg.png) no-repeat;
}
.jtip-main .jtip-image.game img
{
	width: 100px;
	height: 74px;
}


