
p.link a
{
	float: left;
	font-family: "Open Sans", Tahoma, Verdana, Arial;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}

	p.link a:hover
	{
		background: yellow;
		color: #ccc;
	}



#intro a.more
{
	font-family: "Open Sans", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	padding:2px 7px 2px 7px;
	color: #ffffff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	white-space: nowrap;
	background: #cf1030;
	text-decoration: none;
}

	#intro a.more:hover
	{
		font-family: "Open Sans", Tahoma, Verdana, Arial;
		font-size: 11px;
		padding:2px 7px 2px 7px;
		color: #ffffff;
		font-weight:bold;
		background: #cf1030;
		text-decoration: underline;
		-moz-box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		box-shadow: 0 0 5px #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;		
		white-space: nowrap;
	}


#intro
{
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	width: 645px;
	height: 340px;
	position: relative;
}

	#intro .body
	{
		width: 473px;
		height: 340px;
		position: absolute;
		padding: 0px 0px 0px 0px;
		float: left;
		margin: 0px;
	}

		#intro .body p
		{
			font-family: "Open Sans", Tahoma, Verdana, Arial;
			font-size: 13px;
			background: rgba(0,0,0,.5);
			color: #ffffff;
			margin: 0;
			padding:5px 5px 5px 5px;
			width: 473px;
			height: 60px;
			text-align: left;
			position: absolute;
			bottom: 0px;
		}

	

	#intro .news
	{
		margin: 0;
		width: 172px;
		height: 340px;
		padding: 0px 0px 0px 0px;
		background-color: #000000;
		border: 0px;
		vertical-align: top;
		overflow: hidden;
		text-align: center;
	}

		#intro .news li
		{
			width: 172px;
			height: 68px;
			font-family: "Open Sans", Tahoma, Verdana, Arial;
			font-size: 10px;
			font-style: normal;
			font-weight: bold;
			color: #FFFFFF;
			text-transform: uppercase;
			text-align: center;
			border-bottom-width: thin;
			border-bottom-style: solid;
			border-bottom-color: #FFFFFF;
			vertical-align: middle;
			background-color: #000000;
		}



			#intro .news li.current
			{
				width: 172px;
				height: 68px;
				font-family: "Open Sans", Tahoma, Verdana, Arial;
				font-size: 10px;
				font-style: normal;
				font-weight: bold;
				color: #000000;
				text-transform: uppercase;
				text-align: center;
				border-bottom-width: thin;
				border-bottom-style: solid;
				border-bottom-color: #FFFFFF;
				vertical-align: middle;
				background-color: #64C8FC;
			}

	





