/**

* @title		SP Image rotator module

* @website		http://www.joomshaper.com

* @copyright	Copyright (C) 2010 - 2012 JoomShaper.com. All rights reserved.

* @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

*/

.sp-imr-wrapper{position:relative;overflow:hidden;}

.sp-imr-items {position:absolute;}

.sp-imr-items .sp-imr-item{display:block;float:left;padding:0;margin:0;}

.sp-imr-prev, .sp-imr-next{width: 28px; height: 95px; margin-top:-40px;position: absolute; top:50%; z-index: 20;cursor:pointer; }

.sp-imr-prev {left:0;background: url(../images/arrow-prev.png) no-repeat 0 50%}

.sp-imr-next {right:0;background: url(../images/arrow-next.png) no-repeat 0 50%}