#ds_slider { 
    width: 375px; 
    height: 280px; 
	 margin: 0 auto; 
    position: relative; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#4a4a4a', Direction=135, Strength=5);
	background-color:#;
	-webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
    box-shadow: 0px 0px 0px 0px #4a4a4a;
	 -o-box-shadow:0px 0px 0px 0px #4a4a4a; 
}
.silder_text {
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: right;
	padding: 5px;
}

#ds_sliderContent {
	width: 375px;
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0;
	left: 0px;
}
.ds_sliderImage {
    float: left;
    position: relative;
	display: none;
}
.ds_sliderImage span {
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
	padding: 8px;
	width: 368px;
	background-color: #030246;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	color: #CCC;
	display: none;
}
.clear {
	clear: both;
}
.ds_sliderImage span strong {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #CCC;
}
.ds_pos {
	bottom: 0;
	left: 0;
 	width: 375px;
}
ul#ds_sliderContent { list-style-type: none;}

.link {
	color: #CCC;
	border: 1px solid #F33;
}
