/**
{
	margin: 0;
	padding: 0;
}
*/
p
{
	line-height: 1.4;
	margin-bottom: 12px;
}
#wrapper
{
	width: 520px;
	margin: 0 auto;
	text-align: right;
}


#slider
{
	float: left;
	position: relative;
	overflow: auto;
	width: 299px;
	height: 183px;
	background: #faefd9;
}
#slider ul
{
	position: absolute;
	list-style: none;
	top: 0;
	left: -18px;
}
#slider li
{
	float: left;
	width: 520px;
	height: 30px;
	padding-right: 300px;
}

.pagination li
{
	float: right;
	cursor: pointer;
	margin: 0 4px 0 0;
	text-align: center;
	color: #222;
	background-image: url(images/dote1.png);
}
.pagination li:hover
{
	background-image: url(images/dote2.png);
}
/*li.current
{
}*/
li.ctr1_content
{
	width: 299px;
	height: 183px;
	margin-top: 5px;
	font: 22px;
}
.ctr1_content p
{
	font-size: 11.1pt;
	font-weight: bold;
	color: #633F29;
	font-family: Tahoma;
}
.ctr1_content h1 {
	font-size: 12pt;
	font-family: Georgia,Verdana;
	font-weight: bold;
	margin-bottom: 5px;
	color: #00002B;
	margin-right: 40%;
}



