

	/*News*/
	.newsList{
		margin-top: 15px;
	}

	.newsList a,
	.newsList a:hover{
		color:#838383;
	}

	.newsList .news{
		background-color:#f2f2f2;
	}
	.newsList .news:hover{
		background-color:#ffffff;
	}

	.newsList .news img{
		width:100%;
		max-width: 100%;
	}

	.newsList .news .cursor{
		background: url('backgrounds/cursor.png');
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    width: 15px;
	    height: 30px;
	    margin-top: -15px;
	}

	.newsList .news h2{
		font-family: 'Corbel-Bold';
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 15px;
	}

	.newsList .news p{
		line-height: 1em;
	}

	.newsList .news .cat{
		font-size: 16px;
	}
	/*End news*/
