#Pro3xEasySlides li
{ 
  /* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
  */ 
  width: 960px;
  height:236px;  
  overflow:hidden; 
}	

#Pro3xEasySlides .slide-content
{
  height: 236px;
  background-color: white;
  padding: 18px 18px 18px 18px;
  color: black;
  margin-right: 2px;
  margin-left: 2px;
}

.Pro3xEasySlidesBox
{
  width: 960px;
  background-color: #efefef;
  padding: 4px 2px 4px 2px;
  color: white;
}

#Pro3xEasySlides .slide-button
{
  display: inline-block;
  font-weight: bold;
  margin-right: 36px;
  margin-top: 9px;
}

#Pro3xEasySlides .slide-content img
{
  float: right;
}

#Pro3xEasySlides .slide-content .info
{
  float: left;
  width: 570px;
  font-size: 16px;
  text-align: justify;
}

#Pro3xEasySlides h2
{
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 32px;
}

#Pro3xEasySlides ul, #Pro3xEasySlides li
{
		margin:0;
		padding:0;
		list-style:none;
}

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
                margin: 4px 0px 0px 2px;
		padding:0;
                height: 28px;
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		/* background:#DAF3F8; */
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}

        ol#controls li a:hover {
		background:gray;
                color: white;
		}

	ol#controls li.current a{
		background:#2fc7f9;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
