/*
 
 +--------------------------------------------------------------+
 |                                                              |
 | 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/            |
 |                                                              |
 +--------------------------------------------------------------+
 
 */

/*
 * Edit and embed this file to customize cSlider to your needs.
 */

.cSlider {
	/*
	Adjust width and height. If you change height, 
	have a look at the other properties: Some of them have to changed, too!
	*/    
	width: 790px;
	height: 320px;
}

.cSlider .left, .cSlider .center, .cSlider .right, .cSlider .bottom {
	/*
	If you are borded of the grey background, make your own using the included psd file
	and change the background here.
	*/
	background-image: url(grey.png);
}


.cSlider .innerMenu ul li {
	/*
	Width should be equal to images width
	Height should be cSliders height - 30px
	*/
	
	height: auto;
	width: 138px;
	overflow: hidden>;
}

.cSlider .innerMenu ul li a {
	/*
	padding-top should be images height + 10px
	*/
}

.cSlider .innerMenu ul li a:hover {
}
.cSlider .top {
	background-color: transparent/*#6d6d6d*/;
}

.cSlider .barText div {
	color: #000;
}

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

.cSlider .barText div {
	visibility: hidden;
}

