.b-gallery {
	position: relative;
	overflow: hidden;
	
	height: 118px;
	
	background: url('../../../images/b-gallery/bg.png');
	}
	.b-gallery .left {
		overflow: visible;
		position: absolute;
		left: 0px;
		top: 0px;
		
		width: 50px;
		height: 118px;
		
		background: #f0f0f0;
		}
		.b-gallery .left .btn {
			position: absolute;
			left: 0px;
			top: 40px;
			
			height: 38px;
			width: 46px;
			
			background: url('../../../images/b-gallery/btn-left.gif') no-repeat;
			cursor: pointer;
			}
		.b-gallery .left .shadow {
			position: absolute;
			top: 0px;
			left: 50px;
			
			height: 118px;
			width: 4px;
			
			background: url('../../../images/b-gallery/left.png') no-repeat;
			
			}	
	.b-gallery .right {
		overflow: visible;
		position: absolute;
		right: 0px;
		top: 0px;
		
		width: 50px;
		height: 118px;
		
		background: #f0f0f0;
		}
		.b-gallery .right .btn {
			position: absolute;
			right: 0px;
			top: 40px;
			
			height: 38px;
			width: 46px;
			
			background: url('../../../images/b-gallery/btn-right.gif') no-repeat;
			cursor: pointer;
			}
		.b-gallery .right .shadow {
			position: absolute;
			top: 0px;
			right: 50px;
			
			height: 118px;
			width: 4px;
			
			background: url('../../../images/b-gallery/right.png') no-repeat;
			
			}	
	.b-gallery ul {
		position: absolute;
		left: 50px;
		top: 0px;
		
		padding: 4px;
		margin: 0;
		height: 110px;
		width: 1000px;
		}
		.b-gallery ul li {
			float: left;
			
			padding: 0;
			margin: 0;
			padding-right: 4px;
			}
			.b-gallery ul li a {
				border: 0px none;
				}
				.b-gallery ul li a img {
					border: 0px none;
					}
