/*
body{
	background-color: #111;
	color: white;
	font-family: Arial, "MS Trebuchet", sans-serif;
} */

div#slideShowItems h2{
  color:#93d5ff;
  font-style:normal;
  font-size:15px;
  margin-top:3px;
}

div#slideShowItems h2 a{
  color:#7aa6ff;
  font-style:normal;
	
}

div#slideShowItems{
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size:1.0em;
  color:#ffffff;
  width:595px;
  height:150px;
  overflow:hidden;
  position:relative;
}

div#slideShowItems div{
  padding-left:10px;
  width:595px;
  height:150px;
}


div#slideShowItems img {
  padding:10px;
  margin-right:18px;
  float:right;
}

ul#slideShowCount{
  position:absolute;
  margin-bottom:10px;
  top:290px;
  right:650px;
  float:right;
  margin:0px;
  padding:0px;
  width:400px;
}
ul#slideShowCount li.slide{
  line-height:21px;
	float:right;
	cursor:pointer;
	width:20px;
	height:21px;
	display:block;
	background: transparent url(/images/slideshow/tabs.jpg) no-repeat scroll left top;
}

ul#slideShowCount li.slide span{
  xpadding-left:12px;
  padding-right:6px;

  float:right;
  color:green;
	font-weight:bold;
	font-size:12px;
}

ul#slideShowCount li.slide:hover{
	background-position:left -21px;
}

ul#slideShowCount li.slide.selectedTab{
	background-position:left -21px;
}
div#slideShow{
	/*background:#222;*/
	width:595px;
}

