*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font: 12px Verdana, Arial;
	color: #555;
	background: #DDD;
}
P
{
	line-height: 1.4;
	margin-bottom: 12px;
}
#wrapper
{
	width: 673px;
	margin: 50px auto;
}
.tiny-container
{
	position: relative;
	background: #FFF;
	width: 900px;
	margin: 20px auto 0;
}
.banner-rspc-container
{
	height: 350px;
}
.banner-esal-container
{
	height: 408px;
}
.banner-esal-container #slider, .banner-esal-container #slider LI
{
	height: 408px;
}
.banner-esal-container .pagination
{
	bottom: 10px;
	top: initial;
	left: 50%;
	margin-left: -40px;
}
.banner-esal-container .pagination LI
{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.sliderbutton
{
	display: none;
}
#slider
{
	float: left;
	position: relative;
	overflow: auto;
	width: 900px;
	height: 350px;
}
#slider UL
{
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
}
#slider LI
{
	float: left;
	width: 900px;
	height: 350px;
}
.pagination
{
	position: absolute;
	top: 10px;
	right: 10px;
	list-style: none;
	height: 25px;
}
.pagination LI
{
	float: left;
	cursor: pointer;
	height: 8px;
	width: 8px;
	background: #CCC;
	margin: 0 4px 0 0;
	border: 1px solid #FFF;
}
.pagination LI:hover, LI.current
{
	background: #FFF;
}
#tiny-container2
{
	position: relative;
	background: #FFF;
	height: 428px;
	width: 320px;
	margin: 20px auto 0;
}
#slider2
{
	float: left;
	position: relative;
	overflow: auto;
	width: 320px;
	height: 428px;
}
#slider2 UL
{
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
}
#slider2 LI
{
	float: left;
	width: 320px;
	height: 428px;
}
