/*
CSS Credit: http://www.templatemo.com
*/

a:link, a:visited {
	color: #070;
	font-size:13px;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #F00;
	font-size:13px;
}





/* end of footer 



/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 680px;
	height: 160px;
	position:relative;
}
#slideshow #slidesContainer {
	width: 550px;
	height: 160px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer .slide {
  width: 500px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 200px;
  margin:0 auto;  
}

.slide img {
	float:left;
	margin-right: 35px;
	border:1px solid #4f4b42;
}

#slideshow #slidesContainer .slide a:hover {
	text-decoration: none;
}

#slideshow #slidesContainer .slide a p {
	color: #333;
	font-size: 14px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 30px;
  height: 50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 50px;
  left:0;
  background:transparent url(images/slider_left_control.png) no-repeat 0 0;
}
#rightControl {
  top: 50px;
  right:0;
  background: transparent url(images/slider_right_control.png) no-repeat 0 0;
}
