/* CSS Document */

.carousel{width:100%; height: 500px;}
.item{width:100%; height:500px;}
.item img{max-height:500px;}
.item > p{text-align:center;}


.img_thumb{margin-bottom:20px;}

.img_thumb img{border: 1px solid transparent;}

.img_thumb img:hover{border-color: #fff;}

.clr{clear:both}