@charset "utf-8";






body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #280028;
}
#bigshinybox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
}
#bigshinybox #bigshinymenu {
	width: 170px;
	float: left;
	visibility: hidden;
}
#bigshinybox #bigshinymenu .bigshinybutton {
	font-family: "Arial Rounded MT Bold", Arial, "Courier New", Calibri;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 37px;
	width: 170px;
	background-image: url(button.png);
}
#bigshinybox #bigshinymenu .bigshinybutton a {
	font-family: "Arial Rounded MT Bold", Arial, "Courier New", Calibri;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px;
	height: 27px;
	width: 160px;
	background-repeat: no-repeat;
	font-size: 12px;
}

#bigshinybox   #bigshinymenu   .bigshinybutton   a:hover    {
	background-image: url(button_highlight.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#bigshinybox #bigshinymenu .bigshinybutton a:focus {
	background-image: url(button_highlight.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}


#bigshinybox #bigshinymenu .bigshinybutton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bigshinybox #bigshinyshow {
	float: left;
	margin-left: 10px;
	width: 580px;
	height: 400px;
}
#bigshinybox #bigshinyshow #static_title {
	width: 100%;
	position: static;
	overflow: hidden;
	height: 118px;
}
#bigshinybox #bigshinyshow .reason_slides {
	font-family: "Arial Rounded MT Bold", Arial, "Courier New", Calibri;
	font-size: 30px;
	color: #660099;
	padding: 5px;
	height: 200px;
	float: left;
	width: 100%;
}
#bigshinybox #bigshinyshow #static_title #title_0 {
	height: 118px;
}

#bigshinybox #bigshinyshow #reason_slider {
	height: 200px;
	width: 100%;
	overflow: hidden;
}

#bigshinybox #bigshinyshow #static_title #title_1 {
	width: 580px;
}
#bigshinybox  #bigshinyshow  #static_title  #title_2 {
	width: 580px;
}
#bigshinybox  #bigshinyshow  #static_title  #title_3 {
	width: 580px;
}
#bigshinybox #bigshinyshow #static_title #title_4 {
	width: 580px;
}
#bigshinybox  #bigshinyshow  #static_title  #title_5 {
	width: 580px;
}
#shiny_finish {
	background-color: #480048;
	overflow: hidden;
	position: absolute;
	height: 95%;
	width: 100%;
	left: 2px;
	top: 0px;
	margin: 0px;
	font-family: "Arial Rounded MT Bold", Arial, "Courier New", Calibri;
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5%;
	visibility: hidden;
}
#shiny_finish img {
	margin: 10px;
	border: medium solid #330033;
}
#shiny_finish p {
	font-size: 16px;
}
#shiny_finish #shiny_pecker {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#shiny_finish #shiny_pecker img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#shiny_preloader {
	height: 130px;
	width: auto;
	font-family: "Arial Rounded MT Bold", Arial, "Courier New", Calibri;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	background-color: #330033;
	margin-right: auto;
	margin-left: auto;
	padding: 1%;
	margin-top: 10%;
}
#shiny_preloader p {
	font-size: 14px;
	color: #663399;
}
#shiny_preload_hider {
	height: 100%;
	width: 100%;
	visibility: hidden;
}

