div.picup_item{
	padding:0;
	margin:0;
	clear:left;
	height:14pt;
	background:#333;
	width:512px;
	overflow: hidden;
}
div.picup_item p{
	float:right;
	text-align:center;
	width:60px;
	color:#fff;
	margin:0;
	font-weight:bold;
	font-family:Verdana;
	padding:0;
	line-height:14pt;
	font-size: 8pt;
	text-transform: uppercase;
	background:#333;
}
#slider{
	width:510px;
}
#slider a{
	text-decoration: none;outline: none;
}
#slider a img{
	border: none;
}

#slider h5{
	font-family: Georgia, Serif;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

#page-wrap{
	width: 500px;
	margin: 0 auto;
	padding: 50px 0;
}

#slider{
	height: 227px;
	border:1px solid #aaa;
	overflow: hidden;
	position: relative;
	margin:0;
	margin-bottom:20px;
	background:url(../img/slide_bg.jpg)bottom repeat-x #fff;
}
  
	/* DEFAULT is for three panels in width, adjust as needed
	 This only matters if JS is OFF, otherwise JS sets this. */ 
#mover{
	width: 2880px;
	position: relative;
}

.slide{
	padding: 10px 20px;
	height:207px;
	width: 480px;
	float: left;
	position: relative;
}
.slide h2{
	font-family: Helvetica, Sans-Serif;
	font-size: 12pt;
	line-height: 14pt;
	letter-spacing: 2px;
	margin:5px 0;
	color: #ac0000;
	width: 250px;
}
.slide h2:first-letter{
	float: left;
	font-size:24pt;
	line-height: 26pt;
	color:#990000;
	font-weight:bold;
}
.slide span{
	line-height:11pt;
	font-size:10pt;
	color: #666;
	display:block;
	overflow:hidden;
	height:130px;
	width: 250px;
}
.slide strong{
	line-height:12pt;
	font-size:8pt;
	background:#ff6347;
	color: #fff;
	display:block;
	text-align:center;
	width: 65px;
	position: absolute;bottom:15px;left:15px;
}
.slide p{
	color:#333;
	font-size: 11pt;
	font-weight:bold;
	text-align:right;
	width: 250px;
	position: absolute;bottom:2px;left:0px;
}
.slide img{
	position: absolute;top: 20px;left: 290px;
	height:190px;
}
.slide a.arrow{
	width:15px;
	height:15px;
	position: absolute;bottom: 15px;left: 250px;
	display:block;
	background:url(../img/arrow.gif) no-repeat;
	font-size:0pt;
	text-indent:-9999pt;
}
.slide a.arrow:hover{
	background:url(../img/arrow2.gif) no-repeat;
}
#slider-stopper{
	position: absolute;bottom:3px;right: 3px;
	color:#fff;
	background:#333;
	font-weight:bold;
	border:1px solid #333;
	font-family:Verdana;
	padding:0 3px;
	line-height:9pt;
	font-size: 7pt;
	text-transform: uppercase;
	z-index: 1000;
}
#slider-stopper:hover{
	color: #aa0000;
	background:#f8f8ff;
	border:1px solid #333;
}


