.rightimgSlide {
padding:20px 15px 35px 15px;
float:left;
width:270px;
}

.slide_bann { 
margin:0px 0 0;
padding:0 0 29px 46px;
position:relative;
}

#example {
   
	width:173px;
	height:128px;
	position:relative;
	border:1px solid #ccc;
}


/*
	Slideshow
*/

#slides {
	position:relative;

}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:173px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:173px;
	height:128px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*
	Next/prev buttons
*/

#slides .next {
	position:absolute;
	top:50px;
	left:182px;
	width:22px;
    height:22px;
	display:block;
    background:url(../images/rightarrow.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#slides .next:hover {
background:url(../images/rightarrow.png) 0 0 no-repeat;
}

#slides .prev {
	position:absolute;
	top:50px;
	left:-31px;
	width:22px;
    height:22px;
	display:block;
	background:url(../images/leftarrow.png)  0 0 no-repeat;
	text-indent:-9999px;
}


#slides .prev:hover {
	background:url(../images/leftarrow.png)  0 0 no-repeat;
}

#slides .pagination {
display:none;
}

