@charset "utf-8";
/* MAIN */
#sidebar {
	width: 360px;
	float: right;
}
#content_container {
	margin-right: 380px;
}
#news_ticker {
	background: url(../image/common/news_ticket_bg.png) 2px -5px repeat-x transparent;
	width: 560px;
	height: 361px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #0CC #0CC #FFF;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}
#news_ticker ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	height: 364px;
	overflow: hidden;
}
#news_ticker ul#image_slider {
	width: 385px;
}
#news_ticker ul#image_slider li {
	height: 364px;
	margin-left: -87px;
}
#news_ticker ul#image_titles {
	width: 175px;
	position: absolute;
	right: 0;
	top: 0;
}
#news_ticker ul#image_titles li {
	height: 68px;
	color: #FFF;
	padding: 10px 10px 10px 15px;
	margin-bottom: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#news_ticker ul#image_titles li .news_ticker-date {
	font-size: 11px;
	display: block;
}
#news_ticker ul#image_titles li .news_ticker-title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#news_ticker ul#image_titles li * {
	color: #FFF;
}
#news_ticker #ticker_indicator {
	height: 88px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 385px;
	background-color: #000;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #C00;
}
