/*
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
*/

.theme-default .nivoSlider {
	position:relative;
	margin-top:0px;
	height:378px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}


.theme-default .nivo-directionNav{
	width:959px; margin:0 auto; position:absolute; margin-top:-180px;float:left;}
.theme-default .nivo-directionNav a {
	display:block;
	width:29px;
	height:56px;
	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 a.nivo-nextNav {
	background:url("arrR.png"/*tpa=http://promexcut.com/assets/templates/site/themes/default/arrR.png*/)no-repeat left center ;
	margin-right:27px;
	float:right;
	z-index:9999;
	position:absolute;
}
.theme-default a.nivo-nextNav:hover {background-image:url("arrRH.png"/*tpa=http://promexcut.com/assets/templates/site/themes/default/arrRH.png*/);}
.theme-default a.nivo-prevNav {
	background:url("arrL.png"/*tpa=http://promexcut.com/assets/templates/site/themes/default/arrL.png*/) no-repeat left center ;
	margin-left:27px;
	z-index:9999;
	float:left;
	position:absolute;
}
.theme-default a.nivo-prevNav:hover{background-image:url("arrLH.png"/*tpa=http://promexcut.com/assets/templates/site/themes/default/arrLH.png*/);}


.theme-default .nivo-controlNav {
	text-align: center;
	margin-left:422px;
	margin-top:-20px;
	position:absolute;
	z-index:1000;
	height:12px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:10px;
	background:url("bullets.png"/*tpa=http://promexcut.com/assets/templates/site/themes/default/bullets.png*/) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-top: 0px; margin-right: 3px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -10px;
}
.theme-default .nivo-controlNav a:hover {
	background-position:0 -10px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}


.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;
}