* { margin: 0; padding: 0; }
body { font: 12px arial;}	
a { color: #666; text-decoration: none; }
a:hover { color: #666; }
a:active, a:focus { outline: none; }
h1 { font-size: 16px; font-weight: bold; padding-bottom: 10px; }
p { padding-bottom: 10px; }
.ico { width: 24px; height: 24px; background-color: #FFF; border: 1px solid #F0E5D8; padding: 0; background-repeat: no-repeat; background-position: 4px 4px; }
.ico-first { background-image: url("../img/ico/first.png"); margin-right: 5px; }
.ico-prev { background-image: url("../img/ico/prev.png"); }
.ico-next { background-image: url("../img/ico/next.png"); }
.ico-last { background-image: url("../img/ico/last.png"); margin-left: 5px; }
.ico-toggle { background-image: url("../img/ico/toggle.png"); margin-top: -6px; }
.left { float: left; }
.right { float: right; }
#wrapper { width: 420px; margin:6px auto; }
.menu { position: relative; list-style-type: none; margin:0 0 0 46px;}
.menu a.tab { padding: 8px 10px 2px 10px; border: 1px solid #F0E5D8; background-color: #FFF; font-size:10px; color: #A77941;}
html>body .menu a.tab {padding: 7px 10px 2px 10px;}
.menu a.tab:hover { color: #C9A476; }
.menu a.selected { border-top-color: #F2EFE1; background-color: #F2EFE1;}
table { width: 100%; background-color: #F0E5D8; }
table tr { background-color: #FFF; }
table thead tr { background-color: #E9F1F4; }
table tr.odd { background-color: #F8FAFA; }
table tr td { padding: 5px; }
table tr td.small { width: 12px; }
table tr td input { width: 13px; height: 13px; }

.main {
	width: 243px;
	}

.scroller {
	width: 243px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #F0E5D8;
	margin-bottom: 5px;
	}

#content-1 {
	width: 2500px;
	}

.slide {
	width: 243px;
	height: 220px;
	float: left;
	background-color: #000;
	padding:1px 11px 0 1px;
	}
