@CHARSET "UTF-8";

#slider-container {
}

#slider {
  width:484px;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
}
.com_homescreen #slider {
	height: 300px;
	overflow: hidden;
	}

#slider .item {
  position: relative;
  margin-bottom:2px;
  width: 484px;
  height: 300px;
  background: #aacaee; /* Old browsers */
  background: -moz-linear-gradient(top, #aacaee 0%, #bddbf3 50%, #d6e9f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aacaee), color-stop(50%,#bddbf3), color-stop(100%,#d6e9f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aacaee 0%,#bddbf3 50%,#d6e9f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aacaee 0%,#bddbf3 50%,#d6e9f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aacaee 0%,#bddbf3 50%,#d6e9f8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #aacaee 0%,#bddbf3 50%,#d6e9f8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aacaee', endColorstr='#d6e9f8',GradientType=0 ); /* IE6-9 */
}

#slider .item img {
  position: absolute;
  width: 484px;
  height: 300px;
}

#slider div.hilightwrap {
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
  height:80px;
  width:444px;
  background:url(../images/transparent.png);
  padding: 10px;
  overflow:hidden;
	}

#slider .introtext {
  color:#333;
  text-decoration:none;
  position:relative;
  margin-top:0;
  margin-bottom:0;
  height:65px;
  max-width:436px;
  overflow:hidden;
  display:block;
  font-weight: 400;
}


div.slidesjs-next { height: 183px; width: 483px; display:block; position: absolute;}

div.slidesjs-next { display:none; }

