/*******************

 1 STANDARD MAGICBANNER STYLES

2 MAGICBANNER CORNERS

3 MAGICBANNER CAPTION

4 MAGICBANNER NAVIGATION

5 MAGICBANNER TIMER

6 MAGICBANNER PROMO

*********************/


/**-- 1 STANDARD MAGICBANNER STYLES --**/

.slider {
	position: relative;
	background: url(../img/magicbanner/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
}

.slider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.nivoSlider {
	position: relative;
	margin-bottom: 12px;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}


/**-- 2 MAGICBANNER CORNERS --**/

.slider  .corners {
	background: url("../img/css/corners.png") no-repeat;
	display: none;
	font-size: 0;
	height: 12px;
	line-height: 0;
	position: absolute;
	width: 12px;
	z-index: 100;
}

.slider .corners.topleft {
	background-position: -12px 0;
	top: 0;
	left: 0;
}

.slider .corners.topright {
	background-position: -24px 0;
	top: 0;
	right: 0;
}

.slider .corners.bottomleft {
	background-position: -12px -12px;
	bottom: 0;
	left: 0;
}

.slider .corners.bottomright {
	background-position: -24px -12px;
	bottom: 0;
	right: 0;
}

/**-- 3 MAGICBANNER CAPTION --**/

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 10%;
    background: #333;
    color: #fff;
	height: 24%;
    z-index: 89;
	overflow: hidden;
	padding: 6px 0;
	width: 100%;
}

.nivo-caption h2, .nivo-caption p {
	float: left;
	padding: 0 8px;
}

.nivo-caption h2 {
	color: #fff;
	line-height: 32px;
	margin-bottom: 8px;
}

.nivo-caption p {
	font-size: 18px;
	font-family: Arial;
}

.slider .prices {
	position: absolute;
	top: 6px;
	right: 10px;
	text-align: right;
}

.slider .sellprice {
	font-size: 18px;
	font-weight: bold;
}

.slider .originalprice {
	font-size: 16px;
	text-decoration: line-through;
}


/**-- 4 MAGICBANNER NAVIGATION --**/

.nivo-directionNav a {
    cursor: pointer;
	position: absolute;
	padding: 15px 18px;
	text-indent: -9999px;
	top: 35%;
    z-index: 99;
}

.nivo-prevNav, .nivo-nextNav,
ul.nivo-controlNav a {
	background:  url('../img/magicbanner/magicbanner.png') no-repeat;
}

.nivo-prevNav {
	background-position: -13px -66px;
	left: 0;
}

.nivo-nextNav {
	background-position: -71px -66px;
	right: 0;
}

ul.nivo-controlNav { padding: 20px 10px; }

ul.nivo-controlNav li {
	display: inline;
	width: 12px;
}

ul.nivo-controlNav a {
	background-position: -20px -19px;
	color: #fff;
	cursor: pointer;
	margin: 0 3px;
	padding: 4px 8px 5px 7px;
    position: relative;
	text-align: center;
	z-index: 99;
}

ul.nivo-controlNav a:hover {
	background-position: -80px -19px;
	color: #fff;
	text-decoration: none;
}

.nivo-controlNav a.active,
.nivo-controlNav a.active:hover {
	background-position: -140px -19px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/**-- 5 MAGICBANNER TIMER --**/

.slider > .timer {
	height: 3px;
	display: none;
	position: absolute;
	left: 0;
	top: 239px;
	width: 100%;
	z-index: 130;
}

.slider > .timer div {
	background-color: #e88622;
	height: 3px;
	width: 0;
	z-index: 140;
}


/**-- 6 MAGICBANNER PROMO --**/

.sliderpromo .nivo-directionNav a {
	padding: 6px 19px 6px 0;
	top: 30%;
}

.sliderpromo .nivo-caption { height: 24%; }

.sliderpromo .nivo-caption h2 {
	font-size: 12px;
	line-height: 32px;
	margin-bottom: 2px;
}

.sliderpromo .nivo-caption p { font-size: 10px; }

.sliderpromo .nivo-prevNav { background-position: -202px -21px; }

.sliderpromo .nivo-nextNav { background-position: -260px -21px; }

.sliderpromo  ul.nivo-controlNav { padding: 8px 0; }

.sliderpromo  ul.nivo-controlNav li { width: 8px; }

.sliderpromo .nivo-controlNav a {
	background-position: -261px -82px;
	font-size: 8px;
	padding: 1px 8px 3px 7px;
}

.sliderpromo .nivo-controlNav li a:hover  { background-position: -202px -82px; }

.sliderpromo .nivo-controlNav a.active,
.sliderpromo .nivo-controlNav a.active:hover {
	background-position: -143px -82px;
}

.sliderpromo .prices { right: 4px; }

.sliderpromo  .sellprice { font-size: 11px; }

.sliderpromo  .originalprice { font-size: 9px; }
