#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #0066FF;
    color: #0066FF;
    font-family: 'Sansita One', sans-serif;
    font-size:12px;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

        .list_carousel {
                background-color: tranparent;
                margin: 0;
                max-width: 1024px;
                width:100%;
                height:160px;
                overflow: hidden;
                position: relative;
            }
            .list_carousel ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
                max-height:200px;

            }
            .list_carousel li {
                font-size: 40px;
                color: #999;
                text-align: center;
                background-color: #eee;
                border:120px;
                height: 120px;
                padding: 0;
                margin: 6px;
                display: block;
                float: left;
                border: 1px solid #0066FF;
            }

            .prev {
                float: left;
                margin-left: 30px;

            }
            .next {
                float: right;
                margin-right: 30px;
            }
            a.prev, a.next {
    background: url(sprites/miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: relative;
    margin-top: -85px;
}
a.prev {            left: -22px;
                    background-position: 0 0; }
a.prev:hover {        background-position: 0 -50px; }
a.prev.disabled {    background-position: 0 -100px !important;  }
a.next {            right: -22px;
                    background-position: -50px 0; }
a.next:hover {        background-position: -50px -50px; }
a.next.disabled {    background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
    cursor: default;
}

a.prev span, a.next span {
    display: none;
}
.pagination {
    text-align: center;
}
.pagination a {
    background: url(sprites/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span {
    display: none;
}
.clearfix {
    float: none;
    clear: both;
}

.love, .hot, .hard{
    padding-top:2px;
    padding-bottom:4px;
    width:50px;
    height:12px;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps ;
    cursor:pointer;
    text-align: center;
    position: relative;
    font-family: 'Montserrat Alternates', sans-serif;
    color:white;
    float: left;
    margin : 0 5px;
}


.love{
    border:2px solid #0066FF;
    background:#0066FF;
}

.hot{
    border:2px solid #CC0000;
    background:#CC0000;
}

.hard{
    border:2px solid #888;
    background:#888;
}



.chats{
    top:120px;
    left:55px;
    position:absolute;
}