/************************************************
JCAROUSEL LITE
************************************************/
#list {
     height:300px;
     width:414px;
     margin:10px auto;
	 padding:20px;
	background: #d7efff;
    border: 1px solid #dadada;

}

.slider {
     float:left;
     left: -5000px;
     margin:0px;
     position:relative;
     visibility:hidden;
}

.slider ul {
     height:300px;
     width:414px;
}

.slider ul li {
     padding:0;
}

.slider ul li img {
     cursor:pointer;
     height:300px;
     width:414px;
}

.prev {
     cursor:pointer;
     float:left;
     padding-top:60px;
}

.next {
     cursor:pointer;
     float:right;
     padding-top:60px;
}


/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
     background: #000000;
	 font-family: Arial, sans-serif;
     color: #ffffff;
     cursor:default;
     padding:5px;
     font-size:14px;
     text-align:center;
	 font-weight:bold;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a, .caption a {
     background:#000;
     border:none;
     text-decoration:none;
     padding:5px;
}

.caption a:hover, .caption a:hover {
     background:#202020;
}

