@charset "utf-8";
/* CSS Document */

/* =====================================================================
*
*	page top css
*
* =================================================================== */

/* =====================================================================
*	contents
* =================================================================== */

/* ---------------------------------
*   image_slider
*/
#image_slider {
	position: relative;
	width: 1000px;
	height: 320px;
	padding: 0;
	margin: 0 auto;
}

#image_slider .inner {
	position: relative;
}

.main_view {
	position: relative;
	width: 1000px;
	height: 320px;
}

.window {
	position: relative;
	width: 1000px;
	height: 320px;
	overflow: hidden;
}

.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 320px;
	overflow: hidden;
}

	.image_reel ul{
		width: 5000px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.image_reel li{
		width: 1000px;
		height: 320px;
		float: left;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	
	.image_reel a{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.image_reel a:hover{
		background: none;
	}
	
	.image_reel h3{
		font-size: 24px;
		margin-bottom: 40px;
		height: 40px;
		line-height: .8em;
		padding-top: 10px;
	}
	
		.image_reel h3 span{
			display: block;
		}
	
	.image_reel .top-text-area{
		padding: 50px 0 0 50px;
	}

.paging {
	position: absolute;
	width: 110px;
	height:12px;
	left: 445px;
	bottom: 10px;
	z-index: 100;
}

.paging a {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: url(../images/nav_slide.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

.paging a.active { background-position: 0 -12px; }
.paging a:hover, .paging a.current { background-position: 0 -12px; }

/* ---------------------------------
*   news
*/
#news {
	float: left;
	width: 780px;
	height: 32px;
}

#news h3 {
	float: left;
	width: 103px;
	height: 32px;
	margin: 4px 0 0 1px;
	background: url(../images/h3_news.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

#news .tickercontainer { /* the outer div with the black border */
	float: right;
	width: 660px;
	height: 27px; 
	margin: 4px 0 0 0;
	padding: 0;
	overflow: hidden; 
}

#news .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 660px;
	overflow: hidden;
}

#news ul.newsticker { /* that's your list */
	position: relative;
	left: 660px;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#news ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	white-space: nowrap;
	margin: 0 80px 0 0;
	padding: 0;
	font-size: 77%;
	letter-spacing: 1px;
	line-height: 1;
}

#news ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 80px 0 0;
}

#news ul.newsticker span {
	margin: 0 15px 0 0;
}

/* ---------------------------------
*   itemBlock
*/
#itemBlock {
	width: 784px;
}

#itemBlock li{
	position: relative;
}

#itemBlock .badge{
	position: absolute;
	left: 0;
	top: 0;
}