/*Only product page*/


.pagi-bread {
    float: right;
    font-size: 13px;
    margin: -2px 9px 0 17px;
}

.pagi-bread a{
	display:inline-block;
	padding:0 5px;
	position:relative;
}

.pagi-bread a:hover img{
	display:block !important;
;
}

.pagi-bread a img{
 height: auto;
    left: 0;
    max-width: 70px;
    opacity: 0.9;
    position: absolute;
    top: 30px;
    z-index: 677;
}

  #product .title-container #dy_product_pager{
	display:block !important;
}

#product #dy_product_pager {
	display:none !important;
}
#dy_product_pager {
	display:none;
}


#dy_product_pager .prev a:before {
   border-color: transparent #f71919 transparent transparent !important;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: block;
    font-size: 0;
    left: -29px;
    line-height: 0;
    padding: 0;
    position: absolute;
    text-indent: -999px;
    top: 0px;
    width: 5px;
}
#dy_product_pager .prev {
	color:#fff;
	font-size:14px;
	position:relative;
}
#dy_product_pager .next a:before {
border-color: transparent transparent transparent #f71919 !important;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: absolute;
    right:-29px;
    text-indent: -999px;
    top: 0;
    width: 5px;
}
#dy_product_pager .next {
	color:#fff;
	font-size:14px;
	position:relative;
}
#dy_product_pager .prev {
	color:#fff;
	font-size:14px;
	position:relative;
}
#dy_product_pager {
 clear: both;
    height: 30px;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 0 15px;
    position: relative;
    width: 240px;
}
#dy_product_pager .prev img {
	border: 1px solid #ED5E08 ;
	display: none;
	height: auto;
	left: 20px;
	max-width: 120px;
	position: absolute;
	top: 37px;
	z-index: 110;

}
#dy_product_pager .prev:hover img {
	display:block;
}
#dy_product_pager .next {
	float:right;
	position:relative;
}
#dy_product_pager .next img {
	max-width:120px;
	height:auto;
	display:none;
	position:absolute;
	right:0px;
	top: 37px;
	border: 1px solid #ED5E08 ;
	z-index: 111;

	background:#fff;
}
#dy_product_pager .next:hover img {
	display:block;
}
#dy_product_pager a {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
   background: none repeat scroll 0 0 #f71919;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    padding: 4px 8px 3px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 95px;
	position:relative;
	 line-height: 18px;
}
#dy_product_pager a:hover {
	text-decoration:none;
}
