/* @override 
	http://6.neonoviy.cz8.ru/assets/templates/n-hohlovka/slider.css
	http://hotel-gem.ru/assets/templates/n-hohlovka/slider.css
*/

#slider {
    width: 900px;
    position: relative;
	margin: 0 auto;
	text-align: center;
	background: url(/assets/templates/n-hohlovka/img/red.gif) no-repeat left 48px;
}

.scroll {
    height: 420px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	text-align: left;
}

.scrollContainer div.panel {
    padding: 0;
    height: 400px;
    width: 900px;
    
}

#text{
	width: 600px;
}


ul.navigation {
    list-style: none;
    margin: 0 auto 10px;
    padding: 20px 0 9px;
	width: 900px;
	border-bottom: 1px solid #a4040c;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
    text-shadow: #4e4e4e 0 -1px 1px;   
}

ul.navigation a {
    padding: 10px;
    text-decoration: none;
	
}

ul.navigation a:hover {
	background-color: #aa080c;
	text-decoration: none;
}

ul.navigation a.selected {
    	color: #fff;
	background-color: #aa080c;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}