@charset "utf-8";
/* CSS Document */

/* Home News Ticker Styles
--------------------------------------------------------------------------------------*/
#Content .tickerbox {
	float: left;
	display: inline;
	width: 940px;
	height: 265px;
	padding: 0;
	clear: both;
	margin: 0 10px 10px 10px;
	background-color: #0A0F29;
	background-image: url(../images/ticker_home/Export1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	position: relative;
}
#Content .tickerbox ul {
	float: left;
	display: inline;
	width: 940px;
	height: 265px;
	margin: 0;
	z-index: 0;
	overflow: hidden;
}
#Content .tickerbox li {
	float: left;
	display:: inline;
	width: 940px;
	height: 265px;
	list-style: none;
	list-postion: inside;
	overflow: hidden;
	z-index: 0;
}
#Content .tickerbox li a:link, #Content .tickerbox li a:visited {
	border: 0;
}
#Content .tickerbox li a img {
	border: 0;
	display: block;
}
#Content .hovered {
	background: #0000000;
}
#Content .tickerbox .ticker_Love {
	z-index: 1;
	position: absolute;
	width: 310px;
	height: 55px;
	top: 30px;
	left: 0;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/Home/JoinUs.png) no-repeat 0px 0px;
}
#Content .tickerbox .ticker_Love:hover {
	background-position: 0px -55px;
}
#Content .tickerbox .ticker_Angel {
	z-index: 2;
	position: absolute;
	width: 310px;
	height: 160px;
	top: 110px;
	right: 0;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/Home/Angel.png) no-repeat 0px 0px;
}
#Content .tickerbox .ticker_Angel:hover {
	background-position: 0px -160px;
}
