

.product-title-img{
	height : 250px;
	width : 100%;
}

.product-content-title{
	color : #373737;
	font-size : 16px;
	font-weight : 200;
	display: block; 
	
}

.product-path-title{display: block; color : #373737;font-size : 14px;
	font-weight : bold;}

.product-content-path-title{
	color : #7D7D7B;
	font-size : 12px;
	font-family : Arial;
}

.product-content-path-title-label{
	color : #A2A2A2;
	font-size : 12px;
	font-family : Arial;
}

.product-search-key-word{
	display: inline;
    width: 400px;
}

.product-search-section{
	padding: 20px 0;
}

.product-search-category{
	width : 220px;
	display: inline;
}
.product-recommend-list-tbody{float:left; width:104%}
.product-recommend-list-tbody li{float:left; width:25%;}


.connected-carousels .stage {
    margin: 20px auto;
    position: relative;
    width: 640px;
}
.connected-carousels .photo-credits {
    bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    opacity: 0.66;
    position: absolute;
    right: 15px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
}
.connected-carousels .photo-credits a {
    color: #FFFFFF;
}
.connected-carousels .navigation {
    margin: 30px auto 20px;
    position: relative;
    width: 304px;
}
.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}
.connected-carousels .carousel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.connected-carousels .carousel li {
    float: left;
}
.connected-carousels .carousel-stage {
    border: 10px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #999999;
    height: 470px;
}
.connected-carousels .carousel-navigation {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #999999;
    height: 68px;
    width: 304px;
}
.connected-carousels .carousel-navigation li {
    cursor: pointer;width:66px; height:48px; text-align:center;border: 1px solid #FFFFFF;
}
.connected-carousels .carousel-navigation li img {
    
    height:46px;
}
.connected-carousels .carousel-navigation li.active {
    border-color: #CCCCCC;
}
.connected-carousels .prev-stage, .connected-carousels .next-stage {
    color: #FFFFFF;
    display: block;
    height: 470px;
    position: absolute;
    top: 0;
    width: 305px;
    outline: medium none;
}
.connected-carousels .prev-stage {
    left: 0;
}
.connected-carousels .next-stage {
    right: 0;
}
.connected-carousels .prev-stage.inactive, .connected-carousels .next-stage.inactive {
    display: none;
}
.connected-carousels .prev-stage span, .connected-carousels .next-stage span {
    background: none repeat scroll 0 0 #4E443C;
    border-radius: 30px;
    box-shadow: 0 0 2px #999999;
    color: #FFFFFF;
    display: none;
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000000;
    top: 50%;
    width: 30px;
}
.connected-carousels .prev-stage span {
    left: 20px;
}
.connected-carousels .next-stage span {
    right: 20px;
}
.connected-carousels .prev-stage:hover span, .connected-carousels .next-stage:hover span {
    display: block;
}
.connected-carousels .prev-navigation, .connected-carousels .next-navigation {
    background: none repeat scroll 0 0 #4E443C;
    border-radius: 30px;
    box-shadow: 0 0 2px #999999;
    color: #FFFFFF;
    display: block;
    font: 16px/29px Arial,sans-serif;
    height: 30px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 1px #000000;
    width: 30px;
}
.connected-carousels .prev-navigation {
    left: -15px;
    text-indent: 6px;
    top: 22px;
}
.connected-carousels .next-navigation {
    right: -15px;
    text-indent: 20px;
    top: 22px;
}
.connected-carousels .prev-navigation.inactive, .connected-carousels .next-navigation.inactive {
    cursor: default;
    opacity: 0.5;
}

.product-search-key-word{
	display: inline;
    width: 400px;
}

.product-search-section, product-detail-content, product-detail-specific{
	padding: 20px 0;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 50000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.product-detail-carousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    /*height: 500px;*/
}

.product-detail-carousel{
	width: 278px;
}

.product-detail-carousel-pagination {
    bottom: 0px;
    left: 40%;
    position: absolute;
}

.product-detail-carousel-pagination a.active {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 1;
    border-color: #FF0000;
}

.product-detail-carousel-pagination a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    color: #4E443C;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 10px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 20px;
    border: 2px solid #948A94;
    outline: 0 !important
}

.product_last .jcarousel-prev {
    background: url("../images/n_l.png") no-repeat scroll 0 0;
    height: 25px;
    position: absolute;
    width: 27px;
    left : 110px;
	bottom:-30px;
	top:auto;
}
.product_last .jcarousel-next{
	 background: url("../images/n_r.png") no-repeat scroll 0 0;
    height: 25px;
    position: absolute;
    width: 27px;
    left : 144px;
	bottom:-30px;
	top:auto;
}

.product-detail-carousel-prev.inactive{
	 background: url("../images/n_l.png") no-repeat scroll 0 0;
}

.product-detail-carousel-next.inactive{
	 background: url("../images/n_r.png") no-repeat scroll 0 0;
}

.product-detail-carousel td{
	padding: 0;
	border : 1px solid #D2D2D2;
}

.product-detail-content{
	padding: 20px 60px;
}

.product-list-detail-a{
	width: 400px;
}

.exposureWrapper{text-align:center; width:620px;}
.exposureImage{height:450px;}
.jcarousel-clip{overflow:hidden;}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 50000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.product-top-list-carousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.product-carousel-pagination {
    left: 45%;
    position: absolute;
}

.product-carousel-pagination a.active {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 1;
    border-color: #FF0000;
}

.product-carousel-pagination a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    color: #4E443C;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 10px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 20px;
    border: 2px solid #948A94;
    outline: 0 !important
}
.product-home-list-img{padding-bottom: 10px;position: relative; width:260px; float:left; margin-left:4px;}
.product-home-detail-a{padding-right:10px;}
.product-home-top-list-title-img{
	height: 270px;
    width: 212px;
	transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;
}
.product-home-list-img:hover img{-webkit-box-shadow: #999 0px 0px 4px;-moz-box-shadow: #999 0px 0px 4px;box-shadow: #999 0px 0px 4px;}
.product-home-list-img:hover .product-home-list-color{background:rgba(240,7,0,0.8);*background:#f00700;background:#f00700\8; filter:alpha(opacity=80);height: 60px;}
.product-home-list-img:hover .product-home-top-list-title-span{color:#fcff17;top: 210px;}
.product-home-list-sj{background:url(../images/bg1.png) top right; width:9px; height:9px;top: 187px;position: absolute; left:211px;}
.product-home-list-color{background:rgba(240,7,0,0.6);*background:#f00700;background:#f00700\6; filter:alpha(opacity=60);background:#f00700\0; height: 50px;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;left: 0px;
    position: absolute;
    top: 196px;
    width: 220px;}

.product-home-top-list-wrap-img{
	height: 70px;
    left: 0px;
    position: absolute;
    top: 186px;
    width: 220px;
}

.product-home-top-list-title-span{
    /*transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;
    color: #FFFFFF;
    font-size: 18px;
    left: 42px;
    position: absolute;
    top: 205px;
	text-shadow:0px 3px 3px #000;*/
    color: #ffffff;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 3px 3px #000;
    top: 205px;
    transition: all 0.5s ease 0s;
    width: 210px;
}

.product-home-top-list-big-title-span{
	color: #FFFFFF;
    font-size: 18px;
    left: 62px;
    position: absolute;
    top: 425px;
	text-shadow:0px 3px 3px #000;
}
.product-home-list-s{color: #FFFFFF;text-align: left;width: 390px; height: 60px; position:absolute;line-height: 20px;overflow: hidden;left: 62px; top: 455px;text-shadow:0px 2px 1px #333;}

.product-home-top-list-big-title-img{transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;
	height: 554px;
    width: 432px;
	float:right;
}
.product-home-top-list-big-title-img:hover{-webkit-box-shadow: #999 0px 0px 4px;-moz-box-shadow: #999 0px 0px 4px;box-shadow: #999 0px 0px 4px;}

.product-home-top-list-big-wrap-img{
	height: 127px;
    right: -1px;
    position: absolute;
    top: 396px;
    width: 442px;
}

.product-list-pagination{
	margin : 0 auto;
}

.product-recommend-list-detail{transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;
	width: 210px;
	height: 260px;
}
.product-recommend-list-detail:hover{-webkit-box-shadow: #999 0px 0px 4px;-moz-box-shadow: #999 0px 0px 4px;box-shadow: #999 0px 0px 4px;}

.product-top-list-item-left{width:53%;}
.product-top-list-item-right{float:right; width:47%;}