@charset "utf-8";
.character-nav ul, .character-nav ol, .character-nav li, .character-nav img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
div.character-nav {
	line-height: 1;
}
.character-nav ol, .character-nav ul {
	list-style: none;
}
.nav-menu-container {
    width: auto;
    float: left;
}
.character-nav {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.character-nav .logo {
    width: 160px;
    height: 132px;
    float: left;
}
.character-navigator {
    position: relative;
    height: 90px;
    width: 809px;
    background-color: #ffffff;
    overflow: hidden;

    border-left: #cfcfcf solid 1px;
    -webkit-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
    -o-border-radius-topright: 20px;
    border-radius: 0 20px 0 0;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background-image: url('../images/iconbg.png');
}

.character-navigator .carousel {
    margin-left: 45px;
    height: 90px;
    width: 720px;
    overflow: hidden;
    background-image: url('../images/iconbg.png');
}
.character-navigator .carousel li {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    margin-left: 0px;
    margin-right: 0px;
}

.character-navigator .carousel li a {
    display: block;
    vertical-align: bottom;
    /* This is used to prevent the rollover image from repeating */
    background-repeat: no-repeat;
    background-position: 0px 15px;

    -webkit-transition: background-position 300ms ease;
    -moz-transition: background-position 300ms ease;
    -o-transition: background-position 300ms ease;
    -ms-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}

.character-navigator .carousel li a:hover {
    background-position: 0px 0px;
}

.character-navigator .carousel li a img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;

    -webkit-transition: opacity 450ms ease;
    -moz-transition: opacity 450ms ease;
   	-o-transition: opacity 450ms ease;
   	-ms-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
}

.character-navigator .carousel li a img:hover {
    opacity: 0;
    /* For IE7/8 */
    filter:alpha(opacity=0);
}
.nav-menu-container .menu {
    position: relative;
    width: 810px;
    height: 42px;
    background-color: #003567;
    background-image: url('../images/menuBg.png');

    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 0 0 20px;
    -o-border-radius: 0 0 20px;
    border-radius: 0 0 20px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    text-align: center;
}

.nav-menu-container .menu ul {
    position: absolute;
    height: 34px;
    top: 7px;
    left: 46px;
    right: 0px;
    width: 740px;
    list-style-type: none;
    
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.nav-menu-container .menu li {
    cursor: pointer;
    height: 26px;

    overflow: hidden;

    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;

    -pie-background: rgba(0,0,0,0);
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.nav-menu-container .menu ul:last-child:after {
    content:'';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    cursor:default;
}

.nav-menu-container .menu ul a span {
    cursor: pointer;
}

.nav-menu-container .menu li:hover, .nav-menu-container .menu li.selected {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);

    background: #8DC63F; /* Old browsers */

    background: -moz-linear-gradient(top, #9cd74e 0%, #96d04a 50%, #92c949 51%, #8bc341 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cd74e), color-stop(50%,#96d04a), color-stop(51%,#92c949), color-stop(100%,#8bc341)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* IE10+ */
    background: linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%); /* W3C */

   -pie-background: linear-gradient(top, #9cd74e 0%,#96d04a 50%,#92c949 51%,#8bc341 100%);
}

.nav-menu-container .menu li a {
    display: block;
    height: 26px;
    text-decoration: none;

    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 0.5px;
    
    text-align: left;

    margin: 0;
}

.nav-menu-container .menu li a img {
    display: block;
    float: left;
    height: 26px;
    width: 40px;
}

.nav-menu-container .menu li a span {
    display: block;
    float: left;
    padding: 8px 10px 3px 0px;
}

.jcarousel-skin-tango .jcarousel-container {
    -webkit-border-radius-topright: 20px;
    -moz-border-radius-topright: 20px;
    -o-border-radius-topright: 20px;
    border-radius: 0 20px 0 0;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 719px;
	height: 90px;
    padding: 0px 45px;
	background: transparent url('../images/iconbg.png') repeat-x;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  719px;
    height: 90px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 30px;
	right: 0px;
    width: 33px;
    height: 30px;
    cursor: pointer;
	background: transparent url('../images/menu_sprites.png');
	background-position: -7px -600px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: -7px -633px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -6px -633px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
	top: 30px;
	left: 13px;
    width: 33px;
    height: 30px;
    cursor: pointer;
	background: transparent url('../images/menu_sprites.png');
	background-position: -7px -665px;
}

.jcarousel-skin-tango .jcarousel-prev, .jcarousel-skin-tango .jcarousel-next {
    opacity: 0;
	-webkit-transition: opacity 750ms ease;
    -moz-transition: opacity 750ms ease;
    -o-transition: opacity 750ms ease;
    -ms-transition: opacity 750ms ease;
    transition: opacity 750ms ease;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: -7px -696px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -6px -696px;
}

/* CSS Overrides */

/* Touch Devices (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1280px) {
	/* file: 'css/style_dc.css' purpose: overrides carousel mouseover event */
	.character-navigator .carousel li a img:hover {
		opacity: 1;
		/* For IE7/8 */
		filter:alpha(opacity=1);
	}

	/* file: 'css/style_dc.css' purpose: overrides highlighting on touch */
	.character-navigator .carousel li, .jcarousel-next-horizontal, .jcarousel-prev-horizontal {
		-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
		-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
		-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
	}

	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
		background-position: -6px -602px;
	}

	/* file: 'scripts\jquery\plugins\jcarousel\skins\tango\skin.css' purpose: removes highlighting on touch */
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: -6px -665px;
	}

	.nav-menu-container .menu li:hover {
		-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);
		box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0);

		background: rgba(0, 0, 0, 0); /* Old browsers */
		background: -moz-linear-gradient(); /* FF3.6+ */
		background: -webkit-gradient(); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(); /* Opera11.10+ */
		background: -ms-linear-gradient(); /* IE10+ */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff63a0', endColorstr='#ff0267',GradientType=0 ); IE6-9 */
		background: linear-gradient(); /* W3C */

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}

}
