/*
Skin Name: nadeeMarket Theme
Skin Type: fixed
Image Width: 630
Image Height: 242
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: H R Abbasi
Author URI: http://www.exoticlabs.com
*/

.theme-astrac.slider {
    width: 670px;
	height: 300px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.theme-astrac .nivoSlider {
    position:relative;
    width:668px;
    height:298px;
    border: 1px #DDDDDD solid;
    background: url('../../img/slider/loading.gif') no-repeat 50% 50%;
    overflow: hidden;
}
.theme-astrac .nivoSlider img {
    position:absolute;
    top: 0px;
    left: 0px;
    display:none;
    width:668px;
    height:298px;
}
.theme-astrac .nivoSlider a {
    border:0;
    display:block;
}

.theme-astrac .nivo-controlNav {
    width: 668px;
    height: 40px;
    position: absolute;
    left: 0px; /* Tweak this to center bullets */
    top: 0px;
    text-align: center;
    z-index: 20;
    display: none;
}
.theme-astrac .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url('../../img/slider/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    float: left;
    margin-right:3px;
}
.theme-astrac .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-astrac .nivo-directionNav a {
	text-indent:-9999px;
	width: 60px;
	height: 100px;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	background-size: 20px 20px;
	top: 100px;
	display: block;
}

.theme-astrac a.nivo-nextNav {
	background-image: url('../../img/slider/arrow.next.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 10px;
	border-radius: 100px 0px 0px 100px;
	right: 0px;
}

.theme-astrac a.nivo-prevNav {
	background-image: url('../../img/slider/arrow.prev.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 10px;
	border-radius: 0px 100px 100px 0px;
	left: 0px;
}

.theme-astrac a.nivo-nextNav:HOVER,
.theme-astrac a.nivo-prevNav:HOVER {
	width: 90px;
}

.theme-astrac .nivo-caption {
    bottom:0%;
    left:auto;
    right:0px;
    width: 100%;
    max-width:668px;
    overflow:hidden;
    background:#FFF;
    text-shadow:none;
    text-align: right;
    font-family: arial, serif;
    color:#4c4b4b;
}
.theme-astrac .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-family: oswald-regular;
    font-size:18px;
    text-transform: inherit;
    text-align: left;
}
.theme-astrac .nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

.theme-astrac .ribbon {
    background:url('../img/slider/ribbon.png') no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-8px;
    left:-6px;
    z-index:300;
}