/*
 
 +--------------------------------------------------------------+
 |                                                              |
 | cSlider v1.0                                                 |
 |                                                              |
 | by Bastian Sackermann - http://samisdat.org                  |
 |                                                              |
 | More Informations avaible at                                 |
 | http://samisdat.org/cSlider/                                 |
 |                                                              |
 | Licensed under the Creative Commons BY-NC-SA 3.0 License     |
 | http://creativecommons.org/licenses/by-nc-sa/3.0/            |
 |                                                              |
 +--------------------------------------------------------------+
 
 */
/*
 Do not edit this file, instead include /src/css/c-slider-customize.css
 and customize cSlider editing this file. If you want to show multiple different
 cSliders at the same page use an additional class or an ID.
 */
.cSlider {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 140px;
}

.cSlider .left, .cSlider .center, .cSlider .right, .cSlider .bottom {
    background-image: url(../img/grey.png);
    background-repeat: no-repeat;
}

.cSlider .center {
    background-repeat: repeat-x;
}

.cSlider .outerMenu {
    position: absolute;
    top: 0px;
    bottom: 5px;
    left: 0px;
    width: 100%;
    overflow: auto;
}

.cSlider.script .outerMenu {
    overflow: hidden;
}

.cSlider .innerMenu {
    position: absolute;
    top: 0px;
    padding-top: 10px;
    left: 0px;
    height: 100%;
}

.cSlider .innerMenu h3 {
    display: none;
}

.cSlider .innerMenu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cSlider .innerMenu ul li {
    float: left;
    padding: 0px 15px 0 15px;
    height: 110px;
    width: 70px;
    position: relative;
}

.cSlider .innerMenu ul li a {
	position: absolute;
	top: 0px;
	left: 0;
	width: 115px;
	text-align: center;
	font-size: 10px;
	color: #282828;
	text-decoration: none;
	padding-top: 80px;
	height: 30px
}

.cSlider .innerMenu ul li a:hover {
    color: #282828;
}

.cSlider .innerMenu ul li a img {
    position: absolute;
    top: 0px;
    left: 10px;
}

.cSlider .top {
    position: absolute;
    top: 0px;
    bottom: 40px;
    left: 0px;
    right: 0px;
    background-image: none;
    background-color: #6d6d6d;
}

.cSlider .top .left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 40px;
    background-position: 0px -64px;
}

.cSlider .top .right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5px;
    height: 40px;
    background-position: -25px -64px;
}

.cSlider .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    background-position: 0px -104px;
    background-repeat: repeat-x;
}

.cSlider .bottom .left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5px;
    height: 40px;
    background-position: -30px -64px;
}

.cSlider .bottom .right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 5px;
    height: 40px;
    background-position: -55px -64px;
}

.cSlider .trackWrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 18px;
}

.cSlider .trackWrap .center {
    position: absolute;
    top: 0px;
    left: 30px;
    right: 30px;
    height: 18px;
    background-position: 0px -18px;
    background-color: transparent;
}

.cSlider .trackWrap .left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 18px;
    background-position: 0px 0px;
    background-color: transparent;
}

.cSlider .trackWrap .right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 18px;
    background-position: -30px 0px;
    background-color: transparent;
}

.cSlider .track {
    position: absolute;
    top: 0px;
    left: 21px;
    right: 20px;
    height: 18px;
}

.cSlider .bar {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 14px;
    width: 100px;
}

.cSlider .bar .center {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    height: 14px;
    background-position: 0px -50px;
    background-color: transparent;
}

.cSlider .bar .left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 14px;
    background-position: 0px -36px;
    background-color: transparent;
}

.cSlider .bar .right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 14px;
    background-position: -50px -36px;
    background-color: transparent;
}

.cSlider .barText {
    position: absolute;
    top: 1px;
    left: 21px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    cursor: pointer;
}

.cSlider .barText div {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100px;
    color: #ccc;
    text-align: center;
}

.cSlider .barText div:hover {
    color: #fff;
}
