.jcarousel-wrapper {
   
    position: relative;
    height:auto;
}


.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;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
   
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	
}

.jcarousel li  img{
   width:210px;
   height:185px;
   display:block;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 42%;
    width:28px;
    height: 28px;
    text-align: center;
    background:url("images/nav.png") no-repeat left top;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
	background-color: rgba(11,11,11,0.8);
}
	.jcarousel-control-prev:hover,
.jcarousel-control-next:hover{
	background-color: rgba(0,0,0,1);
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right:0;
	background-position:-28px 0;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .0;
    cursor: default;
}

/** Carousel Pagination **/

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

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
.viewicon-wrp {
background: url(../images/appsbg.png) left top repeat;
float: right;
margin-top: 11px;
}
.appswrap {
float: left;
margin-top: 11px;
background: url(../images/appsbg.png) left top repeat;
height: 28px;
width:30px;
}
.mobilestore {
margin: 0 auto;
display: table;
}
#googleapp {
background: url(../images/icons.png) left 1px no-repeat;
width: 24px;
height: 24px;
margin-bottom: 4px;
}
#itunes {
background: url(../images/icons.png) right top no-repeat;
width: 27px;
height: 24px;
margin-bottom: 2px;
display: block;
}
	#itunes:hover {
		background-position:right -32px;
		}