#wrapper .body .side {
	margin-top:					35px;
	float:						left;
	width:						400px;
	height:						585px;
	position:					relative;
	overflow:					hidden;
}

#wrapper .body .side .ticker {
	position:					absolute;
	bottom:						0px;
	height:						124px;
	width:						100%;
	padding-top:				8px;
	background-image:			url(/images/site/ticker-bg.png);
	left:						0px
}

#wrapper .body .side .ticker .items {
	width:						266px;
	overflow:					hidden;
	margin-left:				68px;
}

#wrapper .body .side .ticker .button-left {
	position:					absolute;
	width:						68px;
	left:						0px;
}

#wrapper .body .side .ticker .button-right {
	position:					absolute;
	width:						68px;
	top:						0px;
	right:						0px;
}

#wrapper .body .side .ticker .image {
	margin:					20px;
}

#wrapper .body .side .ticker .counter {
	width:						68px;
	display:					block;
	text-align:					center;
	font-family:				Georgia;
	font-size:					14px;
}

#wrapper .body .side .ticker .items ul {
	width:						536px;
	height:						115px;
	margin-top:					5px;
}

#wrapper .body .side .ticker .items ul li {
	width:						103px;
	float:						left;
	padding:					15px;
}

#wrapper .body .side .ticker .items ul li h3 {
	background-color:			#000;
	padding:					2px;
	font-family:				Georgia;
	padding:					5px;
	text-align:					center;
}

#wrapper .body .side .ticker .items ul li div {
	padding:					5px;
	margin-top:					5px;
	height:						60px;
	background-image:			url(/images/site/ticker-li-bg.png);
}

#wrapper .body .side .ticker .items ul li div p {
	font-size:					9px;
	line-height:				12px;
}

#wrapper .body .side .ticker .items ul li div a {
	font-size:					9px;
}

#wrapper .body .side .inset {
	position:					absolute;
	width:						400px;
	height:						350px;
	bottom:						0px;
	left:						0px;
	background-image:			url(/images/site/inset-bg.png);
	padding-top:				12px;
}

#wrapper .body .side .showinset {
	position:					absolute;
	padding:					3px;
	bottom:						0px;
	background-color:			#000;
	font-size:					10px;
	right:						0px;
	cursor:						pointer;
	display:					none;
}

#wrapper .body .side .inset .underscripture {
	position:					absolute;
	left:						0px;
	width:						100%;
	padding:					16px;
	bottom:						0px;
	color:						#000;
	font-size:					11px;
	z-index:					99999;
}

