.newHomePage{
	margin:auto;
	margin-top:4%;
    max-width: 900px;
    min-height: 310px;
}
 
.newHomePage .intro {
    background: url("../imgs/beta.png") no-repeat 0 0 #C1BCA3;
    background-size: 28px;
    font-family: 'Open Sans', sans-serif;    
    color: #FFFFFF;
    height: 210px;
    position: relative;
    width: 210px;
    float:left;
    margin: 2px;
}

.newHomePage .intro h1 {
	font-size: 150%;
    padding: 10px 10px 15px;
    text-align: center;
    line-height: 110%;
}

.newHomePage .intro p {
	font-size: 100%;
 	padding: 5px;
 	text-align: center;
}
 
.newHomePage .collectionType  {
	position: relative;
 	float: left;
 	margin: 2px;
	background: url(../imgs/collectionBlockDropShadow.png) bottom left repeat-x;
	cursor: default;
	    height: 210px;
    
    width: 210px;
}

.newHomePage .collectionType  .collectInner {
	height: 210px;
	cursor: pointer;
}

.newHomePage .collectionType  .collectInner .imgPart {
	float: left;
	width: 210px;
}

.newHomePage .collectionType  .collectInner .content {
	height: 45px;
    bottom:0px;
    position: absolute;
    width: 210px;
    display: table;
    background: url("../imgs/dragTrackBG.png") left bottom transparent;
    font-family: 'Open Sans', sans-serif;
	font-size: 110%;
	color: #fff;
	padding-top: 7px;
	text-align: center;
	display: table-row;
	vertical-align: middle;
}

.newHomePage .collectionType  .collectInner p {
	padding: 0px 7px 7px 7px;
	margin: 0px;
	color: #fff;
	font-size: 13px;
	line-height: 140%;
	margin: 5px;
	text-align:center;
	display: table-row;
	vertical-align: middle;
}

.newHomePage .collectionType  .collectInner p a {
	color: #fff;
}
 
 .imgPart img{
 
 width:210px;
 height:210px
 }

a:-webkit-any-link{
	text-decoration: none;
}
