div.tvBlock {
    width: 597px;
    height: 361px;
    position: relative;
    direction: ltr;
    margin-top: -3px;
}
div.tvTopL , div.tvTopR , div.tvBotL , div.tvBotR {
    position: absolute;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
div.tvTopL {
    position: absolute;
    top: -5px;    
    left: -5px;
    background-image: url(../images/tv_top_left.png);
}
div.tvTopR {
    position: absolute;
    top: -5px;    
    right: -5px;
    background-image: url(../images/tv_top_right.png);
}
div.tvBotL {
    position: absolute;
    bottom: -5px;    
    left: -5px;
    background-image: url(../images/tv_bot_left.png);
}
div.tvBotR {
    position: absolute;
    bottom: -5px;    
    right: -5px;
    background-image: url(../images/tv_bot_right.png);
}

div.tvBlockInner {
    width: 597px;
    height: 361px;
    overflow: hidden;
    position: relative;
    direction: ltr;
}
div.tvBlockInner ul {
    position: relative;
    z-index: 600;
}
div.tvBlockInner ul li {
    float: left;
    position: relative;
    width: 597px;
    height: 299px;
    list-style-type: none;
}
.tvImgLarge {
    width: 597px;
    height: 250px;
    display: block;
}



.carousel-control {
    display: none;
}
.center-wrap {
    position: absolute;
    bottom: 0;
    right: 0;    
    width: 597px;
    background:url("../images/thumbs-bg.jpg") no-repeat scroll left top transparent;
    height:62px;
    text-align:right;
}
.carousel-pagination {
    position: absolute;
    right: 7px;
    top: 8px;
    z-index: 600;
}
.carousel-pagination p {
    font-size:12px;
    font-weight:bold;
    line-height: normal;
    padding: 0;
}
.tvText {
  position: absolute;
  z-index: 999;
  right: 0;
}
.tvText h2 {
    font-size: 20px;
}
.tvText span {
    font-size: 12px;
    font-weight: normal;
}
.cornersLeft , .cornersRight {
	position: absolute;
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
	top: 0;
        z-index: 700;
}
.cornersLeft {
	background-image: url("../images/corner-top-left.png");
	left: 0;
}
.cornersRight {
	background-image: url("../images/corner-top-right.png");
	right: 0;
}

.carousel-pagination p a.active span span {
	filter:alpha (opacity="0");
	opacity:0;
}
.tvActive {
	filter:alpha (opacity="0");
	opacity:0;
}
