div.time-select *{
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
}

.time-select {
	width:100%;
	height:60px;
	overflow: hidden;
	background: url("../images/TimeSelect.background.png") repeat-y center;
}

.time-select ol {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200%; /* So the content is likely to fit */
	border-bottom: 1px solid #FFFFFF;
	height: 30px;
}

.time-select li {
	color: #FFFFFF;
	display:block;
	float: left;
	width:40px;
	height:30px;
	position: relative;
	text-align: center;
}

.time-select .year{
	position:absolute;
	right:4px;
	top:2px;
	font-size:8px;
}
.time-select .month{
	margin-top:10px;
	display:block;
}