/* CSS Document */

#button-nav-left{
	background:url('imgs/navigation.png') no-repeat transparent;		
	width:20px;height:20px;float:left; position:relative; overflow:hidden; top:13px
}

#button-nav-play{
	background:url('imgs/navigation.png') no-repeat -40px -60px transparent;	
	width:20px;height:20px;float:left; position:relative;  overflow:hidden
}

#button-nav-right{
	background:url('imgs/navigation.png') no-repeat -80px 0px transparent;		
	width:20px;height:20px; position:relative; overflow:hidden; top:13px
}
#button-nav-left:hover{
	background:url('imgs/navigation.png') no-repeat 0px -20px transparent;		
	width:20px;height:20px;float:left; position:relative; overflow:hidden
}

#button-nav-play:hover{
	background:url('imgs/navigation.png') no-repeat -40px -40px transparent;	
	width:20px;height:20px;float:left; position:relative;  overflow:hidden
}
#button-nav-right:hover{
	background:url('imgs/navigation.png') no-repeat -80px -20px transparent;		
	width:20px;height:20px; position:relative; overflow:hidden
}

.sot-gallery ul.sot-navigation-slide li .sot-cycle{
	background:url('imgs/cycle.png') no-repeat transparent;		
	width:20px;height:20px; position:relative; overflow:hidden; top:13px; margin:0 auto}
	
.sot-gallery ul.sot-navigation-slide li:hover .sot-cycle{
	background:url('imgs/cycle-act.png') no-repeat transparent;		
	width:20px;height:20px; position:relative; overflow:hidden; top:13px; margin:0 auto}	
	
.sot-gallery ul.sot-navigation-slide li.cycle-act .sot-cycle{
	background:url('imgs/cycle-act.png') no-repeat transparent;		
	width:20px;height:20px; position:relative; overflow:hidden; top:13px; margin:0 auto}	

