.jcarousel-wrapper {
    position: relative;
    width: 740px;
    height: 275px;
}
.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
	width: 740px;
    height: 275px;
	position:relative;
	overflow:hidden;
}
.jcarousel li .pppllay{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	height:50px;
	width:50px;
	background:url('01.png')no-repeat;
	border:0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.jcarousel li .pppllay:hover{ 
	background:url('02.png')no-repeat;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;    
    width:9px;
	height:9px;
	text-indent:-9999px;
    overflow:hidden;
    background:url('slider-nav.png')no-repeat;
    color: #4E443C;
    border-radius: 14px;
    text-align: center;    
    margin-right: 2px;    
    opacity: .75;
}
.jcarousel-pagination a.active {
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
	background-position: 0 -9px;
}
#slideritems2 .videooooo a{
	cursor:default;
}
#slideritems2 .videooooo .pppllay{
	cursor:pointer;
}
	
}