#lsSeriesInCategoryContainer{
				font-size: 0;
			}
			#lsSeriesInCategoryContainer a{
				text-decoration: none;
				color: #00b6d2;
			}
			#lsSeriesInCategoryContainer a:hover{
				text-decoration: underline;
				color: #00b6d2;
			}
			#lsSeriesInCategoryContent{
				background: white;
				font-size: 0;		
			}
			#lsSeriesInCategoryContent div{
				width: 340px;
				height: 349px;
				display: inline-block;
				vertical-align: top;
				margin-bottom: 20px;
			}
			#lsSeriesInCategoryContent article{
				height: 190px;
				padding-bottom: 13px;
			/*
				overflow: hidden;
			*/
			}
			#lsSeriesInCategoryContent div:nth-child(2n){
				margin-left: 20px;
			}
			#lsSeriesInCategoryContent img{
				background: gray;
				width: 340px;
				height: 191px;
			}
			
			#lsSeriesInCategoryContent h1{
				font-size: 18px;
				color: #00b6d2;
				margin: 20px 0 5px 0;
				padding-left: 10px;
				border-left: 10px solid #f12d8a;
			}	
			#lsSeriesInCategoryContent h2{
				font-size: 16px;
				color: black;
				margin: 0px 20px;
				padding: 0;
			}
			#lsSeriesInCategoryContent p{ 
				font-size: 14px;
				line-height: 120%;
				/*white-space: nowrap;
				text-overflow:ellipsis;*/
				color: black;
				padding: 10px 20px; 
			}