
           .slideShow {

               margin-bottom: 10px;
/*               padding: 5px;*/
			   width:230px;
			   
			 		   
           }
           .slides {
               position: relative;
               z-index: 1;
               display: none;
           }
          
           .controls {
	             
           }
  
		 .cntrl_left_img a{
		 background:url(../images/left-pdt-arrow.jpg) no-repeat; width:30px; height:30px; float:left; margin-right:10px; margin-top:65px;
		 }
		 
		 .cntrl_left_img a:hover{
		 background:url(../images/left-arrow-over.jpg) no-repeat; width:30px; height:30px; float:left; margin-right:10px; margin-top:65px;
		 }
		 
		  .cntrl_right_img a{
		 background:url(../images/right-pdt-arrow.jpg) no-repeat; width:30px; height:30px;  float:left; margin-left:10px; margin-top:65px;
		 }
		 
		   .cntrl_right_img a:hover{
		 background:url(../images/right-arrow-over.jpg) no-repeat; width:30px; height:30px;  float:left; margin-left:10px; margin-top:65px;
		 }
		
           #slide1 {
               display: block;
           }
           
		   .scroll_pdt_text{
		   font-family:Arial;
		   font-size:13px;
		   color:#888888;
		   text-align:center;
		   font-weight:bold;  
		   }
