/*
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.slider-wrapper {
    width:980px;
    height:588px;
    position:relative;	
}

.theme-default.slider-wrapper1 {
    width:512px;
    height:410px;
	position:relative;
		
}

.theme-default.slider-wrapper3 {
    width:520px;
    height:473px;
	position:relative;
		
}

.theme-default.slider-wrapper4 {
    width:750px;
    height:290px;
	position:relative;
		
}





.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	width:980px;
    height:588px;
	left:0px;
  
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width:980px; /* Make sure your images are the same size */
    height:588px; /* Make sure your images are the same size */
}

.theme-default .nivoSlider1 {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    width:512px;
    height:410px;
	left:0px;
  
}
.theme-default .nivoSlider1 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width:512px; /* Make sure your images are the same size */
    height:410px; /* Make sure your images are the same size */
}

.theme-default .nivoSlider3 {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    width:520px;
    height:473px;
	left:0px;
  
}
.theme-default .nivoSlider3 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width:520px; /* Make sure your images are the same size */
    height:473px; /* Make sure your images are the same size */
}

.theme-default .nivoSlider4 {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    width:750px;
    height:280px;
	left:0px;
  
}
.theme-default .nivoSlider4 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width:750px; /* Make sure your images are the same size */
    height:280px; /* Make sure your images are the same size */
}


.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	bottom:0px;
    margin-left:0px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:50px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:0px;
}
.theme-default a:hover.nivo-nextNav {
	background-position:-30px -50px;
	
}
.theme-default a.nivo-prevNav {
	left:0px;
}

.theme-default a:hover.nivo-prevNav {
	background-position:0px -50px;
}


.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

