
.slider
{
	float: left;
	width: 800px;
	height: 300px;
	position: relative;
	padding-bottom: 26px;
	background: url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent
{
	float: left;
	width: 800px;
	height: 300px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.sliderArrows a
{
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(../gfx/prev_next.png);
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}

.prev
{
	background-position: 0 0;
	left: 15px;
}

.prev:hover
{
	background-position: 0 -44px;
}

.next
{
	right: 15px;
	background-position: -44px 0;
}

.next:hover
{
	background-position: -44px -44px;
}

.sliderContent .item
{
	position: absolute;
	width: 800px;
	height: 300px;
	background: #fff;
}

.sliderBullets
{
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 50;
	margin-left: -45px;
}

.sliderBullets a
{
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin-left: 5px;
	width: 10px;
	height: 11px;
	background: url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active
{
	background-position: 0 -11px;
}

.sliderContent a
{
	outline: none;
}

a
{
	color: Gray;
}

a img
{
	border: none;
}

#content
{
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.selecterBtns
{
	float: left;
	width: 800px;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
}

.selecterBtns a
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #EDEDED;
	color: #111;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 28px;
	margin-right: 4px;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
}

.selecterBtns .active, .selecterBtns a:hover
{
	background: #111;
	color: #fff;
}

.selecterContent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.selecterContent a
{
	outline: none;
}

.selecterContent li
{
	width: 140px;
	height: 120px;
	overflow: hidden;
}

ul.nolist, ul.nolist li
{
	display: block;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
}

ul.nolist li
{
	float: left;
	margin: 0 5px 5px 0;
}

a
{
	color: #fff;
}

a img
{
	border: none;
}





