.right_container
{
	
}
	.right_container > ul
	{
		position:relative;
		left:0;
		width:99999px;
		height:100%;
	}
		.right_container > ul > li
		{
			float:left;
			position:relative;
			width:100%;
			height:100%;
			background-repeat:no-repeat;
			background-position:center center;
			background-size:100% 100%;
		}
		.right_container > ul > li.bg_width
		{
			background-size:100% auto;
		}
		.right_container > ul > li.bg_height
		{
			background-size:auto 100%;
		}

	.right_container .ctrl_btn
	{
		position:absolute;
		bottom:27%;
		width:20px;
		height:42px;
		background-repeat:no-repeat;
	}
		.right_container .ctrl_btn > a
		{
			display:block;
			width:100%;
			height:100%;
			font-size:0;
			text-indent:-99999px;
		}
				
	.right_container > .prev
	{
		left:0;
		background-image:url("../../images/shop/ctrl_prev.png");
	}
	.right_container > .next
	{
		right:0;
		background-image:url("../../images/shop/ctrl_next.png");
	}
	
	.right_container .bg_images_dot
	{
		position:absolute;
		left:10%;
		bottom:7%;
		width:200px;
		height:6px;
		font-size:0;
		text-indent:-99999px;
	}
		.right_container .bg_images_dot > li
		{
			float:left;
			margin-left:5px;
			width:6px;
			height:100%;
			background:url("../../images/shop/dot.png") no-repeat;
		}
		.right_container .bg_images_dot > li:first-child
		{
			margin-left:0;
		}
		.right_container .bg_images_dot > .this
		{
			background-image:url("../../images/shop/dot_this.png");
		}
		
		
	.right_container .open_shop_info
	{
		position:absolute;
		top:50%;
		left:0;
		width:20px;
		height:54px;
		margin-top:-27px;
	}
		.right_container .open_shop_info > a
		{
			display:block;
			width:100%;
			height:100%;
			font-size:0;
			text-indent:-99999px;
			background:url("../../images/shop/open_shop_info.jpg") no-repeat;
		}
		
		
	.right_container .shop_info_container
	{
		position:absolute;
		top:0;
		left:-488px;
		width:488px;
		height:100%;
		min-height:560px;
		overflow-x:hidden;
		overflow-y:auto;
		background:#241E20;
		opacity:0.9;
		filter:alpha(opacity=90);
	}
			
		.right_container .shop_info_container .control
		{
			position:absolute;
		}
			.right_container .shop_info_container .control > a
			{
				display:block;
				width:100%;
				height:100%;
				font-size:0;
				text-indent:-99999px;
			}
			
		.right_container .shop_info_container .shop_info
		{
			width:448px;
			height:595px;
			margin:55px 0 0 30px;
		}
			
		.right_container .shop_info_container .close_shop_info
		{
			position:absolute;
			top:50%;
			right:17px;
			width:8px;
			height:16px;
			margin-top:-8px;
		}
			.right_container .shop_info_container .close_shop_info > a
			{
				background:url("../../images/shop/close_shop_info.png") no-repeat;
			}
		
		
	.right_container .shop_title
	{
		position:absolute;
		top:0;
		left:50%;
		width:236px;
		margin-left:-118px;
		background:#FFF;
		height:24px;
		line-height:24px;
		text-align:center;
		overflow:hidden;
		font-size:15px;
	}