	.b-slideshow {
		height: 250px;
		width: 680px;
		margin: 0 auto;
		position: relative;
	}
		.b-slideshow-area {
			width: 680px;
			height: 250px;
			overflow: hidden;
		}
			.b-slideshow-list {
				position: relative;
				left: 0;
				width: 100000px;
				letter-spacing: -0.25em;
			}
				.b-slideshow-item {
					display: inline-block;
					//display: inline;
					//zoom:1;
					float: left;
					width: 680px;
					height: 250px;
				}
			.b-slider-nav {
				left: 20px;
				position: absolute;
				text-align: right;
				top: 20px;
				padding:0;
				margin: 0;
			}
				.b-slider-nav li {
					display: inline-block;
					//display: inline;
					//zoom:1;
				}
					.b-slider-nav li  a {
						display: inline-block;
						//display: inline;
						//zoom:1;
						width: 20px;
						height: 20px;
						font: normal 12px/20px arial;
						background: #f2f2f2; /* for non-css3 browsers */
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9'); /* для IE6-9 */
						background: -webkit-linear-gradient(top, bottom, #f2f2f2, #d9d9d9); /* для webkit-браузеров */
						background: -moz-linear-gradient(top,  #f2f2f2,  #d9d9d9); /* для firefox 3.6+ */
						background: -o-linear-gradient(top,  #f2f2f2,  #d9d9d9); /* для Opera 11.10+ */
						background: -ms-linear-gradient(top,  #f2f2f2,  #d9d9d9); /* для IE10+ */ 
						position: relative;
						border-radius: 3px;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
						-khtml-border-radius: 3px;
						behavior: url(libs/PIE.htc);
						text-align: center;
						color: #666666;
						text-decoration: none;
						margin-left: 3px;
					}
						.b-slider-nav li.active  a {
							color: #fff;
							background: #e53304;
						}
						.b-slider-nav li  a:hover {
							color: #fff;
							background: #e53304;
						}
				.b-slideshow-playstop {
					width: 60px;
					height: 20px;
					font: normal 12px/20px arial;
					background: #fff;
					text-align: center;
					color: #000;
					position: absolute;
					right: 10px;
					bottom: 10px;
					cursor: pointer;
					display: none; /*slider stop*/
				}
					.b-slideshow-playstop:hover {
						color: #fff;
						background: #c00;
					}
					.b-slideshow-playstop-active {
						color: #fff;
						background: #900;
					}
		.b-slideshow-leftarr {
			width: 47px;
			height: 49px;
			position: absolute;
			left: 29px;
			top: 220px;
			background: url("../img/arr_l.png");
			cursor: pointer;
		}
		.b-slideshow-rightarr {
			width: 46px;
			height: 47px;
			position: absolute;
			right: 29px;
			top: 220px;
			background: url("../img/arr_r.png");
			cursor: pointer;
		}