#slider_container {
	float: left;
	width: 960px;
	background: url(../img/bg.png) no-repeat 0 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.devtrixSlider {
	float: left;
	width: 880px;
	height: 350px;
	overflow: hidden;
}

.devtrixSliderPrev {
	background: url(../img/left.png) no-repeat left center;
	width: 60px;
	height: 350px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.devtrixSliderNext {
	background: url(../img/right.png) no-repeat right center;
	width: 60px;
	height: 350px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.devtrixSliderDescription {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	color: #000000;
	text-shadow: 0 0 2px #ffffff;
}

.devtrixSliderDescription a, .devtrixSliderDescription a:active, .devtrixSliderDescription a:visited, .devtrixSliderDescription a:hover { color: #cc0000; }
.devtrixSliderDescription a:hover { color: #999999; }

#devtrixSliderNavigation { margin: 0; padding: 5px 0 0 0; height: 18px; text-align: center; overflow-y: hidden;  }

#devtrixSliderNavigation a:link, #devtrixSliderNavigation a:active, #devtrixSliderNavigation a:visited, #devtrixSliderNavigation a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#devtrixSliderNavigation a img
{
	border: none;
	width: 18px;
	height: 18px;
	background: url(bullet.png) no-repeat center center;
}

#devtrixSliderNavigation a.active img
{
	background: url(bullet_active.png) no-repeat center center;
}
