.tiket{
	border: solid 1px #000;
	width: 170px;
	height: 128px;
	padding: 2px 2px 2px 2px;
	margin: 0 6px 10px 0;
	float: left;
	position: relative;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.img, .img img{
	display: block;
	margin: 0 auto;
	border: 0;
}
.tiket .descript {
	height: 110px;
    margin: 5px auto 0;
    padding: 10px 14px 0;
    width: 140px;
	border: dotted;
	border-width:1px;
}
.descript h5{
	font-size: 15px;
	margin: 0 0 5px;
	color: #000;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
}
.descript p{
	font-size: 11px;
	line-height: 14px;
	color:  #000;
}
.detail{
	bottom: -10px;
	display: block;
	font-size: 10px;
	height: 26px;
	left: 44px;
	line-height: 23px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 87px;
}
