.right_container
{
	
}
	.right_container .press_title
	{
		position:absolute;
		top:0;
		left:50%;
		width:236px;
		background:#FFF;
		height:24px;
		line-height:24px;
		text-align:center;
		overflow:hidden;
		font-size:15px;
		margin-left:-118px;
	}
	
	.right_container > ul
	{
		position:relative;
		left:0;
		width:99999px;
		height:100%;
		background:#000;
	}
		.right_container > ul > li
		{
			float:left;
			position:relative;
			width:100%;
			height:100%;
			background-repeat:no-repeat;
			background-position:center center;
			background-size:100% 100%;
			background:#000;
		}
		.right_container > ul > li.bg_width
		{
			/*background-size:100% auto;*/
			background-size:auto 70%;
		}
		.right_container > ul > li.bg_height
		{
			background-size:auto 70%;
		}

	.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/press/ctrl_prev.png");
	}
	.right_container > .next
	{
		right:0;
		background-image:url("../../images/press/ctrl_next.png");
	}
	
	.right_container .bg_images_dot
	{
		position:absolute;
		left:10%;
		bottom:7%;
		width:200px;
		height:6px;
		font-size:0;
		text-indent:-99999px;
		
		left:-99999px;
	}
		.right_container .bg_images_dot > li
		{
			float:left;
			margin-left:5px;
			width:6px;
			height:100%;
			background:url("../../images/press/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/press/dot_this.png");
		}