@charset "UTF-8";
/* CSS Document */

#SlideShowContainer {
  width: 565px;
  height: 330px;
  padding-bottom: 20px;
}
 

/* container for slides */
.images {
	position:relative;	
	height:332px;
	width:565px;
	float:left;	
	cursor:pointer;	
}

/* single slide */
.images div.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:332px;
        width: 565px;
}

.images div.slide img {
  width: 563px;
  height: 332px;
}

.images div.slide .overlay {
  background:url(/syscomworld.com/filestore/dev/GFX/transparent.png) repeat-x;
  width:565px;
  height:50px;
  position:absolute;
  left:3px;
  top:285px;
}

.images div.slide .overlay h2 a {
  padding:10px;
  color: #333;
  float:left;
  font-size: 14px;
  font-weight: bold;
}

.images div.slide .overlay a {
  color: #333;
}

.images div.slide .overlay a {
  padding:5px;
  margin-right:20px;
  float:right;
  text-decoration: none;
}



.images div.slide .overlay h2 a:hover,
.images div.slide .overlay h2 a:hover {
  text-decoration:none;
}

/* tabs (those little circles below slides) */
ul.tabs {
  position:absolute;
  width:565px;
  z-index:10;
  list-style: none;
 /* left:522px; */
  float:left;
  top:199px;
}

/* single tab */
ul.tabs li {
  float:left;
}

ul.tabs a {
  margin:3px;
  width:25px;
  height:25px;
  line-height: 25px;
  text-align:center;
  background:url(/syscomworld.com/filestore/dev/GFX/btn_selected.png) no-repeat;
  display:block;
  font-size:12px;
  color:#383838;
	
}

/* mouseover state */
ul.tabs a:hover {
  background:url(/syscomworld.com/filestore/dev/GFX/btn_selected2.png) no-repeat;  
  color:#0035AD;  
  text-decoration:none;       
}

/* active state (current page state) */
ul.tabs a.current { 
  background:url(/syscomworld.com/filestore/dev/GFX/btn_selected2.png) no-repeat;  
  color:#0035AD;  
} 	


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
