.clear {
	clear: both;
	height:0px;
}

.slideshow3 {
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	position:relative;
}

.slideshow3  .sl3-wrap {
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.slideshow3 .sl3-wrap .sl3-item{
	position :absolute ;
	cursor :default ;
	padding :0;
	margin :0;
	border :none;
	overflow : hidden; 	
}


.slideshow3 .sl3-wrap .sl3-item .sl3-item-image{   
	display:none;
}

.slideshow3 .sl3-wrap .sl3-item.curr .sl3-item-image{
	display:block;
	position:absolute;
	float:left;
	overflow:hidden;
}

.slideshow3 .sl3-wrap .sl3-item .sl3-item-image span.sl3-image-border {
	position:absolute;
	border:5px solid #CCC;
	bottom:0px;
    left:0px;
    right:0px;
    top:0px;


}

.slideshow3 .sl3-wrap .sl3-item .sl3-item-info.style1{
	position:absolute;
	margin:0;
	padding:0;
	border-radius:5px;	
	width:300px;
	overflow:hidden;
}

.slideshow3 .sl3-wrap .sl3-item  .sl3-item-info.style2{
	float:right;
	margin:0;
	padding:0;	
}	

/* top right*/
.slideshow3 .sl3-wrap .sl3-item .sl3-item-info.style1.top-right{	
	top :20px;
	right:30px;
}

/* bottom right*/
.slideshow3 .sl3-wrap .sl3-item .sl3-item-info.style1.bottom-right{	
	bottom :10px;
	right:10px;
}

/* top left*/
.slideshow3 .sl3-wrap .sl3-item .sl3-item-info.style1.top-left{	
	top :10px;
	left:10px;
}

/* bottom left*/
.slideshow3 .sl3-wrap .sl3-item .sl3-item-info.style1.bottom-left{	
	bottom :10px;
	left:10px;
}

.slideshow3 .sl3-wrap .sl3-item .sl3-item-info.style1 .transparency{
	position:absolute;
	margin:0;
	padding:0;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background: url("../images/sp-bk.png") repeat scroll center center transparent;
	width:100%;		
	height:100%;
}

.slideshow3  .sl3-item .sl3-item-info{
	display:none;
} 

.slideshow3  .sl3-item.curr  .sl3-item-info{
	display:block;
}
 
.slideshow3  .sl3-item .sl3-item-info.style1 .sl3-item-content{
	position:relative;
	margin:0;
	padding:10px;	
	overflow:hidden;
	
}

.slideshow3   .sl3-item .sl3-item-info.style2 .sl3-item-content{
	margin:0;
	padding:0 10px 0 0;	
	overflow:hidden;
}

.slideshow3  .sl3-item-info  .sl3-item-description,
.slideshow3  .sl3-item-info  .sl3-item-title{
	margin-bottom:10px;	
	overflow:hidden;
	word-wrap: break-word;
		
}
.slideshow3  .sl3-item-info  .sl3-item-description{
	margin:0;
}

.slideshow3  .sl3-item-info  .sl3-item-readmore{
	margin:0;
	margin-top:10px;
}
.slideshow3 .sl3-wrap .sl3-control .sl3-control-inner .pag-list{
	position:absolute;
	left:40px;
	right:40px;
	bottom:0;
	top:0px;
	overflow:hidden;
}

.slideshow3    .pag-list  ul.pag-list-inner li.pag-item-back{
	list-style: none;
	padding:0;
	margin:0;
	background-image:none;
}
 
.slideshow3  .sl3-control .sl3-control-inner   .pag-list{
	position:absolute;
	left:40px;
	right:40px;
	bottom:0;
	top:0px;
	overflow:hidden;
}


.slideshow3  .pag-list ul.pag-list-inner{
	position:absolute;
	bottom:0px;
	top:0;
	left:0;
	right:0;
	margin:0;
	padding:0;
	width:4000px;
 
}

.slideshow3   ul.pag-list-inner li.pag-item{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;	
	cursor:pointer;	
	position:relative;
	z-index:2;	
	background-image:none;
	margin: 0 30px 0 0;	
}

.slideshow3    ul.pag-list-inner li.pag-item .pag-item-title{
	text-align:center;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
	padding:0;
	margin:0;
}

.slideshow3  .sl3-wrap .sl3-control{	
	position:absolute;
	bottom:0;
	padding:0;	
	margin:0;
	
}

.slideshow3  .sl3-wrap .sl3-control.style1{
	left:0;
	right:0;
}

.slideshow3  .sl3-wrap .sl3-control.style2{
	height:100px;
	left:7px;
	right:7px;
}


.slideshow3  .sl3-control.style2 ul.pag-list-inner.title li.pag-item{
	margin: 0 15px 0 0;
	padding:0;
}

.slideshow3  .sl3-control.style2   ul.pag-list-inner.title li.pag-item .pag-item-title{
	margin:auto 15px;
}

.slideshow3  .sl3-control.style2  ul.pag-list-inner.image li.pag-item{
	margin-top:6px;
}

.slideshow3  .sl3-control.style2 ul.pag-list-inner.image li.pag-item.active {
	background:url("../images/blue/img_top_nav.png") no-repeat scroll center top transparent; 
	
}
.slideshow3  .sl3-control ul.pag-list-inner.image li.pag-item .pag-item-image img{
	padding:0;
	margin:0;
	float:left;
}
.slideshow3  .sl3-control ul.pag-list-inner.image li.pag-item .pag-item-image{
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	opacity: 0.75;
	filter: alpha(opacity=75);
	overflow:hidden;
	padding:0;
	text-align: center;
	border:3px solid #FFF;
}

.slideshow3  .sl3-control.style1  ul.pag-list-inner.image li.pag-item .pag-item-image{	
	margin: 0px 0 14px 0;  
	position: relative;
    top: 14px; 	 
}

.slideshow3  .sl3-control.style2  ul.pag-list-inner.image li.pag-item .pag-item-image{
    margin: 0 0 12px;
    position: relative;
    top: 9px; 
}

.slideshow3  .sl3-control  ul.pag-list-inner  li.pag-item.active .pag-item-image{
	 opacity: 1;
	 filter: alpha(opacity=100);
}

.slideshow3 .sl3-item-info .item-price {
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia;
	padding:0;
	margin:0;	
	display:block;
    float:none;
	margin-bottom:10px;
}

.slideshow3 .sl3-item-info .item-price .sale-price {
	color: #ff3300;
	line-height:20px;
}

.slideshow3 .sl3-item-info .item-price .sale-price-before {
	color: #ff3300;
	text-decoration: line-through;
	float:left;
	padding:0;
	margin:0;
	padding-right:20px;
	line-height:20px;
}

