﻿/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 446px;
	height: 142px;
	position: relative;
	margin-top: 7px;
	/*border: 1px solid #DDDDDD;*/
	background:url("../images/slider_back.jpg") no-repeat 0 0;
}

div.module_gol_nuur_slider div.jamod-content {
	padding: 0;
}

.anythingSlider .wrapper {
	width: 418px;
	overflow: hidden;
	height: 128px;
	margin: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	/*border: 1px solid #red;*/
}

.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 10px;
	left: 0;
	/*border-top: 3px solid #e0a213;
	border-bottom: 3px solid #e0a213;*/
	margin: 0;
	padding: 0;
	/*border: 1px solid #DDDDDD;*/
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0 10px;
	height: 118px;
	width: 416px;
	margin: 0;
	/*border: 1px solid #DDDDDD;*/
	background: none;
	list-style:none outside none;
}

.anythingSlider h2 {
	color: #F95605;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}


.anythingSlider .prev,
.anythingSlider .next {
	background:url("../images/bg-button-arrows.gif") no-repeat 0 0 transparent;
	height:26px;
	outline-style:none;
	position:absolute;
	text-indent:-9999px;
	width:26px;
	top: 100px;
}

.anythingSlider .prev {
	background-position:1px 0;
	right:43px;
}

.anythingSlider .next {
	background-position:-25px 0;
	right:18px;
}

.anythingSlider .prev:hover {
	background-position:1px -36px;
}

.anythingSlider .next:hover {
	background-position:-25px -36px;
}




.anythingSlider .arrow {
	display: block;
	height: 120px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}

.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}

.anythingSlider .back:hover {
	background-position: -67px -200px;
}


#thumbNav {
	position: absolute;
	top: 108px;
	left: 310px;
	text-align: center;
}

#thumbNav a {
	color: white;
	font-size: 0px;
	display: block;
	float: left;
	/*padding: 2px 8px;*/
	height: 10px;
	width: 10px;
	margin: 0 2px 0 0;
	background: url(../images/slider_button_01.png) no-repeat;
	text-align: center;
}

#thumbNav a:hover {
	/*background-image: none;*/
}

#thumbNav a.cur {
	/*background: #e0a213;*/
	background: url(../images/slider_button_02.png) no-repeat;
}

#start-stop {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white; padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#start-stop.playing {
	background-color: red;
}

#start-stop:hover {
	background-image: none;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
