
#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 {
	margin-top: 100px;
	position: relative;
	height: 600px
}


.my_class img {
	height: 100px;
}
#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: 180px;
}
.roundrr_center {
	background-color: transparent;
	height: 160px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 130px;
	width: 175px;
}
.roundrr_speech {
	background-color: transparent;
	background-image: url("../images/speech.png");
	height: 62px;
	left:-50px; right:50px;
	margin-bottom: 0;
	margin-left:46.5%;
	margin-right: auto; padding-right:40px;
	position: absolute;
	top: 40px; text-align:left;
	width: 140px;
	display: none;
}

.keyboard {
	margin-left:-78px;
}
#roundrr_caption {
	color: white;
	font-size: 20px;
	height: 22px;
	left: 48px;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 39.4%;
	margin-right: auto;
	position: absolute;
	top: 60px;
	width: 155px;
	z-index: 500;
	/*comment out the following to disable @font-face use*/
font-family: "微软雅黑", sans-serif;
}
#roundrr_container, #roundrr_container2 {
	position: relative;
	left: -70px;
	top: -170px;
	width: 100px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.roundrr_div_item {
	background-color: none;
	height: 50px;
	padding: 40px;
	color: #234;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}
.selected {
	background-color:red;
	border:2px solid red;
	color:#AABBCC;
	font-size:1.2em;
}
