/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0

Customized; Last update: 17 Nov 2008
*/

/*Div enclosing entire carousel and controls*/
.yui-skin-sam .yui-carousel {
	/*border: 1px solid #808080;*/
}

/*Vertical; not used*/
/*.yui-skin-sam .yui-carousel-vertical {
    border: 1px solid #808080;
}*/

/*Div enclosing all controls*/
.yui-skin-sam .yui-carousel-nav {
/*   background: url(/Common/iptv/images/layout/sprite.png) repeat-x 0 0;
    padding: 3px;
    text-align: right;*/
	margin-right: 5px;
	
	}
#video_lounge_uverse_landing_page .yui-skin-sam .yui-carousel-nav, #video_lounge_uverse_page .yui-skin-sam .yui-carousel-nav {
	position: relative;
	left: 13px;
	*position: inline;
}


/*********** Carousel nav - Left and right arrows - S ***********/
.yui-skin-sam .yui-carousel-button {
	/*Prepare background for button images*/
/*    background: url(/Common/iptv/images/layout/sprite.png) no-repeat;*/
    background: url(/Common/iptv/images/layout/slide-right.gif) no-repeat;
	/*Image: Left arrow*/
/* 	background-position: 0 -600px;*/
 	background-position: 0 0;
    float: right;
    height: 22px;
    margin: 5px;
    overflow: hidden;
    width: 37px;
}

/*Vertical; not used*/
/*.yui-skin-sam .yui-carousel-vertical .yui-carousel-button {
    background-position: 0 -800px;
}*/

/*Image: Right arrow disabled*/
.yui-skin-sam .yui-carousel-button-disabled {
/*    background-position: 0 -2000px;*/
    background: url(/Common/iptv/images/layout/slide-right.gif) no-repeat;
 	background-position: 0 0;
}
/*Vertical; not used*/
/*.yui-skin-sam .yui-carousel-vertical .yui-carousel-button-disabled {
    background-position: 0 -2100px;
}*/

.yui-skin-sam .yui-carousel-button input {
    /*Transparent background to show bbutton images*/
	background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 44px;
    margin: -2px 0 0 -2px;
	/*Hide default next and previous buttons*/
    padding: 0 0 0 50px;
}
/*Position left and right arrows*/
.yui-skin-sam span.yui-carousel-first-button {
/*    background-position: 0px -550px;*/
	background-position: 0 0;
	background: url(/Common/iptv/images/layout/slide-left.gif) no-repeat;
    margin-left: -100px;
    margin-right: 34px;		/*Space between arrows 31*/
   *margin: 5px 0px 5px -71px;
	margin-bottom: 8px; /*Space between carousel and arrows*/
}

/*Verical; not used*/
/*.yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button {
    background-position: 0px -750px;
}*/
/*Image: Left arrow disabled*/
.yui-skin-sam span.yui-carousel-first-button-disabled {
/*    background-position: 0 -1950px;*/
	background-position: 0 0;
    background: url(/Common/iptv/images/layout/slide-left.gif) no-repeat;
}
/*Vertical; not used*/
/*.yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button-disabled {
    background-position: 0 -2050px;
}*/
/*********** Carousel nav - Left and right arrows - E ***********/

/***************** Carousel nav: discs - S *****************/
/*Position*/
.yui-skin-sam .yui-carousel-nav ul {
    float: right;
    margin: 0;
    margin-left: -220px;
    margin-right: 85px; /*Margin between discs and arrows*/
   *margin-left: -160px;
   *margin-right: 0;
    padding: 0;
}
/**/
/**/

#video_lounge_uverse_landing_page .yui-skin-sam .yui-carousel-nav ul {
}
/*Doesn't seem to do anything (for current setup)*/
.yui-skin-sam .yui-carousel-nav select {
    position: relative;
   *right: 50px;
    top: 4px;
}
/*Doesn't seem to do anything (for current setup)*/
.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav ul,
.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select {
    float: none;
    margin: 0;
   *zoom: 1;
}
/*Individual discs*/
.yui-skin-sam .yui-carousel-nav ul li {
    float: left;
    height: 19px;
    list-style: none;
}
/*Doesn't seem to do anything (for current setup)*/
.yui-skin-sam .yui-carousel-nav ul:after {
    clear: both;
    content: "";
    display: block;
}

.yui-skin-sam .yui-carousel-nav ul li a {
	/*Prepare background for disc images*/
/*    background: url(/Common/iptv/images/layout/sprite.png) no-repeat;*/
	background: url(/Common/iptv/images/layout/bull-inactive.gif) no-repeat;
	background-position: 0 -4px;
	/*Image: Non-current disc*/
/* 	background-position: 0 -650px;*/
    display: block;
    height: 9px;
    margin: 12px 0 0 5px;
    overflow: hidden;
    width: 9px;
}
/*Hide default text*/
.yui-skin-sam .yui-carousel-nav ul li a em {
    left: -10000px;
    position: absolute;
}
/*Image: Current disc*/
.yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-selected a {
	background: url(/Common/iptv/images/layout/bull-active.gif) no-repeat;
	background-position: 0 -4px;
/*    background-position: 0 -700px;*/
}
/***************** Carousel nav: discs - E *****************/