/* --- SLIDER --- */
#slideshow, .slideshow {
	height:390px;
	overflow:hidden;
}
#img_wrapper, .img_wrapper{
	position:relative;
	width:700px;
	height:390px;
}
h3#caption, h3.caption{
	padding:10px 0;
}
#items, .items{
	overflow:hidden;
	padding:0;
	width: 100%;
	margin-top:5px;
	height:auto;
	background-color:#f1f1f2;
}
#items li, .items li {
	float:left;
	list-style:none;
	padding-right:3px;
}
#prev, #next, .prev, .next{
	position:absolute;
	width:38px;
	height:48px;
	z-index:100000;
	top:150px;
	text-indent:-9999px;
}
#prev, .prev{
	background:url(images/left.png) center left no-repeat;
	left:0;

}
#next, .next{
	background:url(images/right.png) center right no-repeat;
	right:0;
}
.pics img{
	width: 700px;
	height: 390px;
}
#items img, .items img{
	
}
.red {
	color:#F00;
}

