/*
Skin Name: wraptorskinz Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & wraptorskinz Clark
Author URI: http://dev7studios.com
*/

.theme-wraptorskinz.slider-wrapper {
    background:url(slider.png) no-repeat;
    width:770px;
    height:413px;
    margin:0 auto;
    padding-top:0px;
    position:relative;
}

.theme-wraptorskinz .nivoSlider {
    position:relative;
    width:770px;
    height:413px;
    margin-left:0px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-wraptorskinz .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:770px; /* Make sure your images are the same size */
    height:413px; /* Make sure your images are the same size */
}
.theme-wraptorskinz .nivoSlider a {
    border:0;
    display:block;
}

.theme-wraptorskinz .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-14px;
    margin-left:-30px; /* Tweak this to center bullets */
    z-index:301;
}
.theme-wraptorskinz .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
    
}
.theme-wraptorskinz .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-wraptorskinz .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-wraptorskinz a.nivo-nextNav {
	background-position:100% 50%;
	right:10px;
    padding-right:10px;
    z-index:302;
}
.theme-wraptorskinz a.nivo-prevNav {
	left:10px;
    padding-left:10px;
    z-index:303;
}

.theme-wraptorskinz .nivo-caption {
    font-family: Arial, Helvetica, sans-serif;
}
.theme-wraptorskinz .nivo-caption a { 
    color:#505050;
    border-bottom:1px dotted #fff;
}
.theme-wraptorskinz .nivo-caption a:hover { 
    color:#000000;
}
.theme-wraptorskinz .nivo-caption { 
	position:absolute;
	left:10px;
	bottom:-5px;
	/*background:#000;*/
	color:#505050;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}


.theme-wraptorskinz .ribbonORIG {
    background:url(ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:-3px;
    z-index:301;
}

.theme-wraptorskinz .ribbon {
    background:url(ribbon.png) no-repeat;
    width:770px;
    height:413px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:200;
}