.right_container
{
	overflow-y:scroll;
}
	.right_container .branding_list
	{
		
	}
		.right_container .branding_list > li
		{
			position:relative;
			float:left;
			width:33%;
			min-width:251px;
			height:33%;
			min-height:242px;
			text-align:center;
		}
			.right_container .branding_list > li > div
			{
				position:absolute;
				top:0;
				bottom:0;
				margin:auto;
				overflow:auto;
				width:100%;
				height:228px;
			}
				.right_container .branding_list > li > div > .image
				{
					width:100%;
					height:197px;
					overflow:hidden;
				}

				.right_container .branding_list > li > div > .name
				{
					width:100%;
					height:20px;
					line-height:27px;
					text-align:center;
					overflow:hidden;
					font-size:12px;
				}

				.right_container .branding_list > li > div > .line
				{
					width:33px;
					height:0;
					line-height:0;
					margin:8px auto 0;
					font-size:0;
					border-bottom:1px solid #C8C7C7;
				}