.jcarousel-wrapper {
    float:left;
    margin: 5px 0px 5px 5px;
    position: relative;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;

}


.jcarousel-wrapper .photo-credits {
    position: relative;
    font-size: 11px;
    color: #808080;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.85);
    width:380px;
    text-wrap:avoid;
}

.jcarousel-wrapper .photo-credits a {
    color: #808080;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 390px;
    height: 300px;
    /*border-radius:5px;*/
    /*box-shadow: 0 3px 4px #999;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

.jcarousel ul {
    width: 3000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    text-align: center;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 160px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    opacity:0.5;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    right: 10px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
    text-decoration:none;
     opacity:1;
     color:#fff;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    display: block;
     opacity:1;
     color:#fff;
     text-decoration:none;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .7;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    padding-top: 5px;
    left: 15px;
    opacity: .4;
}

.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: .9;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.jcarousel-pagination a:hover {
    opacity: 1;
    background: #000;
     color: #fff;
}

.jcarousel2-wrapper {
    float:left;
    margin-left:10px;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.kayanresimsolbolum {
    float:left;
    margin:0;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    width: 300px;
    height: 152px;
    background: none repeat scroll 0 0 #F9F9F9;
}
.jcarousel2  {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 152px;
    border: 1px solid #ededed;
}

.jcarousel2  ul {
   width: 3000px;
    height: 150px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel2 li {
    height: 148px;
     width: 200px;
   /* margin: 0 0 10px 0;*/
    padding: 2px;
    float:left;
}

/** Custom **/

.jcarousel2 li img {
    border: 0;
    display: block;
}

.jcarousel2-control-prev,
.jcarousel2-control-next {
    position: absolute;
    top: 60px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    opacity:0.4;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel2-control-prev {
    left: -10px;
}

.jcarousel2-control-next {
    right: -10px;
}

.jcarousel2-control-prev:hover span,
.jcarousel2-control-next:hover span {
    display: block;
     opacity:1;
      color: #fff;
}
.jcarousel2-control-prev:hover,
.jcarousel2-control-next:hover {
    display: block;
     opacity:1;
     color:#fff;
     text-decoration:none;
}
.jcarousel2-control-prev.inactive,
.jcarousel2-control-next.inactive {
    opacity: .2;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel2-pagination {
    position: absolute;
    bottom: 10px;
    left: 15px;
     opacity: .8;
}

.jcarousel2-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;
}

.jcarousel2-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
.jcarousel3  {
    position: relative;
    overflow: hidden;
    /*width: 300px;*/
    height: 152px;
    border: 1px solid #ededed;
}

.jcarousel3  ul {
   width: 300px;
    height: 150px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel3 li {
    height: 148px;
     width: 300px;
   /* margin: 0 0 10px 0;*/
    padding: 2px;
    float:left;
    color:#949494;
}

/** Custom **/

.jcarousel3 li img {
    border: 0;
    display: block;
}

.jcarousel1-wrapper {
    float:left;
    margin:5px 0px 0px 0px;
    position: relative;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 2px 4px #999;
    padding:5px;
}

.box1 {
    float:left;
    margin:5px 0px 0px 0px;
    position: relative;
    border: 5px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 3px 4px #999;
    width:945px;
    
}
.jcarousel1  {
    position: relative;
    overflow: hidden;
    width: 380px;
    height: 110px;
    border: 2px solid #cecdcd;
}

.jcarousel1  ul {
    width: 370px;
    height: 100px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel1 li {
float: left;
    height: 100px;
   /* margin: 0 0 10px 0;*/
    padding: 2px;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:#cecdcd;
    color:#949494;
}

/** Custom **/

.jcarousel1 li img {
    border: 0;
    display: block;
}
