.navigator .controls .left {
		z-index:50;
		border-style:none;
		width:45px;
		height:45px;		
		float: right;
		margin-top:0px;
		margin-right:5px;
		padding-top:0px;
		padding-right:10px;
		padding-left:8px;
		
		background: url('arrowLeft.png'); 
		-webkit-background-size: contain; /* For WebKit*/
    	-moz-background-size: contain;    /* Mozilla*/
    	-o-background-size: contain;      /* Opera*/
    	background-size: contain; 
		background-repeat: no-repeat;
		
	border: 0px solid white;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.navigator .controls .left:hover {
		width:45px;
		height:45px;			
		float: right;
		margin-top:0px;
		margin-right:5px;
		padding-top:10px;
		padding-right:10px;
		padding-left:8px;
		background: url('arrowLeft_down.png'); 
		-webkit-background-size: contain; /* For WebKit*/
    	-moz-background-size: contain;    /* Mozilla*/
    	-o-background-size: contain;      /* Opera*/
    	background-size: contain; 
		background-repeat: no-repeat;
		border: 0px solid white;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}

.navigator .controls .left[disabled] {
		width:45px;
		height:45px;			
		float: right;
		margin-top:0px;
		padding-top:10px;
		padding-right:10px;
		padding-left:8px;
		background: url('arrowLeft_gray.png'); 
		-webkit-background-size: contain; /* For WebKit*/
    	-moz-background-size: contain;    /* Mozilla*/
    	-o-background-size: contain;      /* Opera*/
    	background-size: contain; 
		background-repeat: no-repeat;
		border: 0px solid white;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}


	.navigator .controls .right {
		z-index:50;
		border-style:none;
		width:45px;
		height:45px;			
		float: right;
		margin-top:0px;
		margin-right:10px;
		padding-top:10px;
		padding-right:10px;
		padding-left:8px;
		
		background: url('arrowRight.png'); 
		-webkit-background-size: contain; /* For WebKit*/
    	-moz-background-size: contain;    /* Mozilla*/
    	-o-background-size: contain;      /* Opera*/
    	background-size: contain; 
		background-repeat: no-repeat;
		border: 0px solid white;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}

.navigator .controls .right:hover {
		width:45px;
		height:45px;			
		float: right;
		margin-top:0px;
		margin-right:10px;
		padding-top:10px;
		padding-right:10px;
		padding-left:8px;
		background: url('arrowRight_down.png'); 
		-webkit-background-size: contain; /* For WebKit*/
    	-moz-background-size: contain;    /* Mozilla*/
    	-o-background-size: contain;      /* Opera*/
    	background-size: contain; 
		background-repeat: no-repeat;
		border: 0px solid white;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}

.navigator .controls .right[disabled] {
		width:45px;
		height:45px;			
		float: right;
		margin-top:0px;
		padding-top:10px;
		padding-right:10px;
		padding-left:8px;
		background: url('arrowRight_gray.png'); 
		-webkit-background-size: contain; /* For WebKit*/
    	-moz-background-size: contain;    /* Mozilla*/
    	-o-background-size: contain;      /* Opera*/
    	background-size: contain; 
		background-repeat: no-repeat;
		border: 0px solid white;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}
