@charset "utf-8";
/* CSS Document */


/* ==================Styles for slideshow partners ================== */
#slideshow {
	margin:0 auto;
	width: 760px;
	height: 78px;
	position:relative;
	background: #fff;
}
#slideshow #slidesContainer {
  	margin:0 auto;
  	width: 700px;
	height: 78px;
  	overflow:auto; /* allow scrollbar */
  	position:relative;
  	/*background: red;*/
}
#slideshow #slidesContainer .slide {
  	width: 178px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height: 78px;
  	margin:6px auto; 
  	/*background: yellow;*/ 
}

.slide img {
	float:left;
	/*border:1px solid #4f4b42;*/
}

#slideshow #slidesContainer .slide a:hover {
	text-decoration: none;
}

#slideshow #slidesContainer .slide a p {
	color: #ffffff;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width: 30px;
  height: 50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 28px;
  left:0;
  background:transparent url(../images/slider_left_control.jpg) no-repeat 0 0;
}
#rightControl {
  top: 28px;
  right:-8px;
  background: transparent url(../images/slider_right_control.jpg) no-repeat 0 0;
}
/* ====================== end of partners slideshows style======================== */ 

