﻿.ThisShop
{
	display: block;
	width: 667px;
	height: 170px;
	background-image: url(../Images/ThisShop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	color: #3E3E3E;
}

.ThisShop ul li
{
	white-space: nowrap;
}

.ThisShop .Left, .ThisShop .Right
{
	position: absolute;
}

.ThisShop .Left
{
	left: 150px;
}

.ThisShop .Right
{
	left: 340px;
}
