
#slider {
	width: 980px;
	height: 350px;
/*	border: 1px solid gray;	*/
	overflow:hidden;
/*	background-color: #0066A4;*/
	background-color: white;
}


#slider .btn {
	position:absolute;
	top: 140px;
	left: 70px;
	z-index: 100;
}


#slider .btn-top10 {
	
}







/*  NEW SLIDER  */

.slides {
	float: left;
	width: 980px;
	height: 350px;
	display: inline;
	overflow: hidden;
}
.slides img {
  width: 980px;
  height: 350px;
}
/*.slides p.corner {
	width: 20px;
	height: 20px;
	z-index: 99;
	position: absolute;
}
*/
.slides .control {
/*	width: 150px;*/
	width: 350px;
	height: 40px;
/*	border: 1px solid yellow;*/
/*	margin: 300px 0 0 650px;*/
	margin: 300px 0 0 600px;
	z-index: 99;
	position: absolute;
}
.slides .control p#output {
	float: left;
	width: 244px;
	height: 28px;
	padding: 6px 15px;
	overflow: hidden;
	font-weight: bold;
	background:url(/images/global/bg.startslider-out.png) no-repeat transparent ;	
	display:none;
}
.slides:hover .control p#output {background:url(/images/global/bg.startslider.png) no-repeat transparent ;	}

.slides .control p.button {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 5px;
/*	display: none;*/
	cursor: pointer;
}

.slides .control p#topten {
	float:left;
	width: 150px;	
	background:url(/images/global/bg.startslider-out.png) no-repeat transparent ;		
/*	border: 1px solid white;*/
	padding: 5px 15px 7px 25px;
	margin: 0px 0px 0px 5px;
}
.slides:hover .control p#topten {background:url(/images/global/bg.startslider.png) no-repeat transparent ;	}

.slides .control p#topten a {	color:white; text-decoration:none;	}
.slides:hover .control p#topten a {
	color:white;
}

.slides .control #next {background:url(/images/global/btn.startslider.next-out.png) no-repeat transparent ;}
.slides .control #prev {background:url(/images/global/btn.startslider.prev-out.png) no-repeat transparent ;}
.slides .control #pause {background:url(/images/global/btn.startslider.pause-out.png) no-repeat transparent ;}
.slides .control #play {background:url(/images/global/btn.startslider.play-out.png) no-repeat transparent ;display:none;}

.slides:hover .control #next {background:url(/images/global/btn.startslider.next.png) no-repeat transparent ;}
.slides:hover .control #prev {background:url(/images/global/btn.startslider.prev.png) no-repeat transparent ;}
.slides:hover .control #pause {background:url(/images/global/btn.startslider.pause.png) no-repeat transparent ;}
.slides:hover .control #play {background:url(/images/global/btn.startslider.play.png) no-repeat transparent ;}














/* RECENT STYLES FOR S3SLIDER VERSION */





#sliderContent {
   width: 980px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
	margin:0px;
	padding:0px;
}

.s3sliderImage,
.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
/*	border: 2px solid red;*/
}

.s3sliderImage span,
.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 960px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
	display:none!important;
}

.clear {
   clear: both;
} 






