/*
Plugin Name: Roster Slider
Plugin URI: http://slidervilla.com/roster/
Description: Roster Slider adds a horizontal content and image carousel with customizable background and slide intervals to any location of your blog.
Author: Tejaswini Deshpande
Author URI: http://slidervilla.com/
Wordpress version supported: 2.9 and above
*/
/*  Copyright 2010-2011  Slider Villa  (email : tedeshpa@gmail.com)
*/

/*basic styles*/
.roster_slider_fouc .roster_slider {display: none; margin: 0 0 0 0!important; } /* Keep this as it is*/
.roster_slider div,.roster_slider p,.roster_slider li,.roster_slider span,.roster_slider img,.roster_slider h2,.roster_slider ul{list-style:none;vertical-align:baseline;}
.roster_slider{overflow:hidden;margin: 470px 0 0 0;line-height:18px;position:relative}
.roster_slider .roster_slider_instance { margin: 0 auto; padding: 0; clear: left; }
.roster_slider .roster_slide { margin: 0; padding: 0 }
.roster_slider .roster_slideri{float:left;margin:0 5px;}

.roster_slider span{display:inline;}
.roster_slider a{border:none;text-decoration:none !important; font-size: 0.8em!important;}
.roster_slider a:hover{text-decoration:underline !important;}
.roster_slider img{}
.roster_slider h2 a{clear:none;display:block;padding:0px 0 0 3px;border:none;text-shadow:none;  color:#eee!important; background:#555; text-align: center; width: 150px!important;}
.roster_slider div.roster_slideri{padding:10px; -moz-border-radius: 10px; 
border-radius: 10px; background:url(../../../../../themes/Asenz/images)  #425641 repeat left top!important; }
.roster_slider p.more a{text-decoration:underline;float:right; font-size: 11px!important; padding-top: 1.3em;}
.roster_slider p.more a:hover{text-decoration:none;}

/* Next and Previous navigational arrows */
.roster_slider .roster_next {position: absolute;left: 0px; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/default/next.png) no-repeat 0 0; top: 80px!important;}
.roster_slider .roster_prev { position: absolute;left: 0px; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/default/prev.png) no-repeat 0 0;}

/*Navigation numbers*/
.roster_slider .roster_nav { text-align:center;margin: 20px auto; }
.roster_slider .roster_nav a { padding: 2px 6px; margin: 3px; border: 1px solid #ccc; text-align: center; text-decoration: none; background-color: #efefef ; font-weight:normal;}
.roster_slider .roster_nav a.activeSlide {  }
.roster_slider .roster_nav a:focus { outline: none; }

.roster_slider .sldr_clearlt{display:block;visibility:hidden;clear:left;height:0;content:".";}
.roster_slider .sldr_clearrt{display:block;visibility:hidden;clear:right;height:0;content:".";}
.sldr_title  {display: none;
}