/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.slider-wrapper{ width:366px; height:265px; overflow:hidden; *position:relative;}
.nivoSlider    { width:366px; height:265px;}
.theme-default .nivoSlider {
	position:relative;
	background:#e5e5e5 url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow:none;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:366px;
	height:235px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:relative;
	text-align:right;
	z-index:100;
	padding:0;
	bottom:29px;
	right:10px;
	font-size:0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:8px;
	height:8px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -8px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:35px;
	height:45px;
	background:url(arrows.png) no-repeat;
	background:url(arrows2.png) no-repeat\9;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-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.4;}
.theme-default:hover .nivo-directionNav a:hover { opacity:1;}
.theme-default a.nivo-nextNav {
	background-position:-35px 0;
	right:0;
}
.theme-default a.nivo-prevNav {
	left:0;
}

.theme-default .nivo-caption {
	background:#e5e5e5;
	height:30px; 
	line-height:30px; 
	padding:0 80px 0 10px; 
	opacity:1; 
	-moz-opacity:1; 
	filter:alpha(opacity=10); 
	color:#000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-family:"Microsoft YaHei",Helvetica, Arial, sans-serif; 
	font-size:12px;
	*width:200px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}