* {margin:0; padding:0}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:white;
}

h1 {line-height:1.0; margin-top:4px; margin-bottom:12px; font-size:17px;}
p {line-height:1.0; margin-top:2px; margin-bottom:8px; font-size:11px;}
a {text-decoration:underline; color:#FFAA66;}
a:hover {text-decoration:none; color:white;}
img {
	margin-right:2px;
}
#wrapper {
	margin:0px auto;  
	height:182px;
	width:220px;
}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}

#slider {

	width: 220px; 
	height: 180px;
	background: #666 url(/img/gbox.jpg);
		
	float: left; 
	position: relative; 
	overflow: hidden; 
}

#slider ul {
	position:absolute; 
	list-style:none; 
	top:0; 
	left:0px;
}

#slider li {
	float:left; 
	width:200px; 
	height:180px; 
	padding-left:10px;
	padding-right:10px;
}

.pagination {float:left; list-style:none; height:25px; margin:3px 1px 0 1px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; border:1px solid #999; margin:0 3px 0 0; text-align:center; color:#222}
.pagination li:hover {border:1px solid #bbb; color:#000}
li.current {border:1px solid #333; color:#fff;}

li#content {width:464px; height:70px; padding:15px 28px 15px 18px}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

.title {
	color: #787878;
	font-weight: bold;
	font-size: 16px;
}