

/*
	Page Style
*/

#container {
    height: 300px;
    position: relative;
    width: 480px;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	height: 260px;
    position: relative;
    width: 480px;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	  height: 300px;
    
    width: 480px;
	overflow:hidden;
	position:relative;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	display:block;
	height: 260px;
    position: relative;
    width: 480px;
	background:none!important;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

ul.pagination {
	/*margin:0px auto 0;
	width:100px;*/
	float:right;
	padding:0 10px 0 0;
	
}

ul.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

ul.pagination li.current a {
	background-position:0 -12px;
}





#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

.product-name{color: #ED1C24;
    font-size: 1em;
   /* position: absolute;*/
    right: 27px;
    top: 20px;}
.product-hot span.product-color {
    color: #CACACA;
    font-size: 1.1em;
   /* position: absolute;*/
    right: 27px;
    top: 55px;
}

.entry #featured-image ul.pagination li a {
	background-image:url(../images/pagination-black.png);
}

.entry #featured-image ul.pagination li.current a {
	background-position:0 -12px;
}
#featured-image {width:700px;height:375px}
#featured-image .featured-container {width:700px;height:345px;display:block}


#featured-image .slides_control{height: 345px !important;}
#featured-image .featured-slide-control{padding: 0 10px 0 0; text-align: right; background: #9B9B9B; height: 29px; }
#featured-image .featured-slide-control a{height: 9px; width: 29px; cursor: pointer; display: inline-block}
#featured-image .featured-slide-control a.next{background-position: -501px 0;}
#featured-image .featured-slide-control a.prev{background-position: -501px -10px;}

.nivoSlider {
	width:700px;
	height:375px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

.nivo-directionNav{padding: 0 5px; text-align: right; background: #9B9B9B; height: 29px;position:absolute;bottom:0;overflow:hidden;width:690px;z-index:999}
.nivo-directionNav a{height: 9px; width: 29px; cursor: pointer; display: inline-block;background-image:url('../images/sprites.jpg');text-indent:9999px}
.nivo-directionNav a.nivo-nextNav{background-position: -501px 0;text-indent:9999px}
.nivo-directionNav a.nivo-prevNav{background-position: -501px -10px;text-indent:9999px}