@media (min-width: 767px) {.photoview .carousel {width:720px;margin:auto;}}
@media (max-width: 420px) {.photoview .carousel {width:380px;margin:auto;height:260px;}}
.photoview .carousel-caption {z-index: 10;font-size:20px;font-weight:bold;}
.photoview .carousel .item img {margin:0 auto;}
.photoview .carousel-inner, .photoview .item {height:100%;width:100%;}
.photoview .carousel .item {
overflow:hidden;
background-position:center;
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}
.photoview .carousel-inner {}
.photoview .carousel .item {height:492px;}
.photoview .carousel .item-img {background-image: url('/images/doc_img0<?php echo $_CA[0]?>.jpg');}