/*******************************************************************************************************************************************************************************************
                          									 CSS Document Author: Michael Oleksak - StarsnSites.com for USA Koi
                            	       						copyright ©2010 all rights reserved. BEGIN WITH GLOBAL DECLARATIONS. 
*******************************************************************************************************************************************************************************************/
#slideshow {
	margin:0 auto;
	width:570px;/*the width of the slider,You should set the same with 3-4 times more*/
	height:270px;/*if an application needs height set it. Just set it everywhere*/
	background:transparent;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:570px;
  height:270px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:550px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:270px;
}

 
 /* Slideshow controls style rules.*/

.control {
  display:block;
  width:40px;
  /*height:40px;*/
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url('../images/larrow.gif') no-repeat 0 0;
  z-index:100;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url('../images/rarrow.gif') no-repeat 0 0;
 z-index:100;
}

#indexes .index /*the inedexes to be styled if needed(background image)*//*************CHANGE!!!!*******************/ 
{ 
  
 text-align:center; 
 display:inline-block; 
 width:24px; 
 height:24px; 
 backgroung-image:url('../images/black.png'); 
} 
 
#indexes .index a 
{ 
 display:block; 
 /*width:24px; 
 height:24px;*/ 
 vertical-align:bottom; 
  
 padding-top:25%; 
  
}




/*******************************************************************************************************************************************************************************************
	End Stylesheet
*******************************************************************************************************************************************************************************************/
