.fp-slider
	{
	margin:0px auto;
	position:relative;
	width:290px;
	height:170px;
	overflow:hidden;
	}
.fp-slides-container
	{
	border:0px solid #121212;
	}
.fp-slides, .fp-thumbnail, .fp-prev-next-wrap, .fp-nav
	{
	width:290px;
	}
.fp-content
	{
	width:290px;
	}
.fp-slides, .fp-thumbnail
	{
	height:170px;
	overflow:hidden;
	position:relative;
	}

.fp-more, .fp-more:hover
	{
	color:#fff;
	font-weight:bold
	}
.fp-nav
	{
	height:12px;
	text-align:center;
	padding:10px 0 4px 0;
	background:#121212
	}
.fp-pager a
	{
	background:#000;
	cursor:pointer;
	margin:0 8px 0 0
	padding:0;
	display:inline-block;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-999px;
	background-position:0 0;
	float:none;
	line-height:1;
	opacity:0.7;
	filter:alpha(opacity = 70)
	}
.fp-pager a:hover, .fp-pager a.activeSlide
	{
	text-decoration:none;
	background-position:0 -112px;
	opacity:1.0;
	filter:alpha(opacity = 100)
	}
.fp-prev-next-wrap
	{
	position:absolute;
	top:120px;
	left:0;
	height:37px;
	}
.fp-prev
	{
	float:left;
	margin-left:14px;
	width:37px;
	height:37px;
	background:url('images/left.png') no-repeat left top;
	opacity:0.6;
	filter:alpha(opacity = 60)
	}
.fp-prev:hover
	{
	opacity:0.8;
	filter:alpha(opacity = 80)
	}
.fp-next
	{
	float:right;
	width:37px;
	height:37px;
	margin-right:14px;
	background:url('images/right.png') no-repeat right top;
	opacity:0.6;
	filter:alpha(opacity = 60)
	}
.fp-next:hover
	{
	opacity:0.8;
	filter:alpha(opacity = 80)
	}
	
* {
	border: none;
	margin: 0;
	padding: 0;
	outline:none;
}