#banner-mabila-market {
	width: 238px;
	height: 360px;
	border: 1px black solid;
	margin: 0;

}

#banner-mabila-market img {
	border: none;
}

#banner-mabila-market a:link {
	color: #9B3326;
}

#banner-mabila-market .txt {
	width: 150px;
	height: 85px;
	padding-top: 10px;
}

#banner-mabila-market ul {
	list-style: none;
}

#banner-mabila-market .txt h3 {
font-size: 14px;
font-weight: bold;
}

#banner-mabila-market .txt strong {
	display:block;
	font-size: 13px;
	margin-top: 2px;

}

#banner-mabila-market #logo img {
	margin: 15px 0 15px 17px;
}

#banner-mabila-market li {
	float: left;
}
#banner-mabila-market #all {
	text-decoration: none;
	float: right;
	font-size: 12px;
	padding-right: 2px;
	color:navy;
}

#banner-mabila-market #all:hover {
	text-decoration: underline;

}

/*
*  @ video scroll
*/
.video-scroll {
	width: 400px;
	height: 226px;
	padding: 5px;
	background: #333;
	position: fixed;
	bottom: 100px;
	left: -100%;
	z-index: 100;
	display: none;
}
.video-scroll > span {
	width: 35px;
	height: 30px;
	line-height: 27px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #333;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
	z-index: 101;
}

