/*bubble slot*/

	.new_slot {
		position:fixed;
		right:0;
		top:25px;
		height:85px;
                z-index: 1;
	}

		.new_slot .close_bubble {
			position:absolute;
			top:0;
			left:11px;
			background:url(../images/global/close_slot.gif) no-repeat -1px 11px;
			width:22px;
			height:32px;
			display:block;
		}

		.new_slot img{
			float:left;
			display:block;
		}

			.new_slot img.right{
				margin-top:2px;
			}

		.new_slot span{
			color:#fff;
			position:absolute;
			top:25px;
			left:30px;
			font-family:Verdana, sans-serif;
			font-weight:bold;
			font-size:1.0em;
		}

		.new_slot .content {
			float:left;
			background:url(../images/global/middle_slot.png) repeat-x;
			height:85px;
			width:251px;
		}


	/*end bubble slot*/	