#slider_container {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

.devtrixSlider {
	float: left;
	width: 1000px;
	height: 387px;
	overflow: hidden;
	margin-top: 40px;
}

.devtrixSliderPrev {
	background: url(../images/left.png) no-repeat left center;
	width: 60px;
	height: 350px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.devtrixSliderNext {
	background: url(../images/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: 10px 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(../images/bullet.png) no-repeat center center;
}

#devtrixSliderNavigation a.active img
{
	background-image: url(../images/bullet_active.png);
	background-repeat: no-repeat;
	background-position: center center;
}