/* Disney Franchise template  */

/*****
/***** global tags
*****/
body,
html
{
	min-width:996px;
}
body
{
	text-align:center;
	margin:0;
	background-color:#0B1167;
	color:#FFFFFF;
	font-family: Avenir, Gotham, CenturyGothic, "Century Gothic", Univers, Calibri, Corbel, "Microsoft Sans Serif", Arial, Helvetica, Verdana, sans-serif;
	font-size:small; 
	font-size:13px; 
}
body,
#masterPage,
#masterContainer
{
	background-position:center top;
	background-repeat:no-repeat;
}
#masterPage
{
	width:100%;
	min-height:100%;
	display:none;
	background:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_page.jpg) top center no-repeat;
}
#masterContainer
{
	position:relative;
	margin:0px auto;
}
a, img {
	border:0;
	padding:0;
	margin:0;
}
a, a:visited
{
	font-weight:bold;
	text-decoration:none;
	color:#E9CA28;
}
a,a:focus,a:hover,a:active,
button,button:focus,button:hover,button:active
{
	outline: none;
	-moz-outline-style: none;
}
a:hover, a:active
{
	text-decoration:underline;
	color:#FFFFFF;
}
a:hover img
{
	text-decoration:none;
}

a .overState,
button .overState
{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}
a:hover .overState,
button:hover .overState
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}

p
{
	text-align:left;
}




/*****
/***** main interface
*****/
#siteMain
{
	position:absolute;
	width:996px;
	left:50%;
	margin-left:-498px;
	background-color:#00F;
	text-align:center;
}
#siteMain,
#siteMain header,
#siteMain nav,
#siteMain div,
{
	z-index:1;
}
.scrim
{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100000002;
	text-align:center;
}
#siteLoader
{
	position:absolute;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/preloader_25px_blue.gif);
	left:50%;
	top:30%;
	margin-left:-12px;
	margin-top:-12px;
}
header#title
{
	position:absolute;
	top:17px;
	left:19px;
	z-index:100;
}
header#title a
{
	display:block;
}
nav#navMain
{
	position:absolute;
	top:104px;
	left:63px;
	text-align:center;
	width:194px;
	z-index:1;
}
nav#navMain #navHilite
{
	position:absolute;
	top:0px;
	left:0px;
	background:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/nav_bg_hilite.png) center center no-repeat;
	width:194px;
	height:50px;
}
nav#navMain #decTop,
nav#navMain #decBtm
{
	background-position:center top;
	background-repeat:no-repeat;
}
nav#navMain #decTop
{
	position:relative;
	top:0px;
	width:136px;
	height:40px;
}
nav#navMain #decBtm
{
	position:relative;
	top:11px;
	width:80px;
	height:32px;
}
nav#navMain ul
{
	position:relative;
	top:4px;
	left:0px;
	list-style-type:none;
	z-index:2;
}
nav#navMain li a
{
	position:relative;
	width:194px;
	height:30px;
	display:block;
	background-position:center top;
	background-repeat:no-repeat;
	z-index:2;
}

nav#navMain a img
{
	width:194px;
	height:30px;
}
.onHome nav#navMain a#navHome .overState,
.onCharacters nav#navMain a#navCharacters .overState,
.onVideos nav#navMain a#navVideos .overState,
.onMovies nav#navMain a#navMovies .overState,
.onGames nav#navMain a#navGames .overState,
.onProducts nav#navMain a#navProducts .overState,
.onParks nav#navMain a#navParks .overState

{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


div#navSocial
{
	position:absolute;
	top:7px;
	right:17px;
	height:36px;
	width:220px;
}

#navSocial .socialGroup
{
	z-index:1;
	margin-right:150px;
}

#navSocial .socialGroup,
#navSocial .socialIcon
{
	position:absolute;
}

#navSocial .socialGroup .socialLinkMasker
{
	position:absolute;
	left:29px;
	top:0px;
	width:150px;
	height:30px;
	overflow:hidden;
}

#navSocial .socialGroup .socialLinks
{
	position:absolute;
	top:6px;
	right:0px;
	background-color:rgba(4,5,88,0.3);
	border:1px solid #6983BD;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:156px;
	height:19px;
	text-transform:uppercase;
	font-size:9px;
	text-shadow:1px 1px 1px #000000;
	line-height:21px;
	vertical-align:middle;
	letter-spacing:1px;
}

#navSocial .socialGroup .socialLinks a
{
	padding:4px 2px 4px 10px;
	position:relative;
	color:#6983BD;
	height:21px;
	white-space:nowrap;
}

#navSocial .socialGroup .socialLinks a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
#navSocial .socialGroup img.icon,
#navSocial .socialIcon img.icon
{
	margin-top:4px;
	margin-left:4px;
}
#navSocial img
{
	z-index:3;
}
#navSocial #facebook
{
	right:0px;
}

#navSocial #twitter
{
	right:33px;
}

#navSocial #google
{
	right:0px;
}



/*****
/***** footer
*****/
#globalChrome,#disneyFooter
{
	letter-spacing:0px;
}
div#siteFooter
{
	z-index:1;
	position:relative;
	width:996px;
	margin:20px auto 0px auto;
	text-align:left;
}

div#globalFooter {
	margin: 16px auto;
	width:996px;
	top: 40px;
	clear:both;
	text-align:center;
	font-size:90%;
	font-weight:lighter;
}

#globalFooter h3 span {
	padding-top: 12px;
	border-top: 1px solid #2742A3;
}
#footerLinks
{
	widht:967px;
	height:96px;
	margin:12px;
}



/*****
/***** main content area
*****/
div#contentMain
{
	position:relative;
	width:100%;
	height:484px;
	margin:0px auto;
	overflow:hidden;
	z-index:0;
	text-align:left;
}

#contentMain .contentPage
{
	position:absolute;
	width:100%;
	height:525px;
	top:0px;
}

#contentMain .offScreenBtm
{
	top:525px;
}
#contentMain .offScreenTop
{
	top:-525px;
}
#contentMain .offScreenBtmSlide
{
	top:525px;
	-moz-transition: top 0.75s ease-in-out;
	-o-transition: top 0.75s ease-in-out;
	-webkit-transition: top 0.75s ease-in-out;
	-ms-transition: top 0.75s ease-in-out;
}
#contentMain .offScreenTopSlide
{
	top:-525px;
	-moz-transition: top 0.75s ease-in-out;
	-o-transition: top 0.75s ease-in-out;
	-webkit-transition: top 0.75s ease-in-out;
	-ms-transition: top 0.75s ease-in-out;
}
#contentMain .onScreenSlide
{
	top:0px;
	-moz-transition: top 0.75s ease-in-out;
	-o-transition: top 0.75s ease-in-out;
	-webkit-transition: top 0.75s ease-in-out;
	-ms-transition: top 0.75s ease-in-out;
}

#contentMain .contentPage .contentSection
{
	position:absolute;
	width:996px;
	height:525px;
	margin:0px auto;
	left:50%;
	margin-left:-498px;
}


/*****
/***** pagination
*****/
.paginationArrow,
.paginationArrow a
{
	position:absolute;
	width:32px;
	height:47px;
	background-position: top left;
	background-repeat: no-repeat;
}
.paginationArrow
{
	top:352px;
}
.paginationArrowLt
{
	left:-32px;
}
.paginationArrowRt
{
	right:-32px;
}
.paginationArrow img,
.paginationArrow a
{
	position:absolute;
	top:0px;
	left:0px;
}
.paginationArrowLtSlide
{
	left:0px;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-webkit-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
}
.paginationArrowRtSlide
{
	right:0px;
	-moz-transition: right 0.4s ease-out;
	-o-transition: right 0.4s ease-out;
	-webkit-transition: right 0.4s ease-out;
	-ms-transition: right 0.4s ease-out;
}

.paginationButtons
{
	position:absolute;
	width:56px;
	height:24px;
	top:368px;
	left:50%;
	margin-left:-28px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	background-color:rgba(1,61,144,0.8);
}
.paginationButtons a
{
	position:absolute;
	top:2px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/home/pagination_btn_off.png);
	width:20px;
	height:20px;
}
.paginationButtons img
{
	position:absolute;
	top:0px;
	left:0px;
}
.paginationButtons a .onState
{
	display:none;
}



/*****
/***** content pages
*****/
.contentPage .charPage,
.contentPage .charPage img,
.contentPage .charSection,
.contentPage .charSection img
{
	position:absolute;
}
.contentPage div.charPage,
.contentPage div.charSection
{
	top:0px;
	left:0px;
}
.contentPage h2
{
	position:absolute;
}
.contentFrame
{
	position:absolute;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 0px 16px rgba(7,8,85,0.5);
	-moz-box-shadow:0px 0px 16px rgba(7,8,85,0.5);
	box-shadow:0px 0px 16px rgba(7,8,85,0.5);
}
h2 span
{
	display:none;
}
div.packShot
{
	position:absolute;
}
/***  view spanish/english toggle  ***/
a#btnFullPlaylist{
	left:935px;
	top:366px;
	display:none;
}
a#btnFullPlaylist,
a.btnLangToggle
{
	position:absolute;
	text-align:center;
	padding:0.2em 1em 0.15em 1em;
	background-color:#013D90;
	border-style:solid;
	border-width:1px;
	background-color:rgba(1,61,144,0.6);
	border-color:rgba(127,165,233,1);
	border-color:#3063B0;
	text-align:center;
	color:#5D8CC9;
	text-shadow:1px 1px 1px #000000;
	font-size:10px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	text-transform:uppercase;
	margin-left:-7.5em;
	white-space:nowrap;
}
a#btnFullPlaylist.onState,
a#btnFullPlaylist:hover,
a.btnLangToggle:hover
{
	background-color:#3E6CB8;
	border-color:#7fA9DE;
	color:#FFFFFF;
	text-decoration:none;
	-moz-transition: all 0.4s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
a.btnLangToggle span.viewEnglish
{
	white-space:nowrap;
}
a.btnLangToggle span.viewEnglish
{
	display:none;
}



/*****
/***** home
*****/
#pageHome img#charCindyMain
{
	top:44px;
	left:162px;
}
#pageHome img#charCindyRt
{
	top:100px;
	left:452px;
	z-index:100000001;
}
#pageHome img#charGodmother
{
	top:46px;
	left:166px;
}
#pageHome .sectionProductDetails h3
{
	position:absolute;
	top:57px;
	left:433px;
	padding:0px;
	margin:0px;
}
#pageHome .sectionProductDetails div.bonusFeatures
{
	position:absolute;
	top:96px;
	left:395px;
	width:405px;
	height:214px;
	text-align:left;
	line-height:1.2em;
	padding:0px;
	overflow:visible;
	letter-spacing:0.5px;
}
#pageHome .sectionProductDetails div.bonusFeatures li
{
	margin-bottom:0.3em;
	-webkit-margin-bottom:0.5em;
}
#pageHome .sectionProductDetails div.packShot
{
	top:111px;
	left:808px;
}
#pageHome .sectionProductDetails div.packShot
{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.7);
	-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.7);
	box-shadow:0px 0px 6px rgba(0,0,0,0.7);
}
#pageHome .sectionProductDetails div.packShot img
{
	margin:1px;
}
#pageHome .sectionProductDetails div.btnOrder
{
	position:relative;
	left:35px;
}
#pageHome .sectionProductDetails div.btnOrder a
{
	width:182px;
	height:32px;
	position:absolute;
}
#pageHome .sectionTrailer .btnLangToggle
{
	left:717px;
	top:354px;
}
.sectionTrailer #homeVideoFrame
{
	position:absolute;
	width:532px;
	height:307px;
}
.contentPage #homeVideoFrame
{
	top:45px;
	left:451px;
}
.contentPage #homeVideoFrameShadow
{
	position:absolute;
	width:520px;
	height:296px;
	top:51px;
	left:457px;
	box-shadow: 0px 0px 48px #000;
}
.videoContainerBack,
.videoContainer
{
	position:absolute;
	width:512px;
	height:288px;
	background-color:#000;
	overflow:hidden;
}
.contentPage #homeVideoFrame #homeVideo
{
	top:10px;
	left:10px;
}



/*****
/***** characters
*****/
#pageCharacters .contentFrame
{
	left:50%;
	top:48px;
	margin-left:-138px;
	width:620px;
	height:338px;
	text-align:left;
	overflow:hidden;
}
#contentMain #pageCharacters .contentSection
{
	position:absolute;
	width:620px;
	height:220px;
	top:0px;
	left:620px;
	margin-left:0px;
}
#pageCharacters h2
{
	left:50%;
	top:69px;
	margin-left:-174px;
}
#pageCharacters h2 img.sideHeader
{
	width:31px;
	height:301px;
}
#pageCharacters .contentSection .still
{
	margin-left:10px;
	margin-top:10px;
	border:1px solid rgba(54,56,131,0.5);
}
#charThumbsNav
{
	position:absolute;
	width:565px;
	height:114px;
	top:224px;
	left:0px;
	margin-left:27px;
	overflow:hidden;
}
#charThumbsNav .charThumb
{
	position:absolute;
	width:113px;
	height:114px;
	top:0px;
	left:0px;
}
#charThumbsNav #charThumbsContainer
{
	position:absolute;
	top:0px;
	left:0px;
}
#charThumbsNav .charHiliteBack
{
	position:absolute;
	margin-left:4px;
	top:17px;
	width:100px;
	height:87px;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/characters/char_hilite_back.png);
}
#charThumbsNav .charHiliteFront
{
	position:absolute;
	left:0px;
	top:54px;
	width:113px;
	height:60px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/characters/char_hilite_front.png);
}
.onState .charHiliteFront,
#charThumbsNav #charHiliteBack .overState,
#charThumbsNav .onState
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
#pageCharacters .contentSection .scrollChar .txtInner
{
	line-height:14px;
}
#pageCharacters .contentSection .scrollChar .txtInner h4
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:800;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#pageCharacters .contentSection .scrollChar
{
	position:absolute;
	width:230px;
	height:208px;
	top:10px;
	left:390px;
	font-size:12px;
	letter-spacing:1px
}
#pageCharacters .thumbPaginationArrow
{
	position:absolute;
	top:267px;
	width:27px;
	height:37px;
}
#pageCharacters .thumbPaginationArrow a,
#pageCharacters .thumbPaginationArrow img
{
	position:absolute;
	top:0px;
	left:0px;
	width:27px;
	height:37px;
}
#pageCharacters #charPaginationArrowLt
{
	left:0px;
}
#pageCharacters #charPaginationArrowRt
{
	right:0px;
}



/*****
/***** games, products
*****/
#pageGames .contentFrame,
#pageParks .contentFrame,
#pageProducts .contentFrame
{
	left:50%;
	top:79px;
	margin-left:-148px;
	width:629px;
	height:308px;
	text-align:left;
	overflow:hidden;
}
#contentMain #pageGames .contentSection,
#contentMain #pageParks .contentSection,
#contentMain #pageProducts .contentSection
{
	position:absolute;
	width:629px;
	height:308px;
	top:308px;
	left:0px;
	margin-left:0px;
}
#pageGames h2
{
	left:50%;
	top:113px;
	margin-left:-170px;
}
#pageGames h2 img.sideHeader
{
	width:18px;
	height:257px;
}
#pageProducts h2
{
	left:50%;
	top:119px;
	margin-left:-183px;
}
#pageProducts h2 img.sideHeader
{
	width:31px;
	height:251px;
}
#pageParks h2
{
	left:50%;
	top:64px;
	margin-left:-178px;
}
#pageParks h2 img.sideHeader
{
	width:26px;
	height:306px;
}



/*****
/***** games, products pagination
*****/
#pageGames .thumbPaginationArrow,
#pageParks .thumbPaginationArrow,
#pageProducts .thumbPaginationArrow
{
	position:absolute;
	width:27px;
	height:37px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pageGames .thumbPaginationArrow,
#pageParks .thumbPaginationArrow
{
	top:135px;
}
#pageProducts .thumbPaginationArrow
{
	position:absolute;
	top:236px;
}
#framedContent .thumbPaginationArrow a,
#framedContent .thumbPaginationArrow img
{
	position:absolute;
	top:0px;
	left:0px;
	width:27px;
	height:37px;
}
#framedContent #paginationArrowLt
{
	left:0px;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/section_arrow_lt.png);
}
#framedContent #paginationArrowRt
{
	right:0px;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/section_arrow_rt.png);
}



/*****
/***** games > activities
*****/
.thumbsListMask
{
	position:absolute;
	overflow:hidden;
}
.sectionGames .thumbsListMask
{
	top:60px;
	left:44px;
	width:552px;
	height:272px;
}
#pageParks .thumbsListMask,
.sectionActivities .thumbsListMask,
.sectionDownloads .thumbsListMask
{
	top:30px;
	left:35px;
	width:552px;
	height:272px;
}
.sectionPrintables .thumbsListMask
{
	top:60px;
	left:107px;
	width:520px;
	height:270px;
}
#pageProducts .thumbsListMask
{
	top:191px;
	left:32px;
	width:565px;
	height:117px;
}
ul.thumbsListHoriz
{
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.thumbsListHoriz li
{
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	position:relative;
}
.sectionGames .thumbsListHoriz li,
.sectionGames .thumbsListHoriz li a
{
	width:180px;
	height:162px;
}
#pageParks .thumbsListHoriz li,
#pageParks .thumbsListHoriz li a,
.sectionActivities .thumbsListHoriz li,
.sectionActivities .thumbsListHoriz li a,
.sectionDownloads .thumbsListHoriz li,
.sectionDownloads .thumbsListHoriz li.buddy a,
.sectionDownloads .thumbsListHoriz li.princess a,
.sectionPrintables .thumbsListHoriz li,
.sectionPrintables .thumbsListHoriz li a
{
	width:138px;
	height:130px;
}

#pageProducts .thumbsListHoriz li,
#pageProducts .thumbsListHoriz li a
{
	width:113px;
	height:117px;
}
ul.thumbsListHoriz li
{
	font-size:90%;
	letter-spacing:normal;
	font-weight:bold;
	display:block;
}
ul.thumbsListHoriz li a
{
	color:white;
}
.thumbsListHoriz .thumbLabel
{
	margin:0 6px;
}
.sectionGames ul.thumbsListHoriz img
{
	width: 160px;
	height:118px;
}
#pageParks ul.thumbsListHoriz img,
.sectionPrintables ul.thumbsListHoriz img,
.sectionActivities ul.thumbsListHoriz img,
.sectionDownloads .thumbWpaper img,
.sectionDownloads .thumbSsaver img,
.sectionDownloads .thumbWpaper .rolloverWpaper,
.sectionDownloads .thumbSsaver .rolloverSsaver
{
	width: 118px;
	height:86px;
}
.sectionDownloads .thumbBuddy img
{
	width: 82px;
	height:82px;
	padding: 2px 18px;
}
.scrollGrid ul.thumbsListHoriz li:hover
{
	background-color:rgba(255,255,255,0.3);
}
.scrollGrid ul.thumbsListHoriz li:hover div.thumbImg
{
	border-color:#485DAE;
}
ul.thumbsListHoriz li div.thumbImg
{
	border:1px solid #24297B;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:6px 9px 3px 9px;
	background:#24297B;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}
.thumbsSubSection a .hiliteListSubBack,
.thumbsSubSection a .hiliteListSubFront
{
	position:absolute;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}
.thumbsSubSection a .imgThumb
{
	position:relative;
}
.thumbsSubSection a .hiliteListSubBack
{
	left:7px;
	top:11px;
	width:98px;
	height:88px;
}
.thumbsSubSection a .hiliteListSubFront
{
	left:0px;
	top:17px;
	width:113px;
	height:73px;
}
.nobreak
{
	white-space:nowrap;
}
.thumbsSubSection a .productThumbLabel
{
	position:absolute;
	background-color: #B0C0E3; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#A6BAE2));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #A6BAE2); 
	background-image: -moz-linear-gradient(top, #FFFFFF, #A6BAE2);
	background-image: -ms-linear-gradient(top, #FFFFFF, #A6BAE2);
	background-image: linear-gradient(top, #FFFFFF, #A6BAE2);
	-webkit-box-shadow:rgba(0,0,0,0.6) 0px 1px 8px;
	-moz-box-shadow:rgba(0,0,0,0.6) 0px 1px 8px;
	box-shadow:rgba(0,0,0,0.6) 0px 1px 8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	top:79px;
	left:3px;
	right:3px;
	padding:2px 2px 0px 2px;
	line-height:12px;
	font-size:12px;
	letter-spacing:normal;
	color:#192578;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	
	height:28px;
	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
   
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}
.thumbsSubSection a.onState,
.thumbsSubSection a.onState .productThumbLabel,
.thumbsSubSection a:hover,
.thumbsSubSection a:hover .productThumbLabel
{
	color:#8D9FD8;
	text-decoration:none;
}
.thumbsSubSection a.onState .productThumbLabel,
.thumbsSubSection a:hover .productThumbLabel
{
	background-color: #CBD8EF;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#C9D7F2));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #C9D7F2); 
	background-image: -moz-linear-gradient(top, #FFFFFF, #C9D7F2);
	background-image: -ms-linear-gradient(top, #FFFFFF, #C9D7F2);
	background-image: linear-gradient(top, #FFFFFF, #C9D7F2);
}
.thumbsSubSection a.onState .hiliteListSubBack,
.thumbsSubSection a.onState .hiliteListSubFront,
.thumbsSubSection a:hover .hiliteListSubBack,
.thumbsSubSection a:hover .hiliteListSubFront
{
	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#pageProducts .contentSubSection
{
	position:absolute;
	width:629px;
	left:629px;
}
#pageProducts .productShot
{
	position:absolute;
	width:260px;
	height:190px;
	left:0px;
	text-align:center;
}
.sectionHomeVideo .productShot,
.sectionBooks .productShot
{
	top:0px;
}
.sectionMusic .productShot
{
	top:56px;
}
#pageProducts .scrollPane
{
	position:absolute;
	width:360px;
	left:260px;
}
.sectionHomeVideo .scrollPane,
.sectionBooks .scrollPane
{
	top:0px;
	height:190px;
}
.sectionMusic h3
{
	margin:8px 390px 8px 30px;
}
.sectionMusic .scrollPane
{
	top:8px;
	height:292px;
}
#pageProducts .scrollPane .txtInner
{
	margin-right:16px;
}
#pageProducts .btnOrder
{
	position:absolute;
	width:140px;
	height:33px;
	background-position: 0% 0%;
	background-repeat: no-repeat; 
}
#pageProducts .btnOrder a.btnOrderHover
{
	position:absolute;
	width:140px;
	height:33px;
}
.sectionHomeVideo .btnOrder
{
	left:62px;
	top:158px;
}
.sectionBooks .btnOrder
{
	left:58px;
	top:158px;
}
.sectionMusic .btnOrder
{
	left:58px;
	top:256px;
}
#pageProducts .btnOrderPre
{
	background-image: url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/products/btn_preorder.png);
}
#pageProducts .btnOrderPost
{
	background-image: url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/products/btn_order.png);
}
#pageProducts .mpaaRatingG
{
	vertical-align:text-top;
	margin-left:10px;
}



.productOrderMenu
{
	position:absolute;
	bottom: 0px;
	width:150px;
	min-height:32px;
	text-align:center;
	font-size:12px;
	letter-spacing:normal;
	margin-left:-5px;
	background: rgb(52,75,160);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NGJhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjI3N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(52,75,160,1) 0%, rgba(34,39,127,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,75,160,1)), color-stop(100%,rgba(34,39,127,1)));
	background: -webkit-linear-gradient(top,  rgba(52,75,160,1) 0%,rgba(34,39,127,1) 100%);
	background: -o-linear-gradient(top,  rgba(52,75,160,1) 0%,rgba(34,39,127,1) 100%);
	background: -ms-linear-gradient(top,  rgba(52,75,160,1) 0%,rgba(34,39,127,1) 100%);
	background: linear-gradient(to bottom,  rgba(52,75,160,1) 0%,rgba(34,39,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344ba0', endColorstr='#22277f',GradientType=0 );
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #9DA8D6;
	-moz-box-shadow:0px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 2px 8px rgba(0,0,0,0.5);
	box-shadow:0px 2px 8px rgba(0,0,0,0.5);
	display:none;
}
.btnOrder:hover .productOrderMenu
{
	display:block;
}
.productOrderMenu ul
{
	margin:0.3em;
	padding:0;
}
.productOrderMenu li
{
	list-style-type:none;
	padding:0;
	margin:0;
}
.productOrderMenu a
{
	padding:2px;
	min-width:130px;
	display:block;
}




.scrollGrid ul.thumbsListHoriz li div.thumbImg img
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.scrollGrid h4
{
	text-align:center;
	margin-top:1em;
}

.scrollPane h3
{
	margin-top:1em;
	margin-bottom:0em;
	text-transform:uppercase;
}
.sectionBooks .scrollPane h3
{
	margin-top:0.6em;
}
.sectionHomeVideo p,
.sectionBooks p,
.sectionMusic p,
{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
p.featuresListHeader
{
	margin-top:0.5em;
	margin-bottom:0.2em;
	background-color:#3E4B9B;
	background-color:#5A67B8;
	background-color:#4956A6;
	font-weight:bold;
	padding:0.25em 1em 0 1em;
}
span.featuresListSubhead
{
	color:#12196F;
	font-weight:bold;
	margin-top:0.25em;
}
span.parens
{
	font-weight:normal;
	font-size:10px;
}
span.movieTitle
{
	font-weight:bold;
	font-style:italic;
}
ul.featuresList,
ul.techSpecsList
{
	margin:0.25em 0 1.5em 0;
	padding-left:1.4em;
}
ul.featuresList li,
ul.techSpecsList li
{
	margin:0;
}
img.mpaaRatingG
{
}
p.techSpecsHeader
{
	margin-top:0.5em;
	margin-bottom:0.2em;
}
p.featuresListHeader,
span.featuresListSubhead,
ul.featuresList
{
	font-size:12px;
}
ul.techSpecsList,
p.techSpecsHeader
{
	font-size:11px;
}
p.featuresListHeader,
span.featuresListSubhead,
ul.featuresList,
ul.techSpecsList,
p.techSpecsHeader
{
	letter-spacing:0.5px;
}



/*****
/***** download pop-ups
*****/
body.dnloadPage
{
	min-width:320px;
}
body.dnloadPage td.branding {
	padding:0.3em;
}
body.dnloadPage img.subhead
{
	margin:0.5em 0 1em 0;
	height:15px;
}
body.dnloadPage img.title
{
	margin-top:5px;
	width:202px;
	height:73px;
}
body.dnloadPage td.btnClose
{
	width:40px;
}
body.dnloadPage td.btnClose a
{
	margin-top:5px;
	position:absolute;
	width:26px;
	height:26px;
	overflow:hidden;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/popup_btn_close.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
body.dnloadPage td.btnClose a:hover
{
	background-position:bottom center;
}

body.dnloadPage td.btnClose a span.alt
{
	display:none;
}

body.dnloadPage h4
{
	background-color:#283887;
	padding-left:1em;
	margin-top:9px;
}
body.dnloadPage td.pc,
body.dnloadPage td.mac
{
	text-align:left;
}

body.dnloadPage td.pc div
{
	padding-right:1em;
}

body.dnloadPage td p,
body.dnloadPage td ol
{
	padding-left:1em;
}

#buddyHolder img {
	position:relative;
	margin:12px;
	width:96px;
	height:96px;
}

#wpaperHolder img {
	border:1px solid #5A6BC6;
	background-color:#283887;
	padding:4px;
	margin:5px 5px 2em 5px;
}
.popCopyright
{
	font-size:80%;
}
.wpaperPage .popCopyright
{
	position:absolute;
	bottom:5px;
	right:1.5em;
}
.thumbWpaper .rolloverWpaper
{
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #24297B;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:6px 9px 3px 9px;
	background: rgba(36,41,123,0.85);
	overflow:hidden;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}
.thumbSsaver .rolloverSsaver
{
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #24297B;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:6px 9px 3px 9px;
	background: rgba(36,41,123,0.85);
	overflow:hidden;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}
.thumbWpaper.over .rolloverWpaper,
.thumbSsaver.over .rolloverSsaver
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.sectionDownloads .rolloverWpaper a:first-child
{
	margin-top:6px;
}
.sectionDownloads .rolloverSsaver a:first-child
{
	margin-top:24px;
}
.sectionDownloads .rolloverWpaper a,
.sectionDownloads .rolloverSsaver a
{
	display:block;
	line-height:18px;
	cursor:pointer;
}
.sectionDownloads .thumbBuddy a
{
	cursor:pointer;
}



/*****
/***** gallery
*****/
.galleryImgContainer
{
	position:absolute;
	left:5px;
	top:5px;
	width:512px;
	height:288px;
	background-color:#000000;
	overflow:hidden;
}

.galleryMd .galleryImgHolder div
{
	position:absolute;
	top:0px;
	left:512px;
	width:512px;
	height:288px;
}
.galleryMd .galleryImgHolder div img
{
	display:none;
}
.galleryMd .galleryImgHolder div.imgLoader
{
	background-repeat:no-repeat;
	background-position:244px 132px;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/preloader_25px_black.gif);
}
.galleryMd .galleryArrow a
{
	position:absolute;
	top:0px;
	width:256px;
	height:288px;
}
.galleryMd .galleryArrow a img
{
	position:absolute;
	top:118px;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.galleryMd .galleryImgNav .galleryBtnBtm a img
{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height:16px;
}
.galleryMd .galleryImgNav .galleryBtnBtm a img,
.galleryMd .galleryArrow a img
{
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
}
.galleryMd .galleryArrowLt a,
.galleryMd .galleryArrowLt a img
{
	left:0px;
}
.galleryMd .galleryArrowRt a,
.galleryMd .galleryArrowRt a img
{
	right:0px;
}
.galleryMd .galleryImgNav .galleryBtnBtm a:hover img,
.galleryMd .galleryArrow a:hover img
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
.galleryMd .galleryImgNav
{
	position:absolute;
	width:100%;
	height:18px;
	bottom:0px;
	background-color:#013d90;
	border-top:1px solid #7fa5e9;
	background-color:rgba(1,61,144,0.6);
	border-top-color:rgba(127,165,233,0.4);
	text-align:left;
}
.galleryMd .galleryImgNav .galleryBtnBtm a img
{
}
.galleryMd .galleryImgNav .galleryBtnFullscreen
{
	position:absolute;
	right:0px;
	top:0px;
}
.sectionVideos .playlistLabel
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:normal;
}

.sectionVideos .scrollThumbs,
.subSectionVideos .scrollThumbs
{
	overflow:auto;
}
.subSectionGallery .scrollThumbs
{
	overflow-y:auto;
	overflow-x:hidden;
}
.sectionVideos .scrollThumbs ul,
.subSectionVideos .scrollThumbs ul,
.subSectionGallery .scrollThumbs ul
{
	position:relative;
	top:0px;
	left:0px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.sectionVideos .scrollThumbs li,
.subSectionVideos .scrollThumbs li,
.subSectionGallery .scrollThumbs li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.sectionVideos .scrollThumbs li a.thumbHolder,
.subSectionVideos .scrollThumbs li a.thumbHolder
{
	position:relative;
	width:84px;
	/*
	height:51px;
	*/
	padding:0px 2px 8px 2px;
	display:block;
}
.subSectionGallery .scrollThumbs li a.thumbHolder
{
	position:relative;
	width:92px;
	height:51px;
	padding:0px 6px 8px 2px;
	display:block;
}
.scrollThumbs a.thumbHolder div.thumbOutline,
.scrollThumbs a.offState div.thumbOutline
{
	position:relative;
	width:84px;
	height:49px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background: #4276CB;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-ms-transition: background 0.4s;
	transition: background 0.4s;
}
.scrollThumbs a.thumbHolder:hover div.thumbOutline,
.scrollThumbs a.onState div.thumbOutline
{
	background: #FFFFFF;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
}
.scrollThumbs a.thumbHolder div.thumbCropper
{
	position:absolute;
	top:2px;
	left:2px;
	width:80px;
	height:45px;
	overflow:hidden;
	background: #808EC1; /*  bg while loading  */
}
.scrollThumbs a.thumbHolder img
{
	width:80px;
	position:absolute;
}
.scrollThumbs a.thumbHolder img,
.scrollThumbs a.offState img
{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.scrollThumbs a.thumbHolder:hover img,
.scrollThumbs a.onState img
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}



/*****
/***** videos
******/
#pageVideos h2
{
	top:169px;
	left:315px;
}
#pageVideos h2 img.sideHeader
{
	width:30px;
	height:175px;
}
#pageVideos .contentFrame
{
	left:350px;
	top:60px;
	width:628px;
	height:298px;
	overflow:hidden;
}
#pageVideos .videoContainerBack,
#pageVideos .videoContainer
{
	left:5px;
	top:5px;
}
#pageVideos #scrollFullPlaylist
{
}
#fullPlaylistFrame
{
	position:absolute;
	width:628px;
	height:298px;
	top:300px;
	left:0px;
}
#scrollThumbsFullPlaylist
{
	position:absolute;
	width:606px;
	height:298px;
	overflow:auto;
	top:0px;
	left:8px;
	padding-bottom:12px;
}

#fullPlaylistBtnClose
{
	position:absolute;
	top:6px;
	right:6px;
	width:30px;
	height:30px;
	z-index:100000003;
}
#fullPlaylistBtnClose img
{
	position:absolute;
	width:24px;
	height:24px;
	top:3px;
	left:3px;
}


.sectionVideos #scrollFullPlaylist div.playlistLabel
{
	font-size:20px;
	font-weigth:bold;
	margin-left:16px;
	margin-right:16px;
	clear:left;
}
.sectionVideos #scrollFullPlaylist div.gridThumb
{
	float:left;
	margin:0px;
	padding:0px;
	width:144px;
	height:102px;
}
.sectionVideos #scrollFullPlaylist a.gridThumbHolder
{
	position:relative;
	width:132px;
	height:90px;
	padding:6px;
	margin:0px;
	display:block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: none;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-ms-transition: background 0.4s;
	transition: background 0.4s;
	color:#121D72;
	text-align:center;
}
.sectionVideos #scrollFullPlaylist a.gridThumbHolder:hover,
.sectionVideos #scrollFullPlaylist a.onState
{
	background: rgba(255,255,255,0.2);
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-ms-transition: background 0.4s;
	transition: background 0.4s;
}
#scrollFullPlaylist a.gridThumbHolder div.thumbOutline,
#scrollFullPlaylist a.offState div.thumbOutline
{
	width:112px;
	height:64px;
	margin:0px 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background: #4276CB;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-ms-transition: background 0.4s;
	transition: background 0.4s;
}
#scrollFullPlaylist a.gridThumbHolder:hover div.thumbOutline,
#scrollFullPlaylist a.onState div.thumbOutline
{
	background: #FFFFFF;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
}
#scrollFullPlaylist a.gridThumbHolder div.thumbCropper
{
	position:relative;
	top:2px;
	left:2px;
	width:108px;
	height:60px;
	overflow:hidden;
	background: #808EC1; /*  bg while loading  */
}
#scrollFullPlaylist a.gridThumbHolder img
{
	width:108px;
}
#scrollFullPlaylist p.videoDesc
{
	margin-top:4px;
	text-align:center;
	font-size:11px;
	line-height:13px;
	letter-spacing:0px;
	font-weight:bold;
}


#pageVideos #scrollFullPlaylist ul
{
	position:relative;
	top:0px;
	left:0px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#pageVideos #scrollFullPlaylist li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#pageVideos #scrollFullPlaylist li a.thumbHolder
{
	position:relative;
	width:84px;
	height:51px;
	padding:0px 2px 8px 2px;
	display:block;
}




/*****
/***** movies
******/

#pageMovies .subSectionVideos,
#pageMovies .subSectionGallery
{
	
	display:none;
	
}
#pageMovies .contentFrame
{
	left:350px;
	top:80px;
	width:628px;
	height:298px;
	display:none;
}
#pageMovies .videoContainerBack,
#pageMovies .videoContainer
{
	left:5px;
	top:5px;
}
#pageVideos .scrollThumbs,
#pageMovies .scrollThumbs
{
	position:absolute;
	left:520px;
	top:5px;
	width:104px;
	height:288px;
}
#pageMovies h2#moviesHeaderMain
{
	top:155px;
	left:50%;
	margin-left:-183px;
}
#pageMovies h2#moviesHeaderMain img.sideHeader
{
	width:31px;
	height:177px;
}
img.sideHeaderStory
{
	width:31px;
	height:276px;
}
img.sideHeaderVideos
{
	width:30px;
	height:175px;
}
img.sideHeaderGallery
{
	width:31px;
	height:213px;
}
h2.moviesHeaderStory
{
	left:316px;
	top:55px;
	display:none;
}
p.moviesReleaseDate
{
	background-color:#142B83;
	padding:0.25em 1em 0 1em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-weight:bold;
	text-transform:uppercase;
}
div.moviesReleaseDate
{
	color:#142B83;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:386px;
	left:350px;
	display:none;
}
#pageMovies h3#moviesMainPrompt
{
	position:absolute;
	width:628px;
	top:48px;
	left:50%;
	margin-left:-147px;
	text-align:center;
	-webkit-text-shadow:rgba(7,8,85,1) 10px 10px 4px;
	-moz-text-shadow:rgba(7,8,85,1) 10px 10px 4px;
	text-shadow:rgba(7,8,85,1) 0px 0px 16px;
	letter-spacing:2px;
}
#contentMain .contentPage .sectionCinderella1
{
	height:10px;
	margin-left:-498px;
}
#contentMain .contentPage .sectionCinderella2
{
	height:10px;
	margin-left:-286px;
}
#contentMain .contentPage .sectionCinderella3
{
	height:10px;
	margin-left:-74px;
}
#pageMovies .poster
{
	position:absolute;
	top:88px;
	left:350px;
	-webkit-box-shadow:0px 0px 16px rgba(7,8,85,0.6);
	-moz-box-shadow:0px 0px 16px rgba(7,8,85,0.6);
	box-shadow:0px 0px 16px rgba(7,8,85,0.6);
}
#pageMovies .subSectionVideos,
#pageMovies .subSectionGallery
{
	position:absolute;
	top:80px;
	left:350px;	
}
#pageMovies .subSectionVideos h2
{
	top:107px;
	left:-34px;
}
#pageMovies .subSectionGallery h2
{
	top:71px;
	left:-34px;
}



#pageMovies .scrollStory
{
	position:absolute;
	top:76px;
	left:568px;
	width:410px;
	height:270px;
	display:none;
}
#pageMovies .scrollStory .txtInner
{
	margin-right:16px;
}



#pageMovies p.breadcrumb
{
	position:absolute;
	top:-32px;
	left:0px;
}
#pageMovies p.breadcrumb a
{
	color:#FFFFFF;
	text-decoration:underline;
}
#pageMovies p.breadcrumb a:hover
{
	text-decoration:none;
}



/*****
/***** movies, games, products section nav
*****/
#pageMovies .navSubSection
{
	display:none;
	left:350px;
}
#pageGames .navSection,
#pageProducts .navSection,
#pageParks .navSection
{
	left:50%;
	margin-left:-148px;
}
#pageMovies .navSubSection,
#pageGames .navSection,
#pageParks .navSection,
#pageProducts .navSection
{
	position:absolute;
	top:49px;
	width:627px;
	height:20px;
	background-color:rgba(14,20,106,0.6);
	border:1px solid #5884BE;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 16px rgba(7,8,85,0.75);
	-moz-box-shadow:0px 0px 16px rgba(7,8,85,0.75);
	box-shadow:0px 0px 16px rgba(7,8,85,0.75);
}
#pageMovies .navSubHilite,
#pageGames .navHilite,
#pageParks .navHilite,
#pageProducts .navHilite
{
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZTZmZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZDNlNmZkIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZDNlNmZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjZDNlNmZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZDNlNmZkIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDNlNmZkIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, rgba(211,230,253,0) 0%, rgba(211,230,253,0) 4%, rgba(211,230,253,1) 46%, rgba(211,230,253,1) 54%, rgba(211,230,253,0) 96%, rgba(211,230,253,0) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,230,253,0)), color-stop(4%,rgba(211,230,253,0)), color-stop(46%,rgba(211,230,253,1)), color-stop(54%,rgba(211,230,253,1)), color-stop(96%,rgba(211,230,253,0)), color-stop(99%,rgba(211,230,253,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(211,230,253,0) 0%,rgba(211,230,253,0) 4%,rgba(211,230,253,1) 46%,rgba(211,230,253,1) 54%,rgba(211,230,253,0) 96%,rgba(211,230,253,0) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(211,230,253,0) 0%,rgba(211,230,253,0) 4%,rgba(211,230,253,1) 46%,rgba(211,230,253,1) 54%,rgba(211,230,253,0) 96%,rgba(211,230,253,0) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(211,230,253,0) 0%,rgba(211,230,253,0) 4%,rgba(211,230,253,1) 46%,rgba(211,230,253,1) 54%,rgba(211,230,253,0) 96%,rgba(211,230,253,0) 99%); /* IE10+ */
	background: linear-gradient(left, rgba(211,230,253,0) 0%,rgba(211,230,253,0) 4%,rgba(211,230,253,1) 46%,rgba(211,230,253,1) 54%,rgba(211,230,253,0) 96%,rgba(211,230,253,0) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3e6fd', endColorstr='#00d3e6fd',GradientType=1 ); /* IE6-8 */
}
#pageMovies .navSubSection ul,
#pageGames .navSection ul,
#pageParks .navSection ul,
#pageProducts .navSection ul
{
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
}
#pageMovies .navSubSection li,
#pageGames .navSection li,
#pageParks .navSection li,
#pageProducts .navSection li
{
	margin:0;
	padding:0;
	float:left;
}
#pageMovies .navSubSection li a,
#pageGames .navSection li a,
#pageParks .navSection li a,
#pageProducts .navSection li a
{
	position:relative;
	display:block;
	height:20px;
	text-align:center;
	background-position:top center;
}
#pageMovies .navSubHilite,
#pageMovies .navSubSection li a,
#pageParks .navHilite,
#pageParks .navSection li a
{
	width:208px;
}
/*
#pageGames .navSection li a,
*/
#pageGames .navHilite
{
	width:136px;
}
#pageGames .navSection li a#subnavPrincessGames
{
	width:116px;
}
#pageGames .navSection li a#subnavActivities
{
	width:195px;
}
#pageGames .navSection li a#subnavPrintables
{
	width:156px;
}
#pageGames .navSection li a#subnavDownloads
{
	width:156px;
}
#pageProducts .navHilite,
#pageProducts .navSection li a
{
	width:156px;
}
#pageMovies .navSubSection li a img,
#pageGames .navSection li a img,
#pageParks .navSection li a img,
#pageProducts .navSection li a img
{
	margin:0px auto;
}
.subnavStory,
.subnavVideos,
#subnavPrincessGames,
#subnavActivities,
#subnavPrintables,
#subnavHomeVideo,
#subnavDisneyStore,
#subnavBooks,
#subnavWaltDisneyWorld,
#subnavDisneyland
{
	border-right:1px solid #5884BE;
}
.onStory .subnavStory .overState,
.onVideos .subnavVideos .overState,
.onGallery .subnavGallery .overState,
.onPrincessGames #subnavPrincessGames .overState,
.onActivities #subnavActivities .overState,
.onPrintables #subnavPrintables .overState,
.onDownloads #subnavDownloads .overState,
.onHomeVideo #subnavHomeVideo .overState,
.onDisneyStore #subnavDisneyStore .overState,
.onBooks #subnavBooks .overState,
.onMusic #subnavMusic .overState,
.onWaltDisneyWorld #subnavWaltDisneyWorld .overState,
.onDisneyland #subnavDisneyland .overState,
.onCruiseLine #subnavCruiseLine .overState
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


/*****
/***** iframe
*****/
.iframeLoaderGfc
{
	position:absolute;
	left:302px;
	top:140px;
}
.contentFrame .contentSection iframe
{
	width:629px;
	height:328px;
	display:none;
}
.loadedFrame
{
	background-color:transparent;
	background-image:none;
}
.loadedFrame #framedContent
{
	width:629px;
	height:328px;
	text-align:left;
}
/*****
/***** store iframe
/***** overrides carousel.css
*****/
#pageDisneyStore .scrollButton
{
	width:27px;
	height:37px;
	line-height:37px;
}
#pageDisneyStore .nextNav
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/section_arrow_rt.png);
	background-position:top left;
	margin-right:0px;
	float:none;
	right:0px;
	position:absolute;
}
#pageDisneyStore .prevNav
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/section_arrow_lt.png);
	background-position:top left;
	margin-left:0px;
	left:0px;
}
.prevNav.disabled,
.nextNav.disabled
{
	background-position:top left;
	cursor: default;
}

.scrollGrid div.prompt
{
	padding: 1em 3em 0.3em 3em;
	text-align:center;
}
#pageDisneyStore div.prompt
{
	padding: 1em 3em;
}
#pageDisneyStore .carouselContents
{
	height:180px;
}
#pageDisneyStore .store_carousel .carouselItem {
	-moz-box-shadow:0px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 2px 8px rgba(0,0,0,0.5);
	box-shadow:0px 2px 8px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=90, color='#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=90, Color='#000000')";
	border-color:#24297b;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#pageDisneyStore .store_carousel .carouselItemLabel{
	background-image:none;
	margin-top:28px;
}
#pageDisneyStore .carouselNav{
	margin-top:0px;
}

#pageDisneyStore a
{
	color:#FFFFFF;
}

#pageDisneyStore a.scrollButton img
{
	background-color:transparent;
	width:27px;
	height:37px;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	filter: none;
	-ms-filter: none;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	margin:0;
}
#pageDisneyStore a.scrollButton:hover img
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
#pageDisneyStore .store_carousel.carouselContainer
{
	margin-left:30px;
	margin-top:20px;
}
.carouselItemLabel{
	font-size:12px;
	line-height:12px;
	color:#FFFFFF;
	overflow:visible;
}
#pageDisneyStore .carouselNav a {
	margin:0;
	width:20px;
	height:20px;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/products/disneystore_pagination_btn.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#pageDisneyStore .carouselNav a:hover { background-position:0px -20px; }

#pageDisneyStore .carouselNav .active { background-position:0px -40px;}





/*****
/***** fullscreen gallery
*****/
#galleryFullscreenContainer
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_scrim_dk.png);
	text-align:left;
}
#galleryFullscreenContainer .fsFlexbox
{
	position:absolute;
}
#galleryFullscreenContainer .fsHolder
{
	position:relative;
	width:100%;
	height:100%;
}
.fsHolder .galleryArrow
{
	position:absolute;
	width:50%;
	height:100%;
	top:0px;
	z-index:100000003;
}
.fsHolder .galleryArrowLt
{
	left:0px;
}
.fsHolder .galleryArrowRt
{
	right:0px;
}
.fsHolder .galleryArrow a
{
	width:100%;
	height:100%;
	display:block;
}
.fsHolder .galleryArrow a img
{
	position:absolute;
	top:50%;
	margin-top:-24px;
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
}
.fsHolder .galleryArrow a:hover img
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
.fsHolder .galleryArrowLt a img
{
	left:0px;
}
.fsHolder .galleryArrowRt a img
{
	right:0px;
}
.fsHolder .fsImgHolder
{
	margin-top:36px;
	position:absolute;
	width:100%;
	height:100%;
	-webkit-box-shadow:0px 0px 16px #000000;
	-moz-box-shadow:0px 0px 16px #000000;
	box-shadow:0px 0px 16px #000000;
}
.fsHolder .fsImgs
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	overflow:hidden;
	text-align:left;
}
.fsHolder .fsImgs img
{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
}
.fsImgHolder .fsImgs div.imgLoader
{
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/preloader_25px_black.gif);
	position:absolute;
	top:0px;
	left:100%;
	width:100%;
	height:100%;
}
.slideRight
{
	left:-100%;
}
.slideLeft
{
	left:100%;
}
.slideCtr
{
	left:0%;
}

.slideCtr,
.slideRight,
.slideLeft
{
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	-webkit-transition: left 1s ease-in-out;
	-ms-transition: left 1s ease-in-out;
}
#galleryFullscreenContainer .fsBtnTop a img
{
	position:absolute;
	height:20px;
	margin:8px;
	top:2px;
	filter: alpha(opacity=70);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
}
#galleryFullscreenContainer .fsBtnTop a:hover img
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
#galleryFullscreenContainer .galleryBtnPrint img
{
	left:0px;
}
#galleryFullscreenContainer .galleryBtnClose img
{
	right:0px;
}



/*****
/***** release block & order widget
*****/
div#releaseBlock
{
	z-index:1;
	position:relative;
	width:100%;
	height:129px;
	margin:-72px auto 0px auto;
}
div#releaseBlock #decCrown
{
	position:absolute;
	left:50%;
	margin-left:-48px;
	margin-top:-11px;
	width:96px;
	height:22px;
}
div#releaseBlock #streetRead
{
	position:relative;
	top:16px;
}
div#orderWidget
{
	position:relative;
	margin:0px auto;
	top:42px;
	width:996px;
	height:32px;
	text-align:left;
	letter-spacing:normal;
}
div#orderWidget img#txtOrderNow
{
	position:absolute;
	left:130px;
	top:5px;
}
div#orderWidget div.packShot
{
	position:absolute;
	left:840px;
	top:-32px;
	width:93px;
	height:116px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
div#orderWidget div.packShot img
{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.7);
	-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.7);
	box-shadow:0px 0px 6px rgba(0,0,0,0.7);
	position:absolute;
	padding:1px;
	display:none;
}
div#orderWidget div.packShot img#orderPackJewelryBox{
	margin-left:-24px;
	margin-top:-10px;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
div#orderWidget div.packShot img#orderPackDVDCombo,
div#orderWidget div.packShot img#orderPackDVD,
div#orderWidget div.packShot img#orderPack23CollectionDVD
{
	margin-left:5px;
}
form#orderWidgetForm
{
	position:absolute;
	left:275px;
	top:4px;
}
form#orderWidgetForm select
{
	min-width:120px;
}
form#orderWidgetForm small
{
	margin:8px 4px 8px 12px;
	color:#333333;
	font-weight:bold;
}
form#orderWidgetForm a#orderSubmit
{
	border: 0;
	margin-left:12px;
	position:absolute;
	width:111px;
	height:27px;
	left:426px;
	top:-4px;
}
form#orderWidgetForm a#orderSubmit img
{
}



/*****
/***** promos
*****/
div#promos ul
{
	position:relative;
	width:996px;
	width:880px;
	height:166px;
	margin:40px 35px 0px 35px;
	list-style-type:none;
}
div#promos li
{
	position:relative;
	width:220px;
	height:166px;
	float:left;
}

div#promos li a
{
	position:absolute;
	width:220px;
	height:166px;
}

div#promos li img
{
	position:absolute;
	top:8px;
	left:8px;
}
.promoSpecial
{
	display:none;
}
.activePromoGlobal,
.activePromoSection
{
	/*
	display:none;
	display:inline;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	*/
}



/*****
/***** critical acclaim
*****/
div#acclaim
{
	margin:0px 150px 18px 178px;
	position:relative;
	height:8em;
}
div#acclaim .blurb
{
	position:absolute;
	left:0px;
	display:none;
	width:622px;
}
div#acclaim .blurb:first-child
{
	display:block;
}
div#acclaim span.quote
{
	font-size:130%;
}
div#acclaim small
{
	float:right;
	margin-right:0.5em;
}



/*****
/***** social media age gate & like modal
*****/
#modalSocial
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_scrim_lt.png);
}

#socialFrame
{
	position:relative;
	top:20%;
	width:420px;
	margin:0px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0px 0px 16px #000000;
	-moz-box-shadow:0px 0px 16px #000000;
	box-shadow:0px 0px 16px #000000;
	background-color: #A7B8E7; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A7B8E7), to(#7595D5));
	background-image: -webkit-linear-gradient(top, #A7B8E7, #7595D5); 
	background-image: -moz-linear-gradient(top, #A7B8E7, #7595D5);
	background-image: -ms-linear-gradient(top, #A7B8E7, #7595D5);
	background-image: linear-gradient(top, #A7B8E7, #7595D5);
	padding: 4px;
	color:#333333;
	visibility:hidden;
}

#socialFrame .innerFrame
{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color: #E6EBF8; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6EBF8), to(#B1C0EA));
	background-image: -webkit-linear-gradient(top, #E6EBF8, #B1C0EA); 
	background-image: -moz-linear-gradient(top, #E6EBF8, #B1C0EA);
	background-image: -ms-linear-gradient(top, #E6EBF8, #B1C0EA);
	background-image: linear-gradient(top, #E6EBF8, #B1C0EA);
	padding: 0.5em 1em;
}
.socialBtnClose
{
	position:absolute;
	top:12px;
	right:10px;
	width:30px;
	height:30px;
}
.socialBtnClose img
{
	position:absolute;
	width:24px;
	height:24px;
	top:3px;
	left:3px;
}
#modalSocial h3
{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color: #7696D5; 
	padding: 0.3em 1em 0.2em 1em;
	color:#FFFFFF;
	font-weight:370;
	text-transform:uppercase;
	margin:0.25em 30px 0.15em 0;
	font-size:125%;
}
#fbFrame
{
	display:none;
}
#fbFrameSubscribe
{
	margin-top:1em;
	width:400px;
	height:35px;
	border:none;
	overflow:hidden;
}
#fbFrameLike,
#modalSocial .fbFrameLike
{
	width:400px;
	min-height:200px;
	height:200px;
	border:none;
	overflow:hidden;
	margin:1em 0;
}
#modalSocial .fbFrameLike span:first-child
{
	min-height:200px;
	height:200px;
}



/*****
/***** age gate
*****/
#agegateForm
{
	padding: 0.2em;
}
#agegateForm #promptInternetSafety
{
	font-size:120%;
}
#agegateForm .promptFaded
{
	color:#666666;
}
#agegateForm #promptBirthday
{
	font-size:95%;
	font-weight:800;
}
#agegateForm #ageGateLegal
{
	font-size:80%;
	color:#666666;
	line-height:normal;
	margin:2em 1.5em 1em 0;
}
#agegateHeaderSorry
{
	display:none;
}
#agegateTooYoung
{
	display:none;
	font-weight:800;
	font-size:140%;
}
#agegateTooYoung a
{
	color:#BB0000;
}
#agegateTooYoung a:hover
{
	color:#DD0000;
	text-decoration:none;
}
#agegateForm table
{
	margin-top:2px;
	width:95%;
}
#agegateForm td
{
	text-align:left;
	line-height:27px;
	height:27px;
}
#agegateForm td.btnSubmit
{
	text-align:center;
}
button#ageGateSubmit
{
	border: 0;
	background: transparent;
	width:111px;
	height:27px;
	padding:0px;
}



/*****
/***** rolloverdisclaimer/tooltip
*****/
#tooltip {
	position:absolute;
	left:0px;
	top:0px;
}
#thumbLabelHover,
#infoDisclaimer {
	font-size: 10px;
	letter-spacing:normal;
	position:absolute;
	text-align:center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 16px #000000;
	-moz-box-shadow:0px 0px 16px #000000;
	box-shadow:0px 0px 16px #000000;
	color:#333333;
	background-color: #E6EBF8; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6EBF8), to(#B1C0EA));
	background-image: -webkit-linear-gradient(top, #E6EBF8, #B1C0EA); 
	background-image: -moz-linear-gradient(top, #E6EBF8, #B1C0EA);
	background-image: -ms-linear-gradient(top, #E6EBF8, #B1C0EA);
	background-image: linear-gradient(top, #E6EBF8, #B1C0EA);
	padding: 0.5em 1em;
	z-index:100000002;
}
#thumbLabelHover
{
	width: 100px;
	display:none;
}
#infoDisclaimer
{
	width: 200px;
	margin-left:-100px;
}



/*****
/***** print page
*****/
html.printPage,
body.printPage
{
	background-color:#FFFFFF;
	color:#666666;
	min-width:100px;
}
.printPage a
{
	color:#262E97;
	white-space:nowrap;
	display:block;
}
.printPage table#header
{
	padding-top:1em;
	width:100%;
}
.printPage table#header a,
.printPage table#header span
{
	padding:0.75em 2em;
}
.printPage a:hover
{
	color:#6A71D4;
}
#printImgHolder img {
	border:1px solid #666666;
	padding:4px;
	margin:5px;
}



/*****
/***** jquery.ui.scrollbar
*****/
/***  default  ***/
#scroll-pane,.scroll-pane{position:relative}
.scroll-pane{overflow:hidden}
.scroll-pane .txtInner {margin-right:20px;}
.sectionBooks .txtInner
{
	margin-right:0px;
}
.scroll-content {position:absolute;top:0;left:0}
.slider-wrap{position:absolute;right:0;top:0;background-color:back;width:5px;}
.slider-vertical{position:relative;height:100%;
}
.ui-slider-handle{width:5px;height:10px;margin:0 0 0 6px;background-color:transparent;display:block;position:absolute}
.ui-slider-handle img{border:none}
.scrollbar-top{position:absolute;top:0;}
.scrollbar-bottom{position:absolute;bottom:0;}
.scrollbar-grip{position:absolute;top:50%;margin-top:-6px;}
.ui-slider-range{position:absolute;width:100%;background-color:black}



/***  jquery.ui.scrollbar.css  ***/
.scroll-pane .ui-slider { position: relative; text-align: left; }
.scroll-pane .ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; }

.scroll-pane-vertical { height: 100%; width: 100%; }
.scroll-content-vertical { width: 100%; height: auto; float: left; }
.scroll-bar-wrap-vertical { padding: 0; margin: 0; width: 16px; height: 99%; float: right; }
.scroll-bar-wrap-vertical .ui-slider { background: none; border:0; height: 100%; width: 16px; margin: 0;  }
.scroll-bar-wrap-vertical .ui-handle-helper-parent { position: relative; width: 16px; height: 100%; margin: 0 auto; }
.scroll-bar-wrap-vertical .ui-slider-handle { left:0em; width: 8px; margin-left: 0em; margin-bottom: -2px; }
.scroll-bar-wrap-vertical .ui-slider-handle .ui-icon { margin:  0; position: relative; left: 50%; }


/***  jquery.ui.scrollbar.css  ***/
.scrollThumbs .scroll-pane-ease
{
	transition: margin-top 0.4s ease-in-out;
	-moz-transition: margin-top 0.4s ease-in-out;
	-o-transition: margin-top 0.4s ease-in-out;
	-webkit-transition: margin-top 0.4s ease-in-out;
}
.scrollThumbs .scroll-bar-ease
{
	transition: bottom 0.4s ease-in-out;
	-moz-transition: bottom 0.4s ease-in-out;
	-o-transition: bottom 0.4s ease-in-out;
	-webkit-transition: bottom 0.4s ease-in-out;
}


/***  greyshade.css  ***/
.scroll-pane .ui-state-default,
.scroll-pane .ui-widget-content .ui-state-default,
.scroll-pane .ui-widget-header .ui-state-default {
	/* handle */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color: rgba(255,255,255,0.4);
	width:10px;
	transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	-webkit-transition: background-color 0.4s ease-in-out;
}
.scroll-pane .ui-state-hover,
.scroll-pane .ui-widget-content .ui-state-hover,
.scroll-pane .ui-widget-header .ui-state-hover
{
	background-color: rgba(255,255,255,1);
	cursor:  pointer;
}
.scroll-pane .ui-state-active,
.scroll-pane .ui-widget-content .ui-state-active,
.scroll-pane .ui-widget-header .ui-state-active {
	background-color: rgba(255,255,255,1);
}

.scroll-bar-wrap-vertical {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:rgba(4,5,88,0.15);
	width:10px;
	margin: 0 5px;
}

#scrollVideoMain .scroll-bar-wrap-vertical,
.subSectionVideos .scroll-bar-wrap-vertical,
.subSectionGallery .scroll-bar-wrap-vertical
{
	margin-right:0px;
}
#pageVideos #fullPlaylistFrame .scroll-bar-wrap-vertical
{
	margin-right:2px;
}


#pageVideos #fullPlaylistFrame .scroll-bar-wrap
{
	height:80%;
	margin-top:40px;
}
#pageVideos #fullPlaylistFrame .scroll-content-vertical {
	overflow:visible;
}
#scrollVideos1 .scroll-content-vertical
{
	height:960px;
}
#scrollVideos1 .scroll-bar-vertical
{
	height:285px;
}
#framedContent .scroll-bar-wrap
{
	height:178px;
	margin-top:10px;
}
#framedContent .scroll-content-vertical {
	overflow:visible;
}

.scroll-bar-wrap-vertical .ui-slider-handle { width: 16px; background: #fff; margin-bottom: 0px; }
		
		
.scroll-pane .ui-state-default,
.scroll-pane .ui-widget-content .ui-state-default,
.scroll-pane .ui-widget-header .ui-state-default {
	background-color: #9BA6CD;
}
html.no-rgba .scroll-pane .ui-state-hover,
html.no-rgba .scroll-pane .ui-widget-content .ui-state-hover,
html.no-rgba .scroll-pane .ui-widget-header .ui-state-hover,
html.no-rgba .scroll-pane .ui-state-active,
html.no-rgba .scroll-pane .ui-widget-content .ui-state-active,
html.no-rgba .scroll-pane .ui-widget-header .ui-state-active {
	background-color:#FFFFFF;
}



/*****
/***** Modernizr
*****/
html.no-js #masterPage
{
	display:block;
}
html.no-multiplebgs #masterPage
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_page.jpg);
}
html.no-rgba div.packShot
{
	background-color:transparent;
	-webkit-box-shadow:0px 0px 6px #070855;
	-moz-box-shadow:0px 0px #070855;
	box-shadow:0px 0px 6px #070855;
}
html.no-rgba .paginationButtons
{
	background-color:#013D90;
}
html.no-rgba .galleryMd .galleryImgNav
{
	background-color:none;
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_dkblue.png);
}
html.no-rgba .galleryMd .contentFrame
{
	background-color:#6993CB;
	-webkit-box-shadow:0px 0px 16px #070855;
	-moz-box-shadow:0px 0px 16px #070855;
	box-shadow:0px 0px 16px #070855;
}
html.no-rgba .contentFrame
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_scrim_white.png);
}
html.no-rgba #pageCharacters .contentSection .still
{
	border:1px solid #4f61A0;
}
html.no-rgba .galleryMd .galleryImgNav
{
	background-color:#013d90;
}
html.no-rgba #pageMovies .navSubSection,
html.no-rgba #pageProducts .navSection,
html.no-rgba #pageParks .navSection,
html.no-rgba #pageGames .navSection
{
	background-color:#0E146A;
}
html.no-rgba a#btnFullPlaylist,
html.no-rgba a.btnLangToggle
{
	background-color:#013D90;
}
html.no-rgba .sectionVideos #scrollFullPlaylist a.gridThumbHolder:hover,
html.no-rgba .sectionVideos #scrollFullPlaylist a.onState
{
	background: #91C6EB;
}


html.no-svg .paginationButtons a
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/home/pagination_btn_off.png);
}
html.no-js a .overState,
html.no-js a button .overState
{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*
.scroll-content-vertical { width: 100%; height: auto; float: left; }
.scroll-content-vertical { overflow: hidden; width: 100%; height: auto; float: left; }
*/


html.lt-ie9 .scroll-pane{
	overflow-x: hidden;
	overflow-y:auto;
}
/*****
/***** IE8 & 7
*****/
html.lt-ie9 a .overState,
html.lt-ie9 button .overState,
html.lt-ie9 nav#navMain a img.overState,
html.lt-ie9 #charThumbsNav .charHiliteBack,
html.lt-ie9 #charThumbsNav .charHiliteFront,
html.lt-ie9 .thumbsSubSection a .hiliteListSubBack,
html.lt-ie9 .thumbsSubSection a .hiliteListSubFront
{
	filter:none;
	display:none;
}
html.lt-ie9 #pageDisneyStore a.scrollButton:hover img
{
	filter:none;
}
html.lt-ie9 a:hover .overState,
html.lt-ie9 button:hover .overState
html.lt-ie9 nav#navMain a:hover img.overState,
html.lt-ie9 .onHome nav#navMain a#navHome img.overState,
html.lt-ie9 .onCharacters nav#navMain a#navCharacters img.overState,
html.lt-ie9 .onVideos nav#navMain a#navVideos img.overState,
html.lt-ie9 .onMovies nav#navMain a#navMovies img.overState,
html.lt-ie9 .onGames nav#navMain a#navGames img.overState,
html.lt-ie9 .onProducts nav#navMain a#navProducts img.overState,
html.lt-ie9 .onParks nav#navMain a#navParks img.overState,
html.lt-ie9 .onState .charHiliteFront,
html.lt-ie9 #charThumbsNav #charHiliteBack .overState,
html.lt-ie9 #charThumbsNav .onState,
html.lt-ie9 .onStory .subnavStory .overState,
html.lt-ie9 .onVideos .subnavVideos .overState,
html.lt-ie9 .onGallery .subnavGallery .overState,
html.lt-ie9 .onPrincessGames #subnavPrincessGames .overState,
html.lt-ie9 .onActivities #subnavActivities .overState,
html.lt-ie9 .onPrintables #subnavPrintables .overState,
html.lt-ie9 .onDownloads #subnavDownloads .overState,
html.lt-ie9 .onHomeVideo #subnavHomeVideo .overState,
html.lt-ie9 .onDisneyStore #subnavDisneyStore .overState,
html.lt-ie9 .onBooks #subnavBooks .overState,
html.lt-ie9 .onMusic #subnavMusic .overState,
html.lt-ie9 .onWaltDisneyWorld #subnavWaltDisneyWorld .overState,
html.lt-ie9 .onDisneyland #subnavDisneyland .overState,
html.lt-ie9 .onCruiseLine #subnavCruiseLine .overState,
html.lt-ie9 .thumbsSubSection a.onState .hiliteListSubBack,
html.lt-ie9 .thumbsSubSection a.onState .hiliteListSubFront,
html.lt-ie9 .thumbsSubSection a:hover .hiliteListSubBack,
html.lt-ie9 .thumbsSubSection a:hover .hiliteListSubFront
{
	filter: none;
	display:block;
}
html.lt-ie9 #pageMovies .navSubHilite,
html.lt-ie9 #pageProducts .navHilite,
html.lt-ie9 #pageParks .navHilite
{
	background: top center repeat-y url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/movies/subnav_hilite.png);
}
html.lt-ie9 #pageGames .navHilite
{
	background: top center repeat-y url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/movies/subnav_hilite_narrow.png);
}



/*****
/***** IE7
*****/
html.lt-ie8 body
{
	background-color:#0B1167;
	color:#FFFFFF;
}
html.lt-ie8 a
{
	color:#E9CA28;
}
html.lt-ie8 #masterPage
{
	background-image:url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_page.jpg);
}
html.lt-ie8 #globalChrome,
html.lt-ie8 #disneyFooter
{
	letter-spacing:0px;
}
html.lt-ie8 nav#navMain li
{
	margin:0 0 -4px 0;
	padding:0;
}
html.lt-ie8 nav#navMain li a
{
	margin-left:-24px;
	margin-top:1px;
}
html.lt-ie8 #scrollStory .txtInner
{
	padding-bottom:1em;
}
html.lt-ie8 #pageVideos .scrollThumbs li a.thumbHolder,
html.lt-ie8 #pageMovies .scrollThumbs li a.thumbHolder
{
	left:-16px;
}
html.lt-ie8 #navSocial .socialGroup .socialLinks
{
	padding-top:2px;
}
html.lt-ie8 #navSocial .socialGroup .socialLinks a
{
	letter-spacing:0px;
}
html.lt-ie8 ul.thumbsListHoriz li div.thumbImg
{
	border-top:0px;
	border-bottom:2px;
}
html.lt-ie8 nav#navMain #navHilite
{
	left:-10px;
}
html.lt-ie8 #infoDisclaimer
{
	margin-top:1em;
}
html.lt-ie8 #pageCharacters h2
{
	top:53px;
}
html.lt-ie8 #pageVideos h2
{
	top:153px;
}
html.lt-ie8 #pageMovies h2#moviesHeaderMain
{
	top:139px;
}

html.lt-ie8 #pageGames h2
{
	top:97px;
}
html.lt-ie8 #pageProducts h2
{
	top:103px;
}
html.lt-ie8 #pageParks h2
{
	top:48px;
}

html.lt-ie9 .scrollGrid .thumbLabel
{
	font-size:10.5px;
	line-height:12px;
	margin-top:-1px;
}

html.gte-ie9 .gradient {
   filter: none;
}

.iPhoneHorizontal
{
	height:600px;
	overflow:scroll-y;
}


html.lt-ie9 .thumbWpaper .rolloverWpaper,
html.lt-ie9 .thumbSsaver .rolloverSsaver
{
	filter:none;
	display:none;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	background: url(http://a.dolimg.com/franchise/cinderella/4.0/media/images/common/bg_scrim_lt.png);
}
html.lt-ie9 .thumbWpaper:hover .rolloverWpaper,
html.lt-ie9 .thumbSsaver:hover .rolloverSsaver
{
	display:block;
}
html.lt-ie8 #pageProducts .scrollPane .txtInner
{
	font-size:95%;
}
html.lt-ie8 #pageProducts h3
{
	font-size:120%;
}
/*
.store_carousel carouselContainer horizontal
*/
html.lt-ie8 .store_carousel
{
	padding-left:40px;
}

#scrollVideoMain
{
	/* auto displays default scrollbars; hidden hides entirely */
	overflow:hidden;
}
