.rs-slideshow
{
   height: 150px;
   overflow: hidden;
   position: relative;
   width: 300px;
}
 
.rs-slideshow .slide-container
{
	background-color: #fff;
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 100%;
}

.rs-slideshow .slide-container img
{
   position: absolute;
   margin-top:-5px;
}
 
.rs-slideshow .slide-container .slide-caption
{
   bottom: 0;
   display: block;
   font-weight:bold;
   left: 0;
   padding: 6px 12px;
   position: absolute;
   text-align: center;
   right: 0;
}

/*    Hide the slide data container    */
.rs-slideshow .slides
{
   display: none;
}

.rs-controls, .rs-controls *
{
   display:inline-block; *display:inline; zoom:1;
}
.rs-play-pause, .rs-prev, .rs-next
{
	float: left;
	margin-right: 12px;
}
.rs-controls ul
{
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}
.rs-index-list li {
   position:relative;
   margin-right: 6px;
}
.rs-controls a {
	background-color: #eee;
	border: 1px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: #ddd;
	color: #444;
}
.rs-controls .rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}

