/*
Skin Name: Stones
Skin URI: http://stonesofscotland.com
Slider URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: Special theme for stones of scotland
Version: 1.0
Author: Joe Haines, based on theme wds by Mike Ilsley
Author URI: http://joehaines.com
*/

.theme-stones.slider-wrapper {
    width:930px;
    height:300px;
    margin:0 auto;
    position:relative;
}

.theme-stones .nivoSlider {
    position:relative;
    width:930px;
    height:284px;
    margin-left:18px;
    background:#A95C84; url(loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 5px 18px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 18px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 18px rgba(50, 50, 50, 0.75);
}
.theme-stones .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:564px; /* Make sure your images are the same size */
    height:239px; /* Make sure your images are the same size */
}
.theme-stones .nivoSlider a {
    border:0;
    display:block;
}

.theme-stones .nivo-controlNav {
    position:absolute;
	background:url(line.png) repeat-x 0 6px;
	left:50%;
	bottom:-10px;
    margin-left:-65px; /* Tweak this to center bullets */
}

/* bullets */

.theme-stones .nivo-controlNav a {
    display:block;
    width:16px;
    height:20px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    float:left;
}

.theme-stones .nivo-controlNav a:last-child, a.last-child {margin-right:0px}

.theme-stones .nivo-controlNav a.active, .theme-stones .nivo-controlNav a:hover {
    background-position:0 -20px;
}


/* arrow buttons */

.theme-stones .nivo-directionNav a {
	display:block;
	width:25px;
	height:100px;
	background:url(arrows.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
    top:70px;
}
.theme-stones a.nivo-nextNav {
	background-position: -25px 0;
	right:-25px;
	padding-left:0px
}
.theme-stones a.nivo-prevNav {
	background-position:0 0px;
	left:-25px;
}

.theme-stones a.nivo-prevNav:hover {
	background-position:0 -100px;
}

.theme-stones a.nivo-nextNav:hover {
	background-position:-25px -100px;
}