/*Skin Name: Nivo Slider Default ThemeSkin URI: http://nivo.dev7studios.comSkin Type: flexibleDescription: The default skin for the Nivo Slider.Version: 1.0Author: Gilbert PellegromAuthor URI: http://dev7studios.com*/.theme-default .nivoSlider {position:relative;z-index: 9999;background:#fff url(loading.gif) no-repeat 50% 50%;}.theme-default .nivoSlider img {	position:absolute;	top:0px;	left:0px;	display:none;}.theme-default .nivoSlider a {	border:0;	display:block;}.theme-default .nivo-directionNav a {display:block;width:54px;height:49px;background:url(arrows.png) no-repeat;text-indent:-9999px;border:0;opacity: 1;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}.theme-default:hover .nivo-directionNav a { opacity: 0.5; }.theme-default a.nivo-nextNav {	background-position:-49px 0;	right:35px;}.theme-default a.nivo-prevNav {	left:15px;}.theme-default a.nivo-nextNav {background-position: -49px 0;right:35px;margin-top: -200px;margin-right: -40px;z-index: 25000;}.theme-default a.nivo-prevNav {left:35px;margin-top: -200px;margin-left: -40px;}.theme-default .nivo-caption {    font-family: Helvetica, Arial, sans-serif;color:#735d2a; font-size:11px;}.theme-default .nivo-caption a {    color:#ff0;    border-bottom:1px dotted #fff;}.theme-default .nivo-caption a:hover {    color:#ff0;}