/*
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
*/

#mainvisual{
	position:relative;
	width:1000px;
	height:360px !important;
	margin:0 auto 0;
	z-index:0;
}
#slider{
/*	position:static;*/
}
#mainvisual img{
	width:1000px !important;
	height:360px !important;
}/*
.theme-custom{
}
.theme-custom .nivoSlider a.nivo-imageLink{
}
.theme-custom .nivoSlider {
	position:relative;
	background:#EEF0F0 url(loading.gif) no-repeat 50% 50%;
	z-index:10;
}
.theme-custom .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-custom .nivoSlider a {
	border:0;
	display:block;
}
*/
.theme-custom .nivo-controlNav {
	position:absolute;
	top:10px;
	right:10px;
	padding:0;
	width:1000px;
	text-align: right;
	z-index:30;
}
.theme-custom .nivo-controlNav a {
	display:inline-block;
	margin: 0 5px 0;
	border:1px solid #DE6D08;
	padding:3px 3px 2px 3px;
	padding:0px 3px 0px 3px;
	background:#F4DDBE;
	color:#DF710F;
	font-size:11px;
	font-weight:bold;
	border-radius:3px;
	z-index:40;
}
.theme-custom .nivo-controlNav a.active {
background:#FFF;
color:#DE6D08;
}
.theme-custom .nivo-controlNav a:hover{
	background:#E58700;
	color:#FFF;
}
.theme-custom .nivo-directionNav{
	z-index:50;
}

.theme-custom .nivo-directionNav a {
	display:none;
	width:16px;
	height:16px;
	background:url(arrows.png) no-repeat;
	border: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-custom .nivo-directionNav a{
	top:92%;
	z-index:9999;
	line-height:1px;
	font-size:1px;
	text-indent:-9999em !important;
	overflow:hidden;
}

.theme-custom .nivo-directionNav a:hover{
	font-size:1px;
	text-indent:-9999em !important;
}

.theme-custom:hover .nivo-directionNav a { 
	text-indent:-9999em !important;
	font-size:1px;
}

.theme-custom a.nivo-nextNav {
	background-position:-16px 0;
	right:16px;
	text-indent:-9999em !important;
	font-size:1px;
}
.theme-custom a.nivo-prevNav {
	left:16px;
	text-indent:-9999em !important;
	font-size:1px;
}

.theme-custom .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-custom .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-custom .nivo-caption a:hover {
    color:#fff;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}*/