 

.cast-wrapper2{
	width: 100%;
    box-sizing: border-box;
    padding: 1%;
    text-align: center;
    margin: 0px;
}
div.cast-wrapper2 {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div.thum-cast-inner2 {
	width: 166px;
	height: 310px;
	display: inline-block;
	margin: 10px 11px 0px 0;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #ca74c6;
	background: url(../images/bg-thum.jpg);
	position: relative;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 2px #FFCCCC;
	box-shadow: 2px 2px 2px #FFCCCC;
}
.thum-profile {
	text-align: center;
	width: 148px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
}
.thum-name {
	font-size: 12px;
	font-weight: bold;
	color: #e80d7e;
	text-shadow: 1px 1px #000;
}
.thum-size {
	font-size: 11px;
	color: #b65b5b;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}


.thum-time {
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
 
.thum-img {
	border: 1px solid #c4116b;
	border-radius: 3px;
}
.type-icon {
	margin-top: 5px;
	height: 17px;
	margin-bottom: 5px;
}
 