

/*
	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: 2.4em;
   /* position: absolute;*/
    right: 27px;
    top: 20px;}
.product-hot span.product-color {
    color: #CACACA;
    font-size: 1.1em;
   /* position: absolute;*/
    right: 27px;
    top: 55px;
}