.wrap{
       margin: 0px;
       padding: 0px;
       max-width: 960px;
       background-color: #0C2A2A;
}

.carouselWrap{
       min-width: auto;
       min-height: 392px;
       background: url(/v/vspfiles/templates/192/images/carousel_box.jpg);
}

.carousel_box {
        overflow: hidden;
	position:relative;
	width:892px !important;
	height:392px;
       	}
	
.inner_box {
	margin: 0 5px 0;
	height:392px;
	padding:0px 29px 30px 29px;
	overflow:hidden;
	position:relative;
	width:892px !important;
	}

.carousel_box>ul {
	overflow:hidden;
	position:relative;
	top:10px;
	}
.carousel_box>ul>li {
	width:160px;
	height:252px;
	float:left;
	margin-right:9px;
	}

.carousel_box>ul>li img {
	width:100%;
	height: auto;
	}

.carousel_box .buttons {
	width:296px;
	position:absolute;
	height:44px;
	bottom:35px;
	left:128px;
	z-index:999;
	}
	
.carousel_box .buttons a {
	width:41px;
	height:44px;
	position:absolute;
	display:block;
	}
.carousel_box .buttons .prev {
	background:url(../images/prev.png) no-repeat;
	left:0;
	}
	
.carousel_box .buttons .next {
	background:url(../images/next.png) no-repeat;
	right:0;
	}
	
.carousel_box .buttons a:hover {
	background-position: 0 bottom;
	}

.carousel_box .title {
	font-size: 24px;
	line-height: 29px;
	color:#fff;
	font-weight:600;
	}
	
.carousel_box .title span {
	color:#EB1E1E;
	}

.carousel_box .description {
	position:absolute;
	bottom:56px;
	right:-29px;
	font-size: 19px;
	line-height: 23px;
	color:#fff;
	font-weight:600;
	width:481px;
	z-index:999;
	}

.watch_but{
	display:inline-block;
	font-weight:400;
	border-radius:3px;
	background:url(../images/watch_but.png) repeat-x #8d0909;
	box-shadow: 1px 1px #0f0f0f;
	margin: 0 1px 1px 0px;
	font-size: 17px; line-height: 23px; color:#e0e0e0;
	padding:10px 60px 11px 12px;
	width:210px;
	z-index:9; letter-spacing:-1px;
	}

.watch_wrap{
	background:url(../images/bot_shadow.png) 0 bottom no-repeat;
	position:absolute; right:29px;
	width:260px;
	top:0px;
	padding-bottom:13px;
	}
	
.watch_but:hover {
	background:#750404;
	}