



#shops-style-watch div.photo {
	height:147px;
	background:url(/images/shops/shops_style_watch_photo_bg.jpg) no-repeat;
	padding:0px 10px 10px 10px;
}

#shops-style-watch div.photo img{
	height:105px; width:146px;
	position: absolute;
	left:73px;
	opacity: 0;
	margin-top: 15px;
}

#shops-style-watch div.photo .prev{
	height:100px;
	width:30px;
	background:url(/images/cod/image/blank.gif);
	opacity:0;
	position: absolute;
	z-index:99;
	left:35px;
	cursor: pointer;
}

#shops-style-watch div.photo .next{
	height:100px;
	width:30px;
	background:url(/images/cod/image/blank.gif);
	opacity:0;
	position: absolute;
	z-index:99;
	right:35px;
	cursor: pointer;
}

#shops-style-watch div.photo span{
	display: none;
	color:#cccccc;
	font-size:11px;
	font-weight: bold;
	position:relative;
	top: 125px;
}




.block-shops-thingstodo-container .block_title {
	color: #ec008c;
	font-size: 13px;
	font-weight: bold;
	background: #000000 url(/images/shops/shops_highlights_title_bg.jpg);
	height: 44px;
	padding-top: 15px;
}

.block-shops-thingstodo-container .title1 {
	font-size: 13px;
	font-weight: bold;
	color: #ed145b;
	margin-bottom: 5px;
	margin-top: 5px;
}


.block-shops-thingstodo-container .content1 {
	font-size: 11px;
	color: #cccccc;
}




/* Silder */
.shops_silder {
	margin-right: 0px;
}
.shops_silder span {
	display: block;
	font-size: 12px;
	color: #c2936f;
	font-weight: bold;
	margin-bottom: 10px;
}

.shops_silder .nivoSlider {
	position:relative;
}
.shops_silder .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.shops_silder .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 */
.shops_silder .nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}
/* Caption styles */
.shops_silder .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:3;
}
.shops_silder .nivo-caption p {
	padding:5px;
	margin:0;
	font-size: 11px;
}
/* Direction nav styles (e.g. Next & Prev) */
.shops_silder .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.shops_silder .nivo-prevNav {
	left:0px;
}
.shops_silder .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.shops_silder .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.shops_silder .nivo-controlNav a.active {
	font-weight:bold;
}

/* add by james 17:08 12/5/2010 */
.shops_silder .nivo-controlNav {
	position:absolute;
	right:1%;
	bottom:-17px;
}
.shops_silder .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;
}
.shops_silder .nivo-controlNav a.active {
	background-position: -14px 0px;
}
.shops_silder .change{
	width: 295px; height: 20px;
	background:url(/images/cod/image/slideshow_bg.jpg) no-repeat;
}


