/*
    Skin Name: Nivo Slider Promo Theme
*/

.theme-promo .nivoSlider {
	position:relative;
	/*background: url(loading.gif) no-repeat 50% 50%;*/
	width: 1000px;
	height: 395px;
	margin: 0 auto 0;
}

.theme-promo .nivoSlider img {
    width: 994px !important;
    height: 395px !important;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
    margin: 0 0 0 0px !important;   
}

.theme-promo .nivoSlider a.nivo-imageLink{
    /* width: 1000px !important; */
    margin: 0 0 0 0px !important;
}

.theme-promo .nivoSlider a {
    border: 0;
    display: block;   
}

.theme-promo .nivo-controlNav {
    position: absolute;
    margin: -50px 0 0 auto;
    text-align: center;
    padding: 0;
    width: 350px;
    z-index: 9;
    left: calc(50% - 175px);
}
.theme-promo .nivo-controlNav a {
	display:inline-block;
	width: 30px;
	height: 30px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 6px 0 6px;
}
.theme-promo .nivo-controlNav a.active {
	background-position:0 -30px;
}

.theme-promo .nivo-directionNav a {
	display: block;
    position: absolute;
    z-index: 100 !important;  
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
}

.theme-promo:hover .nivo-directionNav a { opacity: 1; }


.theme-promo a.nivo-nextNav {
    background: url(Arrow_R.png) no-repeat;
    margin: 10px 0 0 0;
    right: 10px;
}
.theme-promo a.nivo-prevNav {
    background: url(Arrow_L.png) no-repeat;
    margin: 10px 0 0 0; 
    left: 10px;   
}

.theme-promo .nivo-directionNav a:hover {
    background-position: 0 -30px;
}









.theme-promosmall .nivoSlider {
    position:relative;
    /*background: url(loading.gif) no-repeat 50% 50%;*/
    width: 290px !important;
    height: 220px !important;
    margin: 0 0 0 0;
}

.theme-promosmall .nivoSlider img {
    width: 290px !important;
    height: 220px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    margin: 0 0 0 0px !important;   
}

.theme-promosmall .nivoSlider a.nivo-imageLink{
    width: 290px !important;
    margin: 0 0 0 0px !important;
}

.theme-promosmall .nivoSlider a {
    border: 0;
    display: block;   
}

.theme-promosmall .nivo-controlNav {
    position: absolute;
    margin: 5px 0 0 0px;
    text-align: center;
    padding: 0;
    width: 290px;
    z-index: 1000;
}

.theme-promosmall .nivo-controlNav a {
    display:inline-block;
    width: 10px;
    height: 10px;
    background:url(bullets_small.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 6px 0 6px;
}

.theme-promosmall .nivo-controlNav a.active {
    background-position:0 -10px;
}