
/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

#views_slideshow_singleframe_pager_slideshow-page_1 .pager-item {
display:block;
}

#views_slideshow_singleframe_pager_slideshow-page_1 {
position:absolute;
right:0;
top:0;
}

/*and playing with the image size is with:*/
#views_slideshow_singleframe_pager_1 div a img {
height:70px;
width:80px;
}
