/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.special_offers .nivoSlider {
	position:relative;
}
.special_offers .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.special_offers .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:2;
	display:none;
}
/* The slices in the Slider */
.special_offers .nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}
/* Caption styles */
.special_offers .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:3;
}
.special_offers .nivo-caption p {
	padding:5px;
	margin:0;
	font-size: 11px;
}
/* Direction nav styles (e.g. Next & Prev) */
.special_offers .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.special_offers .nivo-prevNav {
	left:0px;
}
.special_offers .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.special_offers .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.special_offers .nivo-controlNav a.active {
	font-weight:bold;
}

/* add by james 17:08 12/5/2010 */
.special_offers .nivo-controlNav {
	position:absolute;
	right:1%;
	bottom:-17px;
}
.special_offers .nivo-controlNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(/images/cod/image/slideshow_bullet.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.special_offers .nivo-controlNav a.active {
	background-position: -14px 0px;
}
.special_offers .price{
	color:#dcb95b;
	font-weight:bold;
}
.special_offers .change{
	width: 295px; height: 20px;
	background:url(/images/cod/image/slideshow_bg.jpg) no-repeat;
}
