<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	position:relative;
}

#slideshow #slidesContainer {
  	margin:0 auto;
	position:relative;
	height: 180px;
}
#slideshow #slidesContainer .slide {
	position: relative;
  	margin:0 auto;

}
 
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  float:right;
  width:66px;
  cursor: pointer;
  margin-left: 10px;
  text-align:center;
  padding:5px 0px;
  font-size: 10px;
  color:#FFF;
  background: url(../images/control.png) no-repeat;

}

.control:hover {  background: url(../images/control-hover.png) no-repeat;}
#leftControl {

}
#rightControl {

}

.slide p {margin-bottom: 10px; }
.slide .image{ position:absolute; bottom:0; left:0;}
.slide .usenow{ 
	float:right; 
	margin:20px 0px; 
	padding:5px 18px; 
	background:url(../images/usenow.png) top center no-repeat; 
	font-size: 10px; 
	color: #FFF;}
.slide .usenow:hover{	background:url(../images/usenow-hover.png) top center no-repeat; cursor:pointer; }
