ul {
    list-style-type: none;
    margin-top: 10px;
}

ul li {
    display: inline;
}

#main {
    width: 600px;
    padding: 15px 15px 0 15px;
    margin: 50px auto 0 auto;
    background-color: #E8F0FF;
    border: 1px solid #808ea8;
}


img {
    border: 0;
}

a img {
    display: block;
}


.carousel {
    overflow: hidden;
}

.carousel .inner {

}

.carousel .middle {
    overflow: auto;
}

/* Example 2 ---------------------------------- */

#mr-carousel, #tp-carousel {
    border-top: 1px solid #AAC8FF;
    border-bottom: 1px solid #AAC8FF;
	height: 110px;
	margin: 15px;
	width: 969px;
	margin-left: 5px;
}

.carousel .middle {
    float: left;
    width: 880px;
    margin-left: 4px;
    height: 130px;
}

.carousel .inner img {
    float: left;
}
#tp-carousel .inner a{
	font-size: 10px;
	color: #000;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 0px;
}
#tp-carousel .inner a:hover{
	text-decoration: underline;
}
.carousel .inner{
	width: 7300px;
}

.carousel a.carousel-control {
    float: left;
    width: 41px;
    height: 128px;
    background-color: #AAC8FF;
    text-align: center;
    text-decoration: none;
    font-size: 36px;
    line-height: 120px;
}

.carousel a.next {
    float: right;
}

.carousel a.carousel-control:hover {
    color: #000;
}
.carousel a.slide{
	height: 104px;
	margin: 2px;
	margin-right: 1px;
	padding: 2px;
	width: 103px;
	cursor: pointer;
	background: url(../images/frame.png) no-repeat left top;
	display: block;
	float: left;
}

#tab-2 ul li {
    display: block;
    padding-bottom: 5px;
}