/*------TV-------*/

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

.wrapper_vid { background: #000000 url('vid_img/vid_bg.jpg') no-repeat center; margin: 0 auto; height: 570px; width:850px; text-align:left; position:relative;}

.home_bt { position:absolute; left: 25px; top: 430px;}

.placer_vid {width: 557px; height: 368px; position: absolute; background:url('vid_img/tv_prechoice.png'); left: 160px; top: 31px;}

body {margin: 0; padding: 0; background: black url(vid_img/seambg.jpg) repeat;}

.holdthis {position: absolute; left:165px; top: 475px;}


/* outmost wrapper element */
#scrollable {
	/*background-color:#efefef;*/
	/*border:1px solid #ddd;*/
	padding:10px 8px;
	width:550px;
	height:65px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;	
	float:left;
	width:478px !important;
}




/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:88px;
	height:66px;
	background:url(img/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(vid_img/prev.png);		
}

a.prev:hover {
	background:url(vid_img/prev_hov.png);		
}

a.next {
	background:url(vid_img/next.png);		
}

a.next:hover {
	background:url(vid_img/next_hov.png);		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: black url(img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

