/*
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 {
    position:relative;
	margin:0px auto;
    width:960px; /* Make sure your images are the same size */
    height:450px; /* Make sure your images are the same size */
	border: solid #F60;
	border-width: 0 0 1px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

.theme-default .nivoSlider {
	position:relative;
	margin:0px auto;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	bottom:10px;
	z-index: 400;
	right: 5px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(http://www.pixologic.com/Scripts_new/nivo-slider2/slider_selector.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background:url(http://www.pixologic.com/Scripts_new/nivo-slider2/slider_selector_current.png) no-repeat;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(http://www.pixologic.com/Scripts_new/nivo-slider2/left_arrow.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background:url(http://www.pixologic.com/Scripts_new/nivo-slider2/right_arrow.png) no-repeat;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif; 
}
.theme-default .nivo-caption a {
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color:#FFF; font-weight:bold; font-size: 12px; padding:5px 10px; margin: 0 3px; text-decoration: none; box-shadow: 0px 0px 15px #111; -moz-box-shadow: 0px 0px 15px #111; border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; background:#C60; border-top:1px solid #F96; text-shadow: 0px -1px 0px #777; -webkit-text-shadow: 0px 1px 0px #FFF; -moz-text-shadow: 0px 1px 0px #FFF; -khtml-text-shadow: 0px 1px 0px #FFF;
	background: -moz-linear-gradient( center top, rgb(230, 100, 50) 0%, rgb(200, 60, 15) 100% );
	background: -webkit-gradient( linear, center bottom, center top, from(rgb(200, 60, 15)), to(rgb(230, 100, 50)) );
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.hud {
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #000; color:#FFF; font-size: 12px; padding:15px; margin: 0 3px; text-align: left;
}
