/*
* @section Reset styles
* These styles reset the default style sheet that comes with the user agent.
*/
html {
  overflow-y: scroll;
  min-height: 100%
}

body, h1, h2, h3, h4, h5, h6,ul, ol, dl, dd, fieldset, blockquote, pre, textarea {background-image: url(images/bkgrd-tv.jpg);
   background-repeat: no-repeat;
   background-color: #FFF;
   font-family: Arial, Helvetica, sans-serif;
   background-attachment: fixed;
   
}

ul, ol, td, th, fieldset, legend {
  padding: 0
}

a {
    text-decoration: none
    color:white;	
}

img {
    border: none
}

/**
* Clearfix
*/
.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

/**
* @section Main
* Custom Styles/Fonts here
*/
body {
  background: url('../img/noisy.png') repeat;
  font: 62.5% arial, helvetica, sans-serif
}

/**
* @section Gallery
* Gallery Styles here
*/
.gallery {
    margin: auto;
    width: 960px;
}

.gallery .featured {
    background-color: #000;
    box-shadow: 0 0 40px #000;
    height: 540px;
    margin-bottom: 5px
}

.gallery .carousel-container {
    position: relative;
    left:50px;	
    height: 200px;
    width: 870px
		
}

.gallery .shadow {
    height: 200px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 30
}

.gallery .shadow-left {
    background: url('../img/shadow.png') no-repeat;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    left: 0
}

.gallery .shadow-right {
    background: url('../img/shadowr.png') no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    right: 0
}

.gallery .carousel-inner {
    float: left;
    margin-top: 20px;
    overflow: hidden;
    width: 870px;
    height:110%;	
	
}

.gallery .slider {
    position: relative;
    width: 9999px;
}

.gallery .slider li {
    float: left;
    height: 158px;
    list-style: none;
    margin-right:10px;
    width: 280px
}

.gallery .slider li.current a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;

}

.video_title
{
text-align:center;
//font-size: xx-small;
}
.gallery .slider li.current a:after {
    box-shadow: 0 0 0 8px #006292 inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.gallery .slider li img {
    max-width: 100%
}

.gallery .controll {
    cursor: pointer;
    display: none;
    height: 200px;
    position: absolute;
    top: 35px;
    width: 54px;
    z-index: 5
}

.gallery .controll.prev {
  background: url('images/bt-carosel-lft2.png') no-repeat;
  left:-55px;
}

.gallery .controll.prev:hover {
  background: url('images/bt-carosel-lft1.png') no-repeat;
  left:-55px;
}
.gallery .controll.next {
  background: url('images/bt-carosel-rt2.png') no-repeat;
 right: -48px
}

.gallery .controll.next:hover {
  background: url('images/bt-carosel-rt1.png') no-repeat;
 right: -48px
}
.slider{
background-color:black;

}
.video_thumb
{
//height:158px;
//overflow:hidden;
width:auto;
height: 158px;
width:280;
}
.thumb
{
margin-left:auto;
margin-right:auto;
}
