/*
# ------------------------------------------------------------------------
# Article Slider - Slideshow module for Joomla 1.5
# ------------------------------------------------------------------------
# Author: joomla2you.com
*/
.ju_slide{position:relative}
.ju_slide-content{}
.ju_slide-inner{padding:10px}
.ju_slide-image{float:right;margin:0 0 0 40px}
.ju_slide-desc{overflow:hidden;position:relative}
.ju_slide-morein { padding: 2px 12px; background: #f1f1f1; border-radius: 14px; border: 1px solid #ccc;}
h2.ju_slide-title{font-size:18px;line-height:normal;letter-spacing:normal;margin:5px 0}
.ju_slide-controllers{height:auto;position:absolute;bottom:0px;left:45%;z-index:1; padding: 5px!important; background: #fff; border-radius: 14px; border: 1px solid #ccc;}
.ju_slide-prev,.ju_slide-next,.ju_slide-controllers span,.ju_slide-controllers span.active{display:block;float:left;height:18px;margin-right:3px;width:19px;cursor:pointer}
.ju_slide-controllers span,.ju_slide-controllers span.active{text-indent:-9999px}
.ju_slide-controllers span{background:url(../images/button_off.png) no-repeat scroll 0 0}
.ju_slide-next{background:url(../images/next.png) no-repeat scroll 0 0}
.ju_slide-prev{background:url(../images/prev.png) no-repeat scroll 0 0}
.ju_slide-controllers span.active{background:url(../images/button_on.png) no-repeat scroll 0 0}
