/* jQuery Roundrr CSS Stylesheet 1.0 */
@font-face {
 font-family: 'utm_nokia_standardregular';
 src: url('../Images/font/utm_nokia_standard-webfont.eot');
 src: url('../Images/font/utm_nokia_standard-webfont.eot?#iefix') format('embedded-opentype'), url('../Images/font/utm_nokia_standard-webfont.woff') format('woff'), url('../Images/font/utm_nokia_standard-webfont.ttf') format('truetype'), url('../Images/font/utm_nokia_standard-webfont.svg#utm_nokia_standardregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
a {
	color: white
}
img {
	border: none
}
#next {
	border-width: 0px;
	background-image: url(../images/btn2.png);
	height: 38px;
	width: 112px;
	display: block;
}
#prev {
	border-width: 0px;
	background-image: url(../images/btn.png);
	height: 38px;
	width: 112px;
	display: block;
	margin-top: 5px;
}
.container {
	position: relative;
	height: 600px;
	margin-top: 10px;
}
.title_cate {
	width: 80px;
	text-align: center;
	margin: 0 auto;
}
.my_class a {
	display: table-cell;
	width: 80px;
	height: 119px;
	vertical-align: middle;
	font-size: 1em;
	line-height: 20px;
	font-weight: 500;
	font-family: "utm_nokia_standardregular";
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #888888;
}
.my_class {
	width: 119px;
	height: 119px;
	background: url(../Images/circle_introBg.png) 0 0 no-repeat;
	text-align: center;
	transition:All 1s ease;
	-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(1); /*Mozilla scale version*/
	-o-transform:scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.my_class:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}
#roundrr_navigation {
	position: absolute;
	top: 105px;
	z-index: 500;
	width: 200px;
	height: 100px;
	left: 750px;
}
#roundrr_navigation p {
	color:white;
	font-family:Arial;
	font-size:12px;
	margin-left:-9px;
	margin-top:-40px;
	width:145px;
}
.centerImage {
	width: 246px;
}
.roundrr_center1 {
	background-color: transparent;
	height: 236px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 170px;
	left: 40px;
	width: 246px;
}
.roundrr_speech {
	background-color: transparent;
	background-image: url("../images/speech.png");
	height: 62px;
	left: -6px;
	margin-bottom: 0;
	margin-left: 41%;
	margin-right: auto;
	position: absolute;
	top: 30px;
	width: 180px;
	display: none;
}
#roundrr_pick {
	background: url(../Images/circle_introBg.png) 0 -120px no-repeat;
	height: 119px;
	margin-bottom: 0;
	margin-left: 48%;
	margin-right: auto;
	position: absolute;
	top: 13px;
	width: 119px;
	z-index: 0;
	transition:All 1s ease;
	-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(1); /*Mozilla scale version*/
	-o-transform:scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.roundrr_pick:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}
.keyboard {
	margin-left:-78px;
}
#roundrr_caption {
	color: white;
	font-size: 27px;
	height: 22px;
	left: -2px;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 42%;
	margin-right: auto;
	position: absolute;
	top: 54px;
	width: 155px;
	z-index: 500;
	/*comment out the following to disable @font-face use*/
font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
}
#roundrr_container, #roundrr_container2 {
	position: relative;
	left: -45px;
	top: -120px;
	width: 100px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.roundrr_div_item {
	background-color: none;
	height: 119px;
	padding: 40px;
	color: #234;
	cursor: pointer;
}
.selected {
	background-color:red;
	border:2px solid red;
	color:#AABBCC;
	font-size:1.5em;
}
/*Sunlight*/
.light {
	width:200px;
	height:400px;
	position:absolute;
	bottom:220px;
	right:600px;
	z-index:-1
}
.light .c1 {
	background:url(../Images/sunlights//1.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	animation: rotate 40s linear infinite;
	-o-animation: rotate 40s linear infinite;
	-moz-animation: rotate 40s linear infinite;
	-webkit-animation: rotate 40s linear infinite;
}
.light .c2 {
	background:url(../Images/sunlights//2.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-moz-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-o-animation: sunlight 10s ease-in-out 0s infinite alternate;
	animation: sunlight 10s ease-in-out 0s infinite alternate;
}
.light .c3 {
	background:url(../Images/sunlights//3.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-moz-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-o-animation: sunlight 10s ease-in-out 0s infinite alternate;
	animation: sunlight 10s ease-in-out 0s infinite alternate;
}
.light .c4 {
	background:url(../Images/sunlights//4.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	animation: rotate 20s linear infinite;
	-o-animation: rotate 20s linear infinite;
	-moz-animation: rotate 20s linear infinite;
	-webkit-animation: rotate 20s linear infinite;
}
.light .c5 {
	background:url(../Images/sunlights//5.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-moz-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-o-animation: sunlight 10s ease-in-out 0s infinite alternate;
	animation: sunlight 10s ease-in-out 0s infinite alternate;
}
.light .c6 {
	background:url(../Images/sunlights//6.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: lighting 10s ease-in-out 0s infinite alternate;
	-moz-animation: lighting 10s ease-in-out 0s infinite alternate;
	-o-animation: lighting 10s ease-in-out 0s infinite alternate;
	animation: lighting 10s ease-in-out 0s infinite alternate;
}
.light .c7 {
	background:url(../Images/sunlights//7.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-moz-animation: sunlight 10s ease-in-out 0s infinite alternate;
	-o-animation: sunlight 10s ease-in-out 0s infinite alternate;
	animation: sunlight 10s ease-in-out 0s infinite alternate;
}
.light .c8 {
	background:url(../Images/sunlights//8.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: lighting 5s ease-in-out 0s infinite alternate;
	-moz-animation: lighting 5s ease-in-out 0s infinite alternate;
	-o-animation: lighting 5s ease-in-out 0s infinite alternate;
	animation: lighting 5s ease-in-out 0s infinite alternate;
}
.light .c9 {
	background:url(../Images/sunlights//9.png) no-repeat;
	width:200px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation: sunlight 6s ease-in-out 0s infinite alternate;
	-moz-animation: sunlight 6s ease-in-out 0s infinite alternate;
	-o-animation: sunlight 6s ease-in-out 0s infinite alternate;
	animation: sunlight 6s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes sunlight {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
 33% {
 -webkit-transform: translate3d(-10px, 20px, 0);
 -moz-transform: translate3d(-10px, 20px, 0);
 -ms-transform: translate3d(-10px, 20px, 0);
 -o-transform: translate3d(-10px, 20px, 0);
}
 66% {
 -webkit-transform: translate3d(-5px, -20px, 0);
 -moz-transform: translate3d(-5px, -20px, 0);
 -ms-transform: translate3d(-5px, -20px, 0);
 -o-transform: translate3d(-5px, -20px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes sunlight {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
 33% {
 -webkit-transform: translate3d(-10px, 20px, 0);
 -moz-transform: translate3d(-10px, 20px, 0);
 -ms-transform: translate3d(-10px, 20px, 0);
 -o-transform: translate3d(-10px, 20px, 0);
}
 66% {
 -webkit-transform: translate3d(-5px, -20px, 0);
 -moz-transform: translate3d(-5px, -20px, 0);
 -ms-transform: translate3d(-5px, -20px, 0);
 -o-transform: translate3d(-5px, -20px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
}
@-o-keyframes sunlight {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
 33% {
 -webkit-transform: translate3d(-10px, 20px, 0);
 -moz-transform: translate3d(-10px, 20px, 0);
 -ms-transform: translate3d(-10px, 20px, 0);
 -o-transform: translate3d(-10px, 20px, 0);
}
 66% {
 -webkit-transform: translate3d(-5px, -20px, 0);
 -moz-transform: translate3d(-5px, -20px, 0);
 -ms-transform: translate3d(-5px, -20px, 0);
 -o-transform: translate3d(-5px, -20px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
}
@keyframes sunlight {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
 33% {
 -webkit-transform: translate3d(-10px, 20px, 0);
 -moz-transform: translate3d(-10px, 20px, 0);
 -ms-transform: translate3d(-10px, 20px, 0);
 -o-transform: translate3d(-10px, 20px, 0);
}
 66% {
 -webkit-transform: translate3d(-5px, -20px, 0);
 -moz-transform: translate3d(-5px, -20px, 0);
 -ms-transform: translate3d(-5px, -20px, 0);
 -o-transform: translate3d(-5px, -20px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
}
}
@keyframes rotate {
 from {
transform: rotate(0deg) translateZ(0);
}
to {
	transform: rotate(360deg) translateZ(0);
}
}
@-o-keyframes rotate {
 from {
-o-transform: rotate(0deg) translateZ(0);
}
to {
	-o-transform: rotate(360deg) translateZ(0);
}
}
@-ms-keyframes rotate {
 from {
-ms-transform: rotate(0deg) translateZ(0);
}
to {
	-ms-transform: rotate(360deg) translateZ(0);
}
}
@-moz-keyframes rotate {
 from {
-moz-transform: rotate(0deg) translateZ(0);
}
to {
	-moz-transform: rotate(360deg) translateZ(0);
}
}
@-webkit-keyframes rotate {
 from {
-webkit-transform: rotate(0deg) translateZ(0);
}
to {
	-webkit-transform: rotate(360deg) translateZ(0);
}
}
 @-webkit-keyframes lighting {
 0% {
 -webkit-transform: scale(0.7);
 -moz-transform: scale(0.7);
 -ms-transform: scale(0.7);
 -o-transform: scale(0.7);
}
 33% {
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
@-moz-keyframes lighting {
 0% {
 -webkit-transform: scale(0.7);
 -moz-transform: scale(0.7);
 -ms-transform: scale(0.7);
 -o-transform: scale(0.7);
}
 33% {
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
@-o-keyframes lighting {
 0% {
 -webkit-transform: scale(0.7);
 -moz-transform: scale(0.7);
 -ms-transform: scale(0.7);
 -o-transform: scale(0.7);
}
 33% {
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
@keyframes lighting {
 0% {
 -webkit-transform: scale(0.7);
 -moz-transform: scale(0.7);
 -ms-transform: scale(0.7);
 -o-transform: scale(0.7);
}
 33% {
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
